Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_indent.c30 #define zendtext LANG_SCNG(yy_text)
31 #define zendleng LANG_SCNG(yy_leng)
67 zend_write((char*)LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); in zend_indent()
72 for (i=0; i<LANG_SCNG(yy_leng); i++) { in zend_indent()
73 emit_whitespace[(unsigned char) LANG_SCNG(yy_text)[i]]++; in zend_indent()
121 zend_write((char*)LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); in zend_indent()
127 zend_write((char*)LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); in zend_indent()
130 zend_write((char*)LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); in zend_indent()
H A Dzend_highlight.c63 if (LANG_SCNG(output_filter)) { in zend_html_puts()
64 LANG_SCNG(output_filter)(&filtered, &filtered_len, ptr, len TSRMLS_CC); in zend_html_puts()
79 if (LANG_SCNG(output_filter)) { in zend_html_puts()
118 zend_html_puts((char*)LANG_SCNG(yy_text), LANG_SCNG(yy_leng) TSRMLS_CC); /* no color needed */ in zend_highlight()
141 zend_html_puts((char*)LANG_SCNG(yy_text), LANG_SCNG(yy_leng) TSRMLS_CC); in zend_highlight()
188 zend_write((char*)LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); in zend_strip()
191 zend_write((char*)LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); in zend_strip()
199 zend_write((char*)LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); in zend_strip()
H A Dzend_language_scanner.l89 #define SCNG LANG_SCNG
357 LANG_SCNG(script_org) += bom_size; in zend_multibyte_detect_unicode()
364 if ((pos1 = memchr(LANG_SCNG(script_org), 0, LANG_SCNG(script_org_size)))) { in zend_multibyte_detect_unicode()
366 pos2 = LANG_SCNG(script_org); in zend_multibyte_detect_unicode()
404 …return zend_multibyte_detect_utf_encoding(LANG_SCNG(script_org), LANG_SCNG(script_org_size) TSRMLS… in zend_multibyte_detect_unicode()
447 LANG_SCNG(input_filter) = NULL; in zend_multibyte_set_filter()
448 LANG_SCNG(output_filter) = NULL; in zend_multibyte_set_filter()
456 LANG_SCNG(input_filter) = NULL; in zend_multibyte_set_filter()
457 LANG_SCNG(output_filter) = NULL; in zend_multibyte_set_filter()
464 LANG_SCNG(output_filter) = NULL; in zend_multibyte_set_filter()
[all …]
H A Dzend_globals_macros.h53 # define LANG_SCNG(v) TSRMG(language_scanner_globals_id, zend_php_scanner_globals *, v) macro
56 # define LANG_SCNG(v) (language_scanner_globals.v) macro
H A Dzend_language_scanner.c91 #define SCNG LANG_SCNG
359 LANG_SCNG(script_org) += bom_size; in zend_multibyte_detect_unicode()
366 if ((pos1 = memchr(LANG_SCNG(script_org), 0, LANG_SCNG(script_org_size)))) { in zend_multibyte_detect_unicode()
368 pos2 = LANG_SCNG(script_org); in zend_multibyte_detect_unicode()
406 …return zend_multibyte_detect_utf_encoding(LANG_SCNG(script_org), LANG_SCNG(script_org_size) TSRMLS… in zend_multibyte_detect_unicode()
449 LANG_SCNG(input_filter) = NULL; in zend_multibyte_set_filter()
450 LANG_SCNG(output_filter) = NULL; in zend_multibyte_set_filter()
458 LANG_SCNG(input_filter) = NULL; in zend_multibyte_set_filter()
459 LANG_SCNG(output_filter) = NULL; in zend_multibyte_set_filter()
466 LANG_SCNG(output_filter) = NULL; in zend_multibyte_set_filter()
[all …]
H A Dzend_multibyte.c165 return LANG_SCNG(script_encoding); in zend_multibyte_get_script_encoding()
H A Dzend_language_parser.y1238 if (LANG_SCNG(yy_text)[0] == 0 &&
1239 LANG_SCNG(yy_leng) == 1 &&
1245 str = LANG_SCNG(yy_text);
1246 end = memchr(str, '\n', LANG_SCNG(yy_leng));
1258 len = LANG_SCNG(yy_leng) > 30 ? 30 : LANG_SCNG(yy_leng);
H A Dzend_compile.c148 char_pos_len = zend_sprintf(char_pos_buf, "%p", LANG_SCNG(yy_text)); in build_runtime_defined_function_key()
6469 old_input_filter = LANG_SCNG(input_filter); in zend_do_declare_stmt()
6470 old_encoding = LANG_SCNG(script_encoding); in zend_do_declare_stmt()
6474 if (old_input_filter != LANG_SCNG(input_filter) || in zend_do_declare_stmt()
6797 if (LANG_SCNG(yy_text)[LANG_SCNG(yy_leng)-1] != '>') { in zendlex()
/PHP-5.5/ext/tokenizer/
H A Dtokenizer.c35 #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)
200 LANG_SCNG(yy_state) = yycINITIAL; in PHP_FUNCTION()

Completed in 57 milliseconds