Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_inheritance.c50 zend_string_addref(ZEND_TYPE_NAME(*list_type)); in zend_type_copy_ctor()
53 zend_string_addref(ZEND_TYPE_NAME(*type)); in zend_type_copy_ctor()
333 && zend_string_equals_literal_ci(ZEND_TYPE_NAME(*single_type), "Traversable")) { in zend_type_contains_traversable()
352 zend_string *name = resolve_class_name(scope, ZEND_TYPE_NAME(*single_type)); in zend_type_permits_self()
401 resolve_class_name(proto_scope, ZEND_TYPE_NAME(*single_type)); in zend_perform_covariant_class_type_check()
475 resolve_class_name(fe_scope, ZEND_TYPE_NAME(*single_type)); in zend_perform_covariant_type_check()
505 resolve_class_name(fe_scope, ZEND_TYPE_NAME(*single_type)); in zend_perform_covariant_type_check()
999 && ZEND_TYPE_NAME(parent_info->type) == ZEND_TYPE_NAME(child_info->type)) { in property_types_compatible()
H A Dzend.c617 zend_string *name = zend_string_dup(ZEND_TYPE_NAME(*list_type), 1); in function_copy_ctor()
621 zend_string *name = zend_string_dup(ZEND_TYPE_NAME(arg_info[i].type), 1); in function_copy_ctor()
1016 zend_string *type_name = ZEND_TYPE_NAME(*single_type); in zend_resolve_property_types()
H A Dzend_opcode.c111 zend_string_release(ZEND_TYPE_NAME(*list_type)); in zend_type_release()
118 zend_string_release(ZEND_TYPE_NAME(type)); in zend_type_release()
H A Dzend_execute.c859 zend_string *name = ZEND_TYPE_NAME(*list_type); in zend_check_and_resolve_property_class_type()
876 zend_string *name = ZEND_TYPE_NAME(info->type); in zend_check_and_resolve_property_class_type()
973 ce = zend_fetch_class(ZEND_TYPE_NAME(*list_type), in zend_check_type_slow()
996 …ce = zend_fetch_class(ZEND_TYPE_NAME(type), (ZEND_FETCH_CLASS_AUTO | ZEND_FETCH_CLASS_NO_AUTOLOAD)… in zend_check_type_slow()
H A Dzend_compile.c1190 zend_string *resolved = resolve_class_name(ZEND_TYPE_NAME(*list_type), scope); in zend_type_to_string_resolved()
1196 str = resolve_class_name(ZEND_TYPE_NAME(type), scope); in zend_type_to_string_resolved()
1286 && is_generator_compatible_class_type(ZEND_TYPE_NAME(*single_type))) { in zend_mark_function_as_generator()
6089 && zend_string_equals_literal_ci(ZEND_TYPE_NAME(*single_type), "Traversable")) { in zend_type_contains_traversable()
6133 ZEND_TYPE_SET_PTR(type, ZEND_TYPE_NAME(single_type)); in zend_compile_typename()
6166 ZEND_TYPE_NAME(list->types[i]), ZEND_TYPE_NAME(single_type))) { in zend_compile_typename()
H A Dzend_types.h176 #define ZEND_TYPE_NAME(t) \ macro
/PHP-8.0/ext/opcache/
H A Dzend_persist_calc.c182 zend_string *type_name = ZEND_TYPE_NAME(*single_type); in zend_persist_type_calc()
H A Dzend_file_cache.c438 zend_string *type_name = ZEND_TYPE_NAME(*type);
1211 zend_string *type_name = ZEND_TYPE_NAME(*type);
H A DZendAccelerator.c607 new_interned_string(ZEND_TYPE_NAME(*single_type))); in accel_copy_permanent_strings()
3655 preload_fetch_resolved_ce(ZEND_TYPE_NAME(*single_type), ce);
3686 if (!preload_is_class_type_known(ce, ZEND_TYPE_NAME(*single_type))) {
4038 prop, ZEND_TYPE_NAME(*single_type));
H A Dzend_persist.c308 zend_string *type_name = ZEND_TYPE_NAME(*single_type); in zend_persist_type()
/PHP-8.0/ext/reflection/
H A Dphp_reflection.c243 zend_string_release(ZEND_TYPE_NAME(type_ref->type)); in reflection_free_objects_storage()
1349 zend_string_addref(ZEND_TYPE_NAME(type)); in reflection_type_factory()
2548 class_name = ZEND_TYPE_NAME(param->arg_info->type); in ZEND_METHOD()
2983 (zend_type) ZEND_TYPE_INIT_CLASS(ZEND_TYPE_NAME(param->type), 0, 0)); in ZEND_METHOD()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_helpers.c1730 ce = zend_fetch_class(ZEND_TYPE_NAME(*list_type), in zend_jit_verify_type_common()
1747 …ce = zend_fetch_class(ZEND_TYPE_NAME(arg_info->type), (ZEND_FETCH_CLASS_AUTO | ZEND_FETCH_CLASS_NO… in zend_jit_verify_type_common()
/PHP-8.0/ext/opcache/Optimizer/
H A Dzend_inference.c2070 zend_string *lcname = zend_string_tolower(ZEND_TYPE_NAME(arg_info->type)); in zend_fetch_arg_info_type()
2180 zend_string *lcname = zend_string_tolower(ZEND_TYPE_NAME(prop_info->type)); in zend_fetch_prop_type()

Completed in 131 milliseconds