Home
last modified time | relevance | path

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

/PHP-7.0/ext/tokenizer/
H A Dtokenizer.c37 #define zendleng LANG_SCNG(yy_leng) macro
132 if (token_type == T_CLOSE_TAG && zendtext[zendleng - 1] != '>') { in tokenize()
145 add_next_index_stringl(&keyword, (char *)zendtext, zendleng); in tokenize()
149 add_next_index_stringl(return_value, (char *)zendtext, zendleng); in tokenize()

Completed in 13 milliseconds