Annotation of embedaddon/php/Zend/tests/bug47704.phpt, revision 1.1.1.1

1.1       misho       1: --TEST--
                      2: Bug #47704 (crashes on some "bad" operations with string offsets)
                      3: --FILE--
                      4: <?php
                      5: $s = "abd";
                      6: $s[0]->a += 1;
                      7: ?>
                      8: --EXPECTF--
                      9: Fatal error: Cannot use string offset as an object in %sbug47704.php on line %d

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