Fixed test

This commit is contained in:
Xinchen Hui 2016-05-06 10:51:38 +08:00
parent 441d1b8ef0
commit 080f6b10ec

View file

@ -2,10 +2,9 @@
Bug #72162 (use-after-free - error_reporting)
--FILE--
<?php
error_reporting(1);
error_reporting(E_ALL);
$var11 = new StdClass();
$var16 = error_reporting($var11);
?>
okey
--EXPECT--
okey
--EXPECTF--
Catchable fatal error: Object of class stdClass could not be converted to string in %sbug72162.php on line %d