Home
last modified time | relevance | path

Searched refs:BOM_UTF16_LE (Results 1 – 2 of 2) sorted by relevance

/PHP-7.3/Zend/
H A Dzend_language_scanner.l300 #define BOM_UTF16_LE "\xff\xfe" macro
371 } else if (!memcmp(LANG_SCNG(script_org), BOM_UTF16_LE, sizeof(BOM_UTF16_LE)-1)) { in zend_multibyte_detect_unicode()
373 bom_size = sizeof(BOM_UTF16_LE)-1; in zend_multibyte_detect_unicode()
H A Dzend_language_scanner.c303 #define BOM_UTF16_LE "\xff\xfe" macro
374 } else if (!memcmp(LANG_SCNG(script_org), BOM_UTF16_LE, sizeof(BOM_UTF16_LE)-1)) { in zend_multibyte_detect_unicode()
376 bom_size = sizeof(BOM_UTF16_LE)-1; in zend_multibyte_detect_unicode()

Completed in 30 milliseconds