Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_compile.c4308 const zend_encoding *new_encoding, *old_encoding; in zend_handle_encoding_declaration() local
4313 new_encoding = zend_multibyte_fetch_encoding(ZSTR_VAL(encoding_name)); in zend_handle_encoding_declaration()
4314 if (!new_encoding) { in zend_handle_encoding_declaration()
4319 zend_multibyte_set_filter(new_encoding); in zend_handle_encoding_declaration()
4323 (old_input_filter && new_encoding != old_encoding)) { in zend_handle_encoding_declaration()

Completed in 23 milliseconds