summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.1'Joe Watkins2017-01-041-0/+23
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-041-0/+23
| |\
| | * Merge branch 'pull-request/1312' into PHP-7.0Joe Watkins2017-01-041-0/+23
| | |\
| | | * Added "exclude_disabled" argument to "get_defined_functions".Willian Gustavo Veiga2015-06-021-1/+12
| | | * Fix bug #31875 - get_defined_functions() should not list disabled functions.Willian Gustavo Veiga2015-05-301-0/+12
* | | | Merge branch 'PHP-7.1'Christoph M. Becker2016-12-071-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-12-071-1/+1
| |\ \ \ | | |/ /
| | * | Fixed typo in skipif error messageMarkus Staab2016-12-071-1/+1
* | | | Remove more PHP 6 leftovers from testsNikita Popov2016-11-2419-162/+162
* | | | Merge branch 'PHP-7.1'Dmitry Stogov2016-11-221-0/+20
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2016-11-221-0/+20
| |\ \ \ | | |/ /
| | * | Fixed memory leak (Bob)Dmitry Stogov2016-11-221-0/+20
* | | | Fix CRLF line-endings in testsNikita Popov2016-11-2075-6553/+6553
* | | | Introduce SKIP_IO_CAPTURE_TESTS groupAnatol Belski2016-11-0618-0/+72
* | | | Add VT100 support for WindowsMichele Locati2016-10-2821-0/+2011
|/ / /
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-10-181-0/+18
|\ \ \ | |/ /
| * | Fixed bug #73329 (Float)"Nano" == NANAnatol Belski2016-10-181-0/+18
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-09-262-0/+20
|\ \ \ | |/ /
| * | Fixed bug #73172 parse error: Invalid numeric literalAnatol Belski2016-09-262-0/+20
* | | Implement \ArgumentCountError exceptionDavey Shafik2016-08-301-1/+1
* | | Fixed testsXinchen Hui2016-08-232-4/+0
* | | Decouple DEBUG_FILE_UPLOAD from ZEND_DEBUGNikita Popov2016-08-1916-134/+1
* | | Show "or null" in TypeErrors for nullable arg_infosAndrea Faulds2016-08-111-3/+3
* | | Merge branch 'PHP-7.0'Nikita Popov2016-07-141-4/+2
|\ \ \ | |/ /
| * | Fix test outputNikita Popov2016-07-141-4/+2
* | | Add decimal point in double serializationJakub Zelenka2016-06-261-1/+1
* | | Add better value to testYasuo Ohgaki2016-06-261-15/+22
* | | Remove unneeded output from testYasuo Ohgaki2016-06-261-14/+0
* | | Fix mode when precision=0. Add testYasuo Ohgaki2016-06-261-0/+171
* | | Implemented RFC: Replace "Missing argument" warning with "Too few arguments" ...Dmitry Stogov2016-06-161-1/+1
* | | Implemented RFC: Fix inconsistent behavior of $this variableDmitry Stogov2016-06-162-13/+9
* | | Switch zend_print_zval_r to use smart_strNikita Popov2016-06-131-2/+2
* | | Fix bug #71897Andrea Faulds2016-05-041-0/+16
* | | Skip test on ZTS buildDmitry Stogov2016-04-251-0/+1
* | | Fixed race conditions in testDmitry Stogov2016-04-251-0/+2
* | | Merge branch 'PHP-7.0'Bob Weinand2016-04-161-1/+2
|\ \ \ | |/ /
| * | Fix non-/Zend tests tooBob Weinand2016-04-161-1/+2
* | | Warn about invalid strings in arithmeticAndrea Faulds2016-03-305-36/+64
* | | strpos()/stripos(): Add support for negative offsetsFrancois Laupretre2016-03-091-2/+3
* | | Merge branch 'PHP-7.0'Xinchen Hui2016-01-061-0/+21
|\ \ \ | |/ /
| * | Fixed bug #71273 A wrong ext directory setup in php.ini leads to crashAnatol Belski2016-01-051-0/+21
* | | Merge branch 'PHP-7.0'Julien Pauli2015-12-241-2/+2
|\ \ \ | |/ /
| * | Remove mentions of "type hint" and "typehint"Levi Morrison2015-12-241-2/+2
* | | Merge branch 'PHP-7.0'Andrea Faulds2015-12-181-2/+2
|\ \ \ | |/ /
| * | Fix bug #66179Andrea Faulds2015-12-181-2/+2
* | | Merge branch 'PHP-7.0'Xinchen Hui2015-12-111-0/+8
|\ \ \ | |/ /
| * | Fixed bug memleak in header_register_callbackXinchen Hui2015-12-111-0/+8
* | | Implemented the RFC `Support Class Constant Visibility`.Dmitry Stogov2015-12-0815-0/+272
|/ /
* | Fixed Bug #70967 (Weird error handling for __toString when Error is thrown)Xinchen Hui2015-11-281-1/+1
* | Fixed testXinchen Hui2015-11-261-1/+1