Annotation of embedaddon/php/Zend/tests/bug47109.phpt, revision 1.1

1.1     ! misho       1: --TEST--
        !             2: Bug #47109 (Memory leak on $a->{"a"."b"} when $a is not an object)
        !             3: --FILE--
        !             4: <?php
        !             5: $a->{"a"."b"};
        !             6: ?>
        !             7: --EXPECTF--
        !             8: Notice: Undefined variable: a in %sbug47109.php on line 2
        !             9: 
        !            10: Notice: Trying to get property of non-object in %sbug47109.php on line 2
        !            11: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>