xref: /PHP-5.5/tests/lang/026.phpt (revision d94136fc)
1--TEST--
2Testing string scanner confirmance
3--FILE--
4<?php echo "\"\t\\'" . '\n\\\'a\\\b\\' ?>
5--EXPECT--
6"	\'\n\'a\\b\
7