Lines Matching refs:LANG_SCNG
34 #define zendtext LANG_SCNG(yy_text)
35 #define zendleng LANG_SCNG(yy_leng)
36 #define zendcursor LANG_SCNG(yy_cursor)
37 #define zendlimit LANG_SCNG(yy_limit)
325 ZVAL_LONG(OBJ_PROP_NUM(obj, 3), text - LANG_SCNG(yy_start)); in add_token()
363 LANG_SCNG(yy_state) = yycINITIAL; in tokenize()
449 if (token == ';' && LANG_SCNG(yy_leng) > 1) { /* ?> or ?>\n or ?>\r\n */ in on_event()
451 } else if (token == T_ECHO && LANG_SCNG(yy_leng) == sizeof("<?=") - 1) { in on_event()
471 if (LANG_SCNG(yy_cursor) != LANG_SCNG(yy_limit)) { in on_event()
472 add_token(ctx->tokens, T_INLINE_HTML, LANG_SCNG(yy_cursor), in on_event()
473 LANG_SCNG(yy_limit) - LANG_SCNG(yy_cursor), CG(zend_lineno), in on_event()
504 LANG_SCNG(yy_state) = yycINITIAL; in tokenize_parse()
505 LANG_SCNG(on_event) = on_event; in tokenize_parse()
506 LANG_SCNG(on_event_context) = &ctx; in tokenize_parse()