Browse Source

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  fix test
pull/1113/head
Michael Wallner 12 years ago
parent
commit
ec7ba48e67
  1. 2
      tests/output/bug65593.phpt

2
tests/output/bug65593.phpt

@ -7,7 +7,7 @@ echo "Test\n";
ob_start(function(){ob_start();});
?>
===DONE===
--EXPECT--
--EXPECTF--
Test
Fatal error: Cannot destroy active lambda function in %sbug65593.php on line %d
Loading…
Cancel
Save