diff options
author | Dmitry Stogov <dmitry@zend.com> | 2015-03-10 23:04:41 +0300 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2015-03-10 23:04:41 +0300 |
commit | ed9c8a23ba573b3e81399a158f3dee4e9708b6ad (patch) | |
tree | 0cf16ef4b24fb8b3d0c688073569e34194978b95 /tests | |
parent | 00985a975d633a1649be2d67113c2ba916a684bc (diff) | |
download | php-git-ed9c8a23ba573b3e81399a158f3dee4e9708b6ad.tar.gz |
More accurate reference counting on closures
Diffstat (limited to 'tests')
-rw-r--r-- | tests/output/bug65593.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/output/bug65593.phpt b/tests/output/bug65593.phpt index 0a59554967..9ae62a1d72 100644 --- a/tests/output/bug65593.phpt +++ b/tests/output/bug65593.phpt @@ -10,4 +10,4 @@ ob_start(function(){ob_start();}); --EXPECTF-- Test -Fatal error: Cannot destroy active lambda function in %sbug65593.php on line %d +Catchable fatal error: ob_start(): Cannot use output buffering in output buffering display handlers in %sbug65593.php on line %d |