Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_execute.c600 static void zend_format_type(zend_type type, const char **part1, const char **part2) { in zend_format_type() function
615 zend_format_type(prop->type, &prop_type1, &prop_type2); in zend_throw_auto_init_in_prop_error()
626 zend_format_type(prop->type, &prop_type1, &prop_type2); in zend_throw_auto_init_in_ref_error()
902 zend_format_type(info->type, &prop_type1, &prop_type2); in zend_verify_property_type_error()
1670 zend_format_type(prop->type, &prop_type1, &prop_type2); in zend_throw_incdec_prop_error()
3112 zend_format_type(prop1->type, &prop1_type1, &prop1_type2); in zend_throw_ref_type_error_type()
3113 zend_format_type(prop2->type, &prop2_type1, &prop2_type2); in zend_throw_ref_type_error_type()
3127 zend_format_type(prop->type, &prop_type1, &prop_type2); in zend_throw_ref_type_error_zval()
3138 zend_format_type(prop1->type, &prop1_type1, &prop1_type2); in zend_throw_conflicting_coercion_error()
3139 zend_format_type(prop2->type, &prop2_type1, &prop2_type2); in zend_throw_conflicting_coercion_error()

Completed in 64 milliseconds