Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_execute.c3472 zend_string *type1_str = zend_type_to_string(prop1->type); in zend_throw_ref_type_error_type() local
3478 ZSTR_VAL(type1_str), in zend_throw_ref_type_error_type()
3483 zend_string_release(type1_str); in zend_throw_ref_type_error_type()
3499 zend_string *type1_str = zend_type_to_string(prop1->type); in zend_throw_conflicting_coercion_error() local
3505 ZSTR_VAL(type1_str), in zend_throw_conflicting_coercion_error()
3510 zend_string_release(type1_str); in zend_throw_conflicting_coercion_error()

Completed in 17 milliseconds