Browse Source

Fixed test

PHP-7.0.7
Xinchen Hui 10 years ago
parent
commit
080f6b10ec
  1. 7
      Zend/tests/bug72162.phpt

7
Zend/tests/bug72162.phpt

@ -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
Loading…
Cancel
Save