summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #75236Andrea Faulds2017-09-211-0/+18
* Fix issues with phpt and EXTENSION on windows (BUG 75042)John Boehr2017-08-193-0/+40
* Fix bug #74725 (html_errors=1 breaks unhandled exceptions)Andrea Faulds2017-08-121-0/+16
* Fix compile-time optimization of NAN comparisonsSara Golemon2017-07-221-0/+29
* increase wait time in timeout_variation_9.phpt by 1 secondRodrigo Prado2017-02-031-1/+1
* increase wait time in timeout_variation_10.phpt by 1 secondRodrigo Prado2017-02-031-1/+1
* Fixed #73969 - Fixed segmentation fault when debug_print_backtrace calledandrewnester2017-01-222-0/+32
* 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
* | Fixed typo in skipif error messageMarkus Staab2016-12-071-1/+1
* | Fixed memory leak (Bob)Dmitry Stogov2016-11-221-0/+20
* | Fixed bug #73329 (Float)"Nano" == NANAnatol Belski2016-10-181-0/+18
* | Fixed bug #73172 parse error: Invalid numeric literalAnatol Belski2016-09-262-0/+20
* | Fix test outputNikita Popov2016-07-141-4/+2
* | Fix non-/Zend tests tooBob Weinand2016-04-161-1/+2
* | Fixed bug #71273 A wrong ext directory setup in php.ini leads to crashAnatol Belski2016-01-051-0/+21
* | Remove mentions of "type hint" and "typehint"Levi Morrison2015-12-241-2/+2
* | Fix bug #66179Andrea Faulds2015-12-181-2/+2
* | Fixed bug memleak in header_register_callbackXinchen Hui2015-12-111-0/+8
* | 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
| |/
| * Merge context sensitive lexer RFCBob Weinand2015-05-252-32/+0
| |\
| | * add tests for semi reserved words and remove obsolete onesMárcio Almada2015-04-302-32/+0
| * | Show argument causing TypeException in traceNikita Popov2015-05-207-7/+7
* | | Update exception names in tests after formatting changes.Aaron Piotrowski2015-05-1754-55/+55
* | | Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-05-1756-60/+90
|\ \ \ | |/ /
| * | Display TypeExceptions like normal exceptionsNikita Popov2015-05-178-11/+41
| * | Tweak uncaught exception message displayNikita Popov2015-05-1748-49/+49
* | | Updated tests to reflect exception class changes.Aaron Piotrowski2015-05-1650-71/+71
|/ /
* | Display EngineExceptions like ordinary exceptionsNikita Popov2015-05-1546-46/+200
|/