Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_multibyte.c87 ZEND_API const zend_encoding *zend_multibyte_encoding_utf8 = (const zend_encoding*)"UTF-8"; variable
107 zend_multibyte_encoding_utf8 = functions->encoding_fetcher("UTF-8"); in zend_multibyte_set_functions()
108 if (!zend_multibyte_encoding_utf8) { in zend_multibyte_set_functions()
H A Dzend_multibyte.h59 ZEND_API extern const zend_encoding *zend_multibyte_encoding_utf8;
H A Dzend_language_scanner.l135 …ultibyte_encoding_converter(to, to_length, from, from_length, zend_multibyte_encoding_utf8, LANG_S… in encoding_filter_script_to_intermediate()
141 LANG_SCNG(script_encoding), zend_multibyte_encoding_utf8); in encoding_filter_intermediate_to_script()
149 internal_encoding, zend_multibyte_encoding_utf8); in encoding_filter_intermediate_to_internal()
374 script_encoding = zend_multibyte_encoding_utf8; in zend_multibyte_detect_unicode()
H A Dzend_language_scanner.c138 …ultibyte_encoding_converter(to, to_length, from, from_length, zend_multibyte_encoding_utf8, LANG_S… in encoding_filter_script_to_intermediate()
144 LANG_SCNG(script_encoding), zend_multibyte_encoding_utf8); in encoding_filter_intermediate_to_script()
152 internal_encoding, zend_multibyte_encoding_utf8); in encoding_filter_intermediate_to_internal()
377 script_encoding = zend_multibyte_encoding_utf8; in zend_multibyte_detect_unicode()

Completed in 23 milliseconds