| Current Path : /hdd/hdd21/main/php/php-7.3.1/Zend/tests/ |
| Current File : //hdd/hdd21/main/php/php-7.3.1/Zend/tests/bug72162.phpt |
--TEST-- Bug #72162 (use-after-free - error_reporting) --FILE-- <?php error_reporting(E_ALL); $var11 = new StdClass(); $var16 = error_reporting($var11); ?> --EXPECTF-- Recoverable fatal error: Object of class stdClass could not be converted to string in %sbug72162.php on line %d