summaryrefslogtreecommitdiff
path: root/Zend/tests/bug47109.phpt
blob: 8f810d7fb127bd7a742f7b84a829e64b0a4f4e5f (plain)
1
2
3
4
5
6
7
8
9
10
11
--TEST--
Bug #47109 (Memory leak on $a->{"a"."b"} when $a is not an object)
--FILE--
<?php
$a->{"a"."b"};
?>
--EXPECTF--
Notice: Undefined variable: a in %sbug47109.php on line 2

Notice: Trying to get property of non-object in %sbug47109.php on line 2