Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_multibyte.c1081 int bom_size; in zend_multibyte_detect_unicode() local
1091 bom_size = sizeof(BOM_UTF32_BE)-1; in zend_multibyte_detect_unicode()
1094 bom_size = sizeof(BOM_UTF32_LE)-1; in zend_multibyte_detect_unicode()
1097 bom_size = sizeof(BOM_UTF16_BE)-1; in zend_multibyte_detect_unicode()
1100 bom_size = sizeof(BOM_UTF16_LE)-1; in zend_multibyte_detect_unicode()
1103 bom_size = sizeof(BOM_UTF8)-1; in zend_multibyte_detect_unicode()
1108 script = (unsigned char*)emalloc(LANG_SCNG(script_org_size)+1-bom_size); in zend_multibyte_detect_unicode()
1109 memcpy(script, LANG_SCNG(script_org)+bom_size, LANG_SCNG(script_org_size)+1-bom_size); in zend_multibyte_detect_unicode()
1112 LANG_SCNG(script_org_size) -= bom_size; in zend_multibyte_detect_unicode()

Completed in 9 milliseconds