Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_language_scanner.l298 #define BOM_UTF32_LE "\xff\xfe\x00\x00" macro
357 if (LANG_SCNG(script_org_size) < sizeof(BOM_UTF32_LE)-1) { in zend_multibyte_detect_unicode()
365 } else if (!memcmp(LANG_SCNG(script_org), BOM_UTF32_LE, sizeof(BOM_UTF32_LE)-1)) { in zend_multibyte_detect_unicode()
367 bom_size = sizeof(BOM_UTF32_LE)-1; in zend_multibyte_detect_unicode()
H A Dzend_language_scanner.c301 #define BOM_UTF32_LE "\xff\xfe\x00\x00" macro
360 if (LANG_SCNG(script_org_size) < sizeof(BOM_UTF32_LE)-1) { in zend_multibyte_detect_unicode()
368 } else if (!memcmp(LANG_SCNG(script_org), BOM_UTF32_LE, sizeof(BOM_UTF32_LE)-1)) { in zend_multibyte_detect_unicode()
370 bom_size = sizeof(BOM_UTF32_LE)-1; in zend_multibyte_detect_unicode()

Completed in 19 milliseconds