LANG_SCNG 148 Zend/zend_compile.c char_pos_len = zend_sprintf(char_pos_buf, "%p", LANG_SCNG(yy_text)); LANG_SCNG 6586 Zend/zend_compile.c old_input_filter = LANG_SCNG(input_filter); LANG_SCNG 6587 Zend/zend_compile.c old_encoding = LANG_SCNG(script_encoding); LANG_SCNG 6591 Zend/zend_compile.c if (old_input_filter != LANG_SCNG(input_filter) || LANG_SCNG 6920 Zend/zend_compile.c if (LANG_SCNG(yy_text)[LANG_SCNG(yy_leng)-1] != '>') { LANG_SCNG 63 Zend/zend_highlight.c if (LANG_SCNG(output_filter)) { LANG_SCNG 64 Zend/zend_highlight.c LANG_SCNG(output_filter)(&filtered, &filtered_len, ptr, len TSRMLS_CC); LANG_SCNG 79 Zend/zend_highlight.c if (LANG_SCNG(output_filter)) { LANG_SCNG 118 Zend/zend_highlight.c zend_html_puts((char*)LANG_SCNG(yy_text), LANG_SCNG(yy_leng) TSRMLS_CC); /* no color needed */ LANG_SCNG 141 Zend/zend_highlight.c zend_html_puts((char*)LANG_SCNG(yy_text), LANG_SCNG(yy_leng) TSRMLS_CC); LANG_SCNG 188 Zend/zend_highlight.c zend_write((char*)LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); LANG_SCNG 191 Zend/zend_highlight.c zend_write((char*)LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); LANG_SCNG 199 Zend/zend_highlight.c zend_write((char*)LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); LANG_SCNG 30 Zend/zend_indent.c #define zendtext LANG_SCNG(yy_text) LANG_SCNG 31 Zend/zend_indent.c #define zendleng LANG_SCNG(yy_leng) LANG_SCNG 67 Zend/zend_indent.c zend_write((char*)LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); LANG_SCNG 72 Zend/zend_indent.c for (i=0; i<LANG_SCNG(yy_leng); i++) { LANG_SCNG 73 Zend/zend_indent.c emit_whitespace[(unsigned char) LANG_SCNG(yy_text)[i]]++; LANG_SCNG 121 Zend/zend_indent.c zend_write((char*)LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); LANG_SCNG 127 Zend/zend_indent.c zend_write((char*)LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); LANG_SCNG 130 Zend/zend_indent.c zend_write((char*)LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); LANG_SCNG 1322 Zend/zend_language_parser.y if (LANG_SCNG(yy_text)[0] == 0 && LANG_SCNG 1323 Zend/zend_language_parser.y LANG_SCNG(yy_leng) == 1 && LANG_SCNG 1329 Zend/zend_language_parser.y str = LANG_SCNG(yy_text); LANG_SCNG 1330 Zend/zend_language_parser.y end = memchr(str, '\n', LANG_SCNG(yy_leng)); LANG_SCNG 1342 Zend/zend_language_parser.y len = LANG_SCNG(yy_leng) > 30 ? 30 : LANG_SCNG(yy_leng); LANG_SCNG 91 Zend/zend_language_scanner.c #define SCNG LANG_SCNG LANG_SCNG 132 Zend/zend_language_scanner.c return zend_multibyte_encoding_converter(to, to_length, from, from_length, internal_encoding, LANG_SCNG(script_encoding) TSRMLS_CC); LANG_SCNG 137 Zend/zend_language_scanner.c return zend_multibyte_encoding_converter(to, to_length, from, from_length, zend_multibyte_encoding_utf8, LANG_SCNG(script_encoding) TSRMLS_CC); LANG_SCNG 143 Zend/zend_language_scanner.c LANG_SCNG(script_encoding), zend_multibyte_encoding_utf8 TSRMLS_CC); LANG_SCNG 335 Zend/zend_language_scanner.c if (LANG_SCNG(script_org_size) < sizeof(BOM_UTF32_LE)-1) { LANG_SCNG 340 Zend/zend_language_scanner.c if (!memcmp(LANG_SCNG(script_org), BOM_UTF32_BE, sizeof(BOM_UTF32_BE)-1)) { LANG_SCNG 343 Zend/zend_language_scanner.c } else if (!memcmp(LANG_SCNG(script_org), BOM_UTF32_LE, sizeof(BOM_UTF32_LE)-1)) { LANG_SCNG 346 Zend/zend_language_scanner.c } else if (!memcmp(LANG_SCNG(script_org), BOM_UTF16_BE, sizeof(BOM_UTF16_BE)-1)) { LANG_SCNG 349 Zend/zend_language_scanner.c } else if (!memcmp(LANG_SCNG(script_org), BOM_UTF16_LE, sizeof(BOM_UTF16_LE)-1)) { LANG_SCNG 352 Zend/zend_language_scanner.c } else if (!memcmp(LANG_SCNG(script_org), BOM_UTF8, sizeof(BOM_UTF8)-1)) { LANG_SCNG 359 Zend/zend_language_scanner.c LANG_SCNG(script_org) += bom_size; LANG_SCNG 360 Zend/zend_language_scanner.c LANG_SCNG(script_org_size) -= bom_size; LANG_SCNG 366 Zend/zend_language_scanner.c if ((pos1 = memchr(LANG_SCNG(script_org), 0, LANG_SCNG(script_org_size)))) { LANG_SCNG 368 Zend/zend_language_scanner.c pos2 = LANG_SCNG(script_org); LANG_SCNG 406 Zend/zend_language_scanner.c return zend_multibyte_detect_utf_encoding(LANG_SCNG(script_org), LANG_SCNG(script_org_size) TSRMLS_CC); LANG_SCNG 432 Zend/zend_language_scanner.c return zend_multibyte_encoding_detector(LANG_SCNG(script_org), LANG_SCNG(script_org_size), CG(script_encoding_list), CG(script_encoding_list_size) TSRMLS_CC); LANG_SCNG 448 Zend/zend_language_scanner.c LANG_SCNG(script_encoding) = script_encoding; LANG_SCNG 449 Zend/zend_language_scanner.c LANG_SCNG(input_filter) = NULL; LANG_SCNG 450 Zend/zend_language_scanner.c LANG_SCNG(output_filter) = NULL; LANG_SCNG 452 Zend/zend_language_scanner.c if (!internal_encoding || LANG_SCNG(script_encoding) == internal_encoding) { LANG_SCNG 453 Zend/zend_language_scanner.c if (!zend_multibyte_check_lexer_compatibility(LANG_SCNG(script_encoding))) { LANG_SCNG 455 Zend/zend_language_scanner.c LANG_SCNG(input_filter) = encoding_filter_script_to_intermediate; LANG_SCNG 456 Zend/zend_language_scanner.c LANG_SCNG(output_filter) = encoding_filter_intermediate_to_script; LANG_SCNG 458 Zend/zend_language_scanner.c LANG_SCNG(input_filter) = NULL; LANG_SCNG 459 Zend/zend_language_scanner.c LANG_SCNG(output_filter) = NULL; LANG_SCNG 465 Zend/zend_language_scanner.c LANG_SCNG(input_filter) = encoding_filter_script_to_internal; LANG_SCNG 466 Zend/zend_language_scanner.c LANG_SCNG(output_filter) = NULL; LANG_SCNG 467 Zend/zend_language_scanner.c } else if (zend_multibyte_check_lexer_compatibility(LANG_SCNG(script_encoding))) { LANG_SCNG 468 Zend/zend_language_scanner.c LANG_SCNG(input_filter) = NULL; LANG_SCNG 469 Zend/zend_language_scanner.c LANG_SCNG(output_filter) = encoding_filter_script_to_internal; LANG_SCNG 472 Zend/zend_language_scanner.c LANG_SCNG(input_filter) = encoding_filter_script_to_intermediate; LANG_SCNG 473 Zend/zend_language_scanner.c LANG_SCNG(output_filter) = encoding_filter_intermediate_to_internal; LANG_SCNG 519 Zend/zend_language_scanner.c "encoding \"%s\" to a compatible encoding", zend_multibyte_get_encoding_name(LANG_SCNG(script_encoding))); LANG_SCNG 678 Zend/zend_language_scanner.c "encoding \"%s\" to a compatible encoding", zend_multibyte_get_encoding_name(LANG_SCNG(script_encoding))); LANG_SCNG 847 Zend/zend_language_scanner.c "encoding \"%s\" to a compatible encoding", zend_multibyte_get_encoding_name(LANG_SCNG(script_encoding))); LANG_SCNG 165 Zend/zend_multibyte.c return LANG_SCNG(script_encoding); LANG_SCNG 35 ext/tokenizer/tokenizer.c #define zendtext LANG_SCNG(yy_text) LANG_SCNG 36 ext/tokenizer/tokenizer.c #define zendleng LANG_SCNG(yy_leng) LANG_SCNG 37 ext/tokenizer/tokenizer.c #define zendcursor LANG_SCNG(yy_cursor) LANG_SCNG 38 ext/tokenizer/tokenizer.c #define zendlimit LANG_SCNG(yy_limit) LANG_SCNG 200 ext/tokenizer/tokenizer.c LANG_SCNG(yy_state) = yycINITIAL;