php-src/Zend/tests/bug47109.phpt

11 lines
234 B
Plaintext
Raw Normal View History

--TEST--
Bug #47109 (Memory leak on $a->{"a"."b"} when $a is not an object)
--FILE--
<?php
$a->{"a"."b"};
?>
--EXPECTF--
Warning: Undefined variable $a in %s on line %d
Warning: Attempt to read property "ab" on null in %s on line %d