summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | 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