Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_compile.c5315 const zend_encoding *new_encoding, *old_encoding; in zend_handle_encoding_declaration() local
5320 new_encoding = zend_multibyte_fetch_encoding(ZSTR_VAL(encoding_name)); in zend_handle_encoding_declaration()
5321 if (!new_encoding) { in zend_handle_encoding_declaration()
5326 zend_multibyte_set_filter(new_encoding); in zend_handle_encoding_declaration()
5330 (old_input_filter && new_encoding != old_encoding)) { in zend_handle_encoding_declaration()

Completed in 29 milliseconds