summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Stop using internal array/object pointer in foreach by reference according to...Dmitry Stogov2015-02-121-1/+1
* Fix "forech" statemt behaviour according to https://wiki.php.net/rfc/php7_for...Dmitry Stogov2015-02-128-272/+152
* Merge branch 'PHP-5.6'Yasuo Ohgaki2015-02-032-7/+34
|\
| * Fixed Bug #67988 htmlspecialchars() does not respect default_charset specifie...Yasuo Ohgaki2015-02-032-7/+34
* | Remove preg_replace /e modifierNikita Popov2015-01-261-21/+0
* | Remove assignment of new by referenceNikita Popov2015-01-265-67/+11
* | Error on invalid octal (fixes PHPSadness #31)Andrea Faulds2015-01-171-0/+8
* | Fix tests I broke with the E_ERROR > E_RECOVERABLE_ERROR changeKalle Sommer Nielsen2014-12-293-3/+3
* | Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-21139-151/+151
* | Unicode Codepoint Escape SyntaxAndrea Faulds2014-12-199-0/+98
* | Merge branch 'zppFailOnOverflow'Andrea Faulds2014-12-131-1/+3
|\ \
| * \ Merge branch 'master' into zppFailOnOverflowAndrea Faulds2014-11-293-3/+3
| |\ \
| * | | Skip buncha tests on 32-bitAndrea Faulds2014-11-291-1/+3
* | | | Merge branch 'PHP-5.6'Anatol Belski2014-12-062-8/+0
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-12-062-8/+0
| |\ \
| | * | Fixed bug #65230 setting locale randomly brokenAnatol Belski2014-12-062-8/+0
* | | | Merge branch 'PHP-5.6'Stanislav Malyshev2014-11-243-57/+0
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-11-243-57/+0
| |\ \ \ | | |/ /
| | * | move tests into proper placeStanislav Malyshev2014-11-243-57/+0
* | | | Merge branch 'PHP-5.6'Stanislav Malyshev2014-11-233-0/+57
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-11-233-0/+57
| |\ \ \ | | |/ /
| | * | tests image gdMarcelo Diniz2014-08-233-0/+57
| | * | The test output is dependent on expose_php iniRasmus Lerdorf2014-07-141-0/+1
| * | | test to function addcslashesmarcosptf2014-11-231-12/+0
| * | | testmarcosptf2014-11-231-0/+12
| * | | The test output is dependent on expose_php iniRasmus Lerdorf2014-07-141-0/+1
* | | | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-193-3/+3
| |_|/ |/| |
* | | Remove <% and <script language="php"> tagsNikita Popov2014-10-053-51/+1
* | | Moved checks and error reporting related to static methods from DO_FCALL inti...Dmitry Stogov2014-10-041-10/+10
* | | Mark three foreach tests as XFAILNikita Popov2014-10-033-1/+7
* | | Merge branch 'coalesce_operator'Andrea Faulds2014-09-281-0/+79
|\ \ \
| * | | Extended coalesce operator test case for ordering/short-circuitingAndrea Faulds2014-09-231-1/+12
| * | | Ensure not evaluated twiceAndrea Faulds2014-09-161-1/+11
| * | | Added testAndrea Faulds2014-09-161-0/+58
* | | | Merge branch 'master' into integer_semanticsAndrea Faulds2014-09-212-7/+7
|\ \ \ \
| * \ \ \ Merge branch 'master' into issue-67910Florian MARGAINE2014-09-201-21/+40
| |\ \ \ \ | | |/ / /
| * | | | Replaces php5 with php7, without whitespace changes.Florian MARGAINE2014-09-202-7/+7
* | | | | Merge branch 'master' into integer_semanticsAndrea Faulds2014-09-168-66/+66
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Fix string incrementNikita Popov2014-09-051-21/+40
| |/ / /
| * | | Merge remote-tracking branch 'php-src/master' into astNikita Popov2014-08-162-6/+6
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'php-src/phpng' into astNikita Popov2014-08-163-2/+36
| |\ \ \ \
| * | | | | Fix tests to account for warnings moved from RT to CTNikita Popov2014-08-152-2/+4
| * | | | | Fix test to conform with UVS changesNikita Popov2014-08-151-23/+13
| * | | | | Fix list() test wrt new assignment orderNikita Popov2014-08-151-4/+4
| * | | | | Restore old evaluation orderNikita Popov2014-08-151-13/+3
| * | | | | Fix code in testNikita Popov2014-07-261-1/+1
| * | | | | Update error messageNikita Popov2014-07-261-2/+1
* | | | | | Updated 32-bit << testAndrea Faulds2014-08-191-1/+0
* | | | | | Updated << 64-bit testsAndrea Faulds2014-08-192-161/+161
* | | | | | Updated >> 64-bit testsAndrea Faulds2014-08-192-46/+42