xref: /PHP-5.5/Zend/tests/bug47109.phpt (revision 8075f2e4)
1--TEST--
2Bug #47109 (Memory leak on $a->{"a"."b"} when $a is not an object)
3--FILE--
4<?php
5$a->{"a"."b"};
6?>
7--EXPECTF--
8Notice: Undefined variable: a in %sbug47109.php on line 2
9
10Notice: Trying to get property of non-object in %sbug47109.php on line 2
11
12