Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_compile.h953 zend_string *zend_type_to_string_resolved(zend_type type, zend_class_entry *scope);
H A Dzend_inheritance.c865 zend_string *type_str = zend_type_to_string_resolved(arg_info->type, scope); in zend_append_type_hint()
1270 zend_string *type_str = zend_type_to_string_resolved(parent->type, parent->ce); in emit_incompatible_property_error()
1386 zend_string *type_str = zend_type_to_string_resolved(parent->type, parent->ce); in emit_incompatible_class_constant_error()
H A Dzend_compile.c1377 zend_string *zend_type_to_string_resolved(zend_type type, zend_class_entry *scope) { in zend_type_to_string_resolved() function
1468 return zend_type_to_string_resolved(type, NULL); in zend_type_to_string()
H A Dzend_execute.c687 *need_msg = zend_type_to_string_resolved(arg_info->type, zf->common.scope); in zend_verify_type_error_common()

Completed in 73 milliseconds