Home
last modified time | relevance | path

Searched refs:TOKEN_PARSE (Results 1 – 8 of 8) sorted by relevance

/PHP-7.4/ext/tokenizer/tests/
H A Dtoken_get_all_TOKEN_PARSE_000.phpt2 Parse errors during token_get_all() with TOKEN_PARSE flag
9 token_get_all('<?php invalid code;', TOKEN_PARSE);
H A Dbug76437.phpt2 Bug #76437 (token_get_all with TOKEN_PARSE flag fails to recognise close tag)
14 $open_tag2 = token_get_all($code, TOKEN_PARSE)[$index];
H A Dtoken_get_all_heredoc_nowdoc.phpt129 echo "Without TOKEN_PARSE:\n";
135 echo "\nWith TOKEN_PARSE:\n";
138 test($test, TOKEN_PARSE);
143 Without TOKEN_PARSE:
297 With TOKEN_PARSE:
H A Dparse_errors.phpt10 var_dump(token_get_all($code, TOKEN_PARSE));
H A Dtoken_get_all_TOKEN_PARSE_002.phpt13 ', TOKEN_PARSE);
H A Dtoken_get_all_TOKEN_PARSE_001.phpt20 ', TOKEN_PARSE);
/PHP-7.4/ext/tokenizer/
H A Dtokenizer.c39 #define TOKEN_PARSE 1 macro
42 REGISTER_LONG_CONSTANT("TOKEN_PARSE", TOKEN_PARSE, CONST_CS|CONST_PERSISTENT); in tokenizer_token_get_all_register_constants()
281 if (flags & TOKEN_PARSE) { in PHP_FUNCTION()
/PHP-7.4/
H A DNEWS2815 . Fixed bug #76437 (token_get_all with TOKEN_PARSE flag fails to recognise
2819 . Fixed bug #76538 (token_get_all with TOKEN_PARSE flag fails to recognise

Completed in 15 milliseconds