1--TEST-- 2Testing string scanner confirmance 3--FILE-- 4<?php echo "\"\t\\'" . '\n\\\'a\\\b\\' ?> 5--EXPECT-- 6" \'\n\'a\\b\ 7