Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_compile.c6799 const zend_encoding *new_encoding, *old_encoding; in zend_handle_encoding_declaration() local
6804 new_encoding = zend_multibyte_fetch_encoding(ZSTR_VAL(encoding_name)); in zend_handle_encoding_declaration()
6805 if (!new_encoding) { in zend_handle_encoding_declaration()
6810 zend_multibyte_set_filter(new_encoding); in zend_handle_encoding_declaration()
6814 (old_input_filter && new_encoding != old_encoding)) { in zend_handle_encoding_declaration()

Completed in 33 milliseconds