Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_compile.c5876 const zend_encoding *new_encoding, *old_encoding; in zend_handle_encoding_declaration() local
5881 new_encoding = zend_multibyte_fetch_encoding(ZSTR_VAL(encoding_name)); in zend_handle_encoding_declaration()
5882 if (!new_encoding) { in zend_handle_encoding_declaration()
5887 zend_multibyte_set_filter(new_encoding); in zend_handle_encoding_declaration()
5891 (old_input_filter && new_encoding != old_encoding)) { in zend_handle_encoding_declaration()

Completed in 34 milliseconds