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

1.1       misho       1: --TEST--
                      2: Heredoc with double quotes syntax but missing second quote
                      3: --FILE--
                      4: <?php
                      5: $test = "foo";
                      6: $var = <<<"MYLABEL
                      7: test: $test
                      8: MYLABEL;
                      9: echo $var;
                     10: ?>
                     11: --EXPECTF--
                     12: Parse error: %s in %sheredoc_014.php on line %d

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