summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed bug #70970 (Segfault when combining error handler with output buffering)Xinchen Hui2015-11-255-5/+33
* Ensure timeout tests wait for the entire specified durationSteven Hilder2015-09-291-2/+2
* Fix Typos: exteption -> exceptionNiklas Keller2015-08-262-2/+2
* fix testAnatol Belski2015-08-171-5/+2
* Fixed tests(I am not sure, these tests seems strange, anyway it passesXinchen Hui2015-08-133-6/+6
* Switch code on thrown TypeError and ParseError to 0, update related testsAaron Piotrowski2015-07-071-6/+6
* Fixed test (shift operators throw Error)Dmitry Stogov2015-07-061-1/+1
* bring back the division by zero warningAnatol Belski2015-07-053-6/+8
* Catch the specifical exceptionXinchen Hui2015-07-036-9/+9
* Introduce ArithmeticErrorBob Weinand2015-07-024-399/+399
* Use DivisionByZeroError instead of exception for %/intdiv()Bob Weinand2015-07-022-410/+410
* Remove warning upon division by zeroBob Weinand2015-07-023-8/+6
* Restored old behaviorDmitry Stogov2015-06-291-1/+1
* Revert "Fixed last previously broken tests"Dmitry Stogov2015-06-296-1093/+1379
* Fixed last previously broken testsBob Weinand2015-06-297-1380/+1094
* Show full signature upon inheritance mismatchBob Weinand2015-06-298-8/+8
* Drop duplicate object-to-type noticesNikita Popov2015-06-221-1/+0
* Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-06-1410-40/+8
|\
| * Fix typo in Unicode escape testAndrea Faulds2015-06-061-1/+1