mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
7 lines
120 B
PHP
7 lines
120 B
PHP
--TEST--
|
|
Testing string scanner confirmance
|
|
--FILE--
|
|
<?php echo "\"\t\\'" . '\n\\\'a\\\b\\' ?>
|
|
--EXPECT--
|
|
" \'\n\'a\\b\
|