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

1.1       misho       1: --TEST--
                      2: string offset 002
                      3: --FILE--
                      4: <?php
                      5: $a = "aaa";
                      6: $x = array(&$a[1]);
                      7: ?>
                      8: --EXPECTF--
                      9: Fatal error: Cannot create references to/from string offsets in %sstr_offset_002.php on line 3

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