php-src/tests/lang/string
Nikita Popov a8bf1c5d8f Throw ParseException from lexer
Primarily to avoid getting fatal errors from token_get_all().

Implemented using a magic E_ERROR token, which the lexer emits to
force a parser failure.
2015-04-02 16:31:17 +02:00
..
unicode_escape_empty.phpt
unicode_escape_incomplete.phpt
unicode_escape_large_codepoint.phpt
unicode_escape_legacy.phpt
unicode_escape_sign2.phpt
unicode_escape_sign.phpt
unicode_escape_surrogates.phpt
unicode_escape_whitespace.phpt
unicode_escape.phpt