Lines Matching refs:LANG_SCNG
35 #define zendtext LANG_SCNG(yy_text)
36 #define zendleng LANG_SCNG(yy_leng)
37 #define zendcursor LANG_SCNG(yy_cursor)
38 #define zendlimit LANG_SCNG(yy_limit)
292 ZVAL_LONG(OBJ_PROP_NUM(obj, 3), text - LANG_SCNG(yy_start)); in add_token()
336 LANG_SCNG(yy_state) = yycINITIAL; in tokenize()
422 if (token == ';' && LANG_SCNG(yy_leng) > 1) { /* ?> or ?>\n or ?>\r\n */ in on_event()
424 } else if (token == T_ECHO && LANG_SCNG(yy_leng) == sizeof("<?=") - 1) { in on_event()
444 if (LANG_SCNG(yy_cursor) != LANG_SCNG(yy_limit)) { in on_event()
445 add_token(ctx->tokens, T_INLINE_HTML, LANG_SCNG(yy_cursor), in on_event()
446 LANG_SCNG(yy_limit) - LANG_SCNG(yy_cursor), CG(zend_lineno), in on_event()
477 LANG_SCNG(yy_state) = yycINITIAL; in tokenize_parse()
478 LANG_SCNG(on_event) = on_event; in tokenize_parse()
479 LANG_SCNG(on_event_context) = &ctx; in tokenize_parse()