Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_compile.c5257 const zend_encoding *new_encoding, *old_encoding; in zend_handle_encoding_declaration() local
5262 new_encoding = zend_multibyte_fetch_encoding(ZSTR_VAL(encoding_name)); in zend_handle_encoding_declaration()
5263 if (!new_encoding) { in zend_handle_encoding_declaration()
5268 zend_multibyte_set_filter(new_encoding); in zend_handle_encoding_declaration()
5272 (old_input_filter && new_encoding != old_encoding)) { in zend_handle_encoding_declaration()

Completed in 24 milliseconds