Searched refs:script_org (Results 1 – 4 of 4) sorted by relevance
/PHP-7.2/Zend/ |
H A D | zend_language_scanner.l | 220 lex_state->script_org = SCNG(script_org); in zend_save_lexical_state() 260 SCNG(script_org) = lex_state->script_org; in zend_restore_lexical_state() 361 if (!memcmp(LANG_SCNG(script_org), BOM_UTF32_BE, sizeof(BOM_UTF32_BE)-1)) { in zend_multibyte_detect_unicode() 373 } else if (!memcmp(LANG_SCNG(script_org), BOM_UTF8, sizeof(BOM_UTF8)-1)) { in zend_multibyte_detect_unicode() 380 LANG_SCNG(script_org) += bom_size; in zend_multibyte_detect_unicode() 387 if ((pos1 = memchr(LANG_SCNG(script_org), 0, LANG_SCNG(script_org_size)))) { in zend_multibyte_detect_unicode() 389 pos2 = LANG_SCNG(script_org); in zend_multibyte_detect_unicode() 531 SCNG(script_org) = (unsigned char*)buf; in open_file_for_scanning() 701 SCNG(script_org) = (unsigned char*)buf; in zend_prepare_string_for_scanning() 736 if ((size_t)-1 == SCNG(input_filter)(&p, &length, SCNG(script_org), offset)) { in zend_get_scanned_file_offset() [all …]
|
H A D | zend_language_scanner.h | 41 unsigned char *script_org; member
|
H A D | zend_globals.h | 278 unsigned char *script_org; member
|
H A D | zend_language_scanner.c | 223 lex_state->script_org = SCNG(script_org); in zend_save_lexical_state() 263 SCNG(script_org) = lex_state->script_org; in zend_restore_lexical_state() 364 if (!memcmp(LANG_SCNG(script_org), BOM_UTF32_BE, sizeof(BOM_UTF32_BE)-1)) { in zend_multibyte_detect_unicode() 376 } else if (!memcmp(LANG_SCNG(script_org), BOM_UTF8, sizeof(BOM_UTF8)-1)) { in zend_multibyte_detect_unicode() 383 LANG_SCNG(script_org) += bom_size; in zend_multibyte_detect_unicode() 390 if ((pos1 = memchr(LANG_SCNG(script_org), 0, LANG_SCNG(script_org_size)))) { in zend_multibyte_detect_unicode() 392 pos2 = LANG_SCNG(script_org); in zend_multibyte_detect_unicode() 534 SCNG(script_org) = (unsigned char*)buf; in open_file_for_scanning() 704 SCNG(script_org) = (unsigned char*)buf; in zend_prepare_string_for_scanning() 739 if ((size_t)-1 == SCNG(input_filter)(&p, &length, SCNG(script_org), offset)) { in zend_get_scanned_file_offset() [all …]
|
Completed in 37 milliseconds