Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_indent.c30 #define zendtext LANG_SCNG(yy_text)
31 #define zendleng LANG_SCNG(yy_leng)
67 zend_write(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(LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); in zend_indent()
127 zend_write(LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); in zend_indent()
130 zend_write(LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); in zend_indent()
H A Dzend_multibyte.c559 LANG_SCNG(input_filter) = NULL; in zend_multibyte_set_filter()
560 LANG_SCNG(output_filter) = NULL; in zend_multibyte_set_filter()
566 if (!LANG_SCNG(internal_encoding) || LANG_SCNG(script_encoding) == LANG_SCNG(internal_encoding)) { in zend_multibyte_set_filter()
568 if (LANG_SCNG(script_encoding)->input_filter && LANG_SCNG(script_encoding)->output_filter) { in zend_multibyte_set_filter()
569 LANG_SCNG(input_filter) = LANG_SCNG(script_encoding)->input_filter; in zend_multibyte_set_filter()
570 LANG_SCNG(output_filter) = LANG_SCNG(script_encoding)->output_filter; in zend_multibyte_set_filter()
576 LANG_SCNG(internal_encoding) = LANG_SCNG(script_encoding); in zend_multibyte_set_filter()
637 if (LANG_SCNG(internal_encoding) == NULL || LANG_SCNG(internal_encoding)->compatible == 0) { in zend_multibyte_script_encoding_filter()
1109 memcpy(script, LANG_SCNG(script_org)+bom_size, LANG_SCNG(script_org_size)+1-bom_size); in zend_multibyte_detect_unicode()
1110 efree(LANG_SCNG(script_org)); in zend_multibyte_detect_unicode()
[all …]
H A Dzend_highlight.c65 if (LANG_SCNG(output_filter)) { in zend_html_puts()
66 LANG_SCNG(output_filter)(&filtered, &filtered_len, s, len TSRMLS_CC); in zend_html_puts()
83 if (LANG_SCNG(output_filter)) { in zend_html_puts()
123 zend_html_puts(LANG_SCNG(yy_text), LANG_SCNG(yy_leng) TSRMLS_CC); /* no color needed */ in zend_highlight()
146 zend_html_puts(LANG_SCNG(yy_text), LANG_SCNG(yy_leng) TSRMLS_CC); in zend_highlight()
195 zend_write(LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); in zend_strip()
199 zend_write(LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); in zend_strip()
207 zend_write(LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); in zend_strip()
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.l86 #define SCNG LANG_SCNG
295 "encoding \"%s\" to a compatible encoding", LANG_SCNG(script_encoding)->name); in open_file_for_scanning()
H A Dzend_compile.c82 char_pos_len = zend_sprintf(char_pos_buf, "%p", LANG_SCNG(yy_text)); in build_runtime_defined_function_key()
4706 old_input_filter = LANG_SCNG(input_filter); in zend_do_declare_stmt()
4707 old_encoding = LANG_SCNG(script_encoding); in zend_do_declare_stmt()
4711 if (old_input_filter != LANG_SCNG(input_filter) || in zend_do_declare_stmt()
4985 if (LANG_SCNG(yy_text)[LANG_SCNG(yy_leng)-1] != '>') { in zendlex()
H A Dzend_language_scanner.c88 #define SCNG LANG_SCNG
297 "encoding \"%s\" to a compatible encoding", LANG_SCNG(script_encoding)->name); in open_file_for_scanning()
/PHP-5.3/ext/tokenizer/
H A Dtokenizer.c35 #define zendtext LANG_SCNG(yy_text)
36 #define zendleng LANG_SCNG(yy_leng)
182 LANG_SCNG(yy_state) = yycINITIAL; in PHP_FUNCTION()

Completed in 43 milliseconds