summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* 0.0 / 0.0 = NaNDmitry Stogov2015-04-061-9/+9
* Fixed weird operators behavior. Division by zero now emits warning and return...Dmitry Stogov2015-04-069-404/+444
* Throw ParseException from lexerNikita Popov2015-04-027-7/+7
* Reclassify E_STRICT noticesNikita Popov2015-04-0124-42/+45
* Finish PHP 4 constructor deprecationNikita Popov2015-03-318-8/+20
* Deprecate PHP 4 constructorsAndrea Faulds2015-03-3113-19/+19
* Another CRLF test fixKalle Sommer Nielsen2015-03-261-2/+2
* Fixed error messagesDmitry Stogov2015-03-201-1/+1
* Fix executor issue with ignoring strict types, which cleans up a bunch of err...Anthony Ferrara2015-03-181-1/+1
* use default test timeoutAnatol Belski2015-03-1611-11/+0
* test fixes + added skipif for slow testsAnatol Belski2015-03-1612-26/+63
* use busy sleep instead of sleep() for timeout testsAnatol Belski2015-03-1612-12/+44
* test timeout with shutdown function, variationAnatol Belski2015-03-161-0/+21
* test timeout with shutdown functionAnatol Belski2015-03-161-0/+21
* test timeout with foreach loopAnatol Belski2015-03-161-0/+18
* test timeout with for loopAnatol Belski2015-03-161-0/+18
* test timeout with exception variationAnatol Belski2015-03-161-0/+24
* test timeout with exceptionAnatol Belski2015-03-161-0/+20
* fix timeout with cal_user_funcAnatol Belski2015-03-161-0/+21
* test timeout within eval()Anatol Belski2015-03-161-0/+20
* test timeout with array_walkAnatol Belski2015-03-161-0/+22
* test timeout within functionAnatol Belski2015-03-161-0/+21
* test timeout within while loopAnatol Belski2015-03-161-0/+18
* More accurate reference counting on closuresDmitry Stogov2015-03-101-1/+1
* Errors converted to exceptions are not "recoverable" anymore.Dmitry Stogov2015-03-109-14/+14
* Implement engine exceptionsDmitry Stogov2015-03-092-46/+110
* Fix testReeze Xia2015-03-031-0/+2
* fix testMichael Wallner2015-02-181-1/+1
* Merge branch 'PHP-5.6'Michael Wallner2015-02-181-1/+1
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Michael Wallner2015-02-181-1/+1
| |\
| | * fix testMichael Wallner2015-02-181-1/+1
* | | Merge branch 'PHP-5.6'Michael Wallner2015-02-181-0/+13
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Michael Wallner2015-02-181-0/+13
| |\ \ | | |/
| | * Fixed bug #65593 (Segfault when calling ob_start from output buffering callback)Michael Wallner2015-02-181-0/+13
* | | Merge branch 'pull-request/1007'Stanislav Malyshev2015-02-181-0/+94
|\ \ \
| * | | Blast off to space.Andrea Faulds2015-01-291-0/+94
* | | | 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
|\ \ \ \ | |/ / / |/| / / | |/ /