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