Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_execute.c3475 zend_string *type2_str = zend_type_to_string(prop2->type); in zend_throw_ref_type_error_type() local
3483 ZSTR_VAL(type2_str) in zend_throw_ref_type_error_type()
3486 zend_string_release(type2_str); in zend_throw_ref_type_error_type()
3502 zend_string *type2_str = zend_type_to_string(prop2->type); in zend_throw_conflicting_coercion_error() local
3510 ZSTR_VAL(type2_str) in zend_throw_conflicting_coercion_error()
3513 zend_string_release(type2_str); in zend_throw_conflicting_coercion_error()

Completed in 19 milliseconds