summaryrefslogtreecommitdiff
path: root/Zend/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-01-133-3/+18
|\
| * fix bug #63982: isset() inconsistently produces a fatal error on protected pr...Stanislav Malyshev2013-01-131-0/+15
| * different OSes have different messages, and that's not what the test is about...Stanislav Malyshev2013-01-132-3/+3
* | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2013-01-091-0/+15
|\ \ | |/
| * Fixed bug #63882 (zend_std_compare_objects crash on recursion)Dmitry Stogov2013-01-091-0/+15
* | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2012-12-251-1/+1
|\ \ | |/
| * spellingDmitry Stogov2012-12-251-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2012-12-2513-12/+119
|\ \ | |/
| * Traits refactoringDmitry Stogov2012-12-2513-12/+119
* | Implement Generator::throw() methodNikita Popov2012-12-245-0/+114
* | Fix crash when last yielded value is a closureNikita Popov2012-12-211-0/+17
* | Do not add a ref to EX(object) on generator cloneNikita Popov2012-12-201-0/+20
* | Fix leak when generator ignores sent valueNikita Popov2012-12-181-0/+17
* | Add test for bug #63741Xinchen Hui2012-12-141-0/+50
* | Merge branch 'PHP-5.4' into PHP-5.5Johannes Schlüter2012-12-131-0/+53
|\ \ | |/
| * Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2012-12-131-0/+53
| |\
| | * Fix Bug #63762 Sigsegv when Exception::$trace is changed by userJohannes Schlüter2012-12-131-0/+53
| * | Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2012-11-291-0/+58
| |\ \ | | |/
| | * Fixed bug #63635 (Segfault in gc_collect_cycles)Dmitry Stogov2012-11-291-0/+58
* | | An exception thrown in try or catch block is disacarded by return statement i...Dmitry Stogov2012-12-133-3/+31
* | | Restored proper generators behaviour in conjunction with "finally". (Nikita)Dmitry Stogov2012-12-128-29/+107
* | | Fixed bug #63066 (Calling an undefined method in a generator results in a seg...Dmitry Stogov2012-11-301-0/+16
* | | Fixed bug #63635 (Segfault in gc_collect_cycles)Dmitry Stogov2012-11-291-0/+58
* | | Fix bug #63596: finally in generators segfaultsNikita Popov2012-11-241-6/+11
* | | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2012-11-201-0/+30
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2012-11-201-0/+30
| |\ \ | | |/
| | * Fixed bug #63468 (wrong called method as callback with inheritance)Dmitry Stogov2012-11-201-0/+30
* | | Merge branch 'PHP-5.4'Xinchen Hui2012-10-231-3/+3
|\ \ \ | |/ /
| * | Update test scriptXinchen Hui2012-10-231-3/+3
* | | Merge branch 'PHP-5.4'Xinchen Hui2012-10-231-0/+24
|\ \ \ | |/ /
| * | Test for #63336, xfail nowXinchen Hui2012-10-231-0/+24
* | | Merge branch 'PHP-5.4'Xinchen Hui2012-10-231-0/+43
|\ \ \ | |/ /
| * | Fixed bug #63305 (zend_mm_heap corrupted with traits)Xinchen Hui2012-10-231-0/+43
* | | Merge branch 'PHP-5.4'Xinchen Hui2012-10-191-0/+23
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-191-0/+23
| |\ \ | | |/
| | * preg indenpent test script for #63055Xinchen Hui2012-10-191-0/+23
* | | Merge branch 'PHP-5.4'Xinchen Hui2012-10-105-0/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-105-0/+0
| |\ \ | | |/
| | * Remove executable permission on incXinchen Hui2012-10-105-0/+0
* | | Merge branch 'PHP-5.4'Xinchen Hui2012-10-10273-0/+0
|\ \ \ | |/ /
| * | Remove executable permission on phptXinchen Hui2012-10-106-0/+0
| * | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-10267-0/+0
| |\ \ | | |/
| | * Remove executable permission on phptXinchen Hui2012-10-10268-0/+0
* | | Merge branch 'PHP-5.4'Xinchen Hui2012-10-081-0/+18
|\ \ \ | |/ /
| * | Fixed bug #63219 (Segfault when aliasing trait method when autoloader throws ...Xinchen Hui2012-10-081-0/+18
* | | Merge branch 'PHP-5.4'Nikita Popov2012-09-271-0/+12
|\ \ \ | |/ /
| * | Fix bug #63173: Crash when invoking invalid array callbackNikita Popov2012-09-271-0/+12
* | | Return previous error handler when resetting the error handlerNikita Popov2012-09-222-2/+30
* | | Allow resetting the error handlerNikita Popov2012-09-221-0/+17
* | | Revert error/exception handler changesNikita Popov2012-09-221-17/+0