Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_inheritance.c332 if (ZEND_TYPE_IS_CLASS(proto_type)) { in zend_perform_covariant_type_check()
335 if (!ZEND_TYPE_IS_CLASS(fe_type)) { in zend_perform_covariant_type_check()
360 if (ZEND_TYPE_IS_CLASS(fe_type)) { in zend_perform_covariant_type_check()
375 if (ZEND_TYPE_IS_CLASS(fe_type)) { in zend_perform_covariant_type_check()
534 if (ZEND_TYPE_IS_CLASS(arg_info->type)) { in zend_append_type_hint()
911 if (!ZEND_TYPE_IS_CLASS(parent_info->type) || !ZEND_TYPE_IS_CLASS(child_info->type) || in property_types_compatible()
946 ZEND_TYPE_IS_CLASS(parent->type) in emit_incompatible_property_error()
H A Dzend_execute.c602 if (ZEND_TYPE_IS_CLASS(type)) { in zend_format_type()
726 if (ZEND_TYPE_IS_CLASS(arg_info->type)) { in zend_verify_type_error_common()
769 if (ZEND_TYPE_IS_CLASS(arg_info->type) && Z_TYPE_P(value) == IS_OBJECT) { in zend_verify_type_error_common()
904 if (ZEND_TYPE_IS_CLASS(info->type)) { in zend_verify_property_type_error()
954 if (ZEND_TYPE_IS_CLASS(info->type)) { in i_zend_check_property_type()
1027 if (ZEND_TYPE_IS_CLASS(type)) { in zend_check_type()
1256 if (ZEND_TYPE_IS_CLASS(ret_info->type)) { in zend_verify_missing_return_type()
2709 if (ZEND_TYPE_IS_CLASS(type)) { in check_type_stdClass_assignable()
3162 if (ZEND_TYPE_IS_CLASS(type)) { in i_zend_verify_type_assignable_zval()
3230 seen_type = ZEND_TYPE_IS_CLASS(prop->type) ? IS_OBJECT : ZEND_TYPE_CODE(prop->type); in zend_verify_ref_assignable_zval()
H A Dzend_opcode.c117 if (ZEND_TYPE_IS_CLASS(arg_info[i].type)) { in zend_free_internal_arg_info()
499 if (ZEND_TYPE_IS_CLASS(arg_info[i].type)) { in destroy_op_array()
H A Dzend_types.h132 #define ZEND_TYPE_IS_CLASS(t) \ macro
139 (ZEND_TYPE_IS_CLASS(t) && !ZEND_TYPE_IS_CE(t))
H A Dzend_compile.c1129 if (!ZEND_TYPE_IS_CLASS(return_info.type)) { in zend_mark_function_as_generator()
2153 if (ZEND_TYPE_IS_CLASS(return_info->type)) { in zend_emit_return_type_check()
5463 if (ZEND_TYPE_IS_CLASS(arg_info->type)) { in zend_compile_params()
5506 if (ZEND_TYPE_IS_CLASS(arg_info->type)) { in zend_compile_params()
5510 if (ZEND_TYPE_IS_CLASS(arg_info->type)) { in zend_compile_params()
6146 const char *name = ZEND_TYPE_IS_CLASS(type) in zend_compile_prop_decl()
6153 } else if (ZEND_TYPE_IS_CLASS(type)) { in zend_compile_prop_decl()
H A Dzend.c604 if (ZEND_TYPE_IS_CLASS(arg_info[i].type)) { in function_copy_ctor()
H A Dzend_API.c2216 if (ZEND_TYPE_IS_CLASS(info->type)) { in zend_register_functions()
2301 if (ZEND_TYPE_IS_CLASS(new_arg_info[i].type)) { in zend_register_functions()
H A Dzend_vm_def.h4270 if (UNEXPECTED(!ZEND_TYPE_IS_CLASS(ret_info->type)
H A Dzend_vm_execute.h9224 if (UNEXPECTED(!ZEND_TYPE_IS_CLASS(ret_info->type) in ZEND_VERIFY_RETURN_TYPE_SPEC_CONST_UNUSED_HANDLER()
19721 if (UNEXPECTED(!ZEND_TYPE_IS_CLASS(ret_info->type) in ZEND_VERIFY_RETURN_TYPE_SPEC_TMP_UNUSED_HANDLER()
27617 if (UNEXPECTED(!ZEND_TYPE_IS_CLASS(ret_info->type) in ZEND_VERIFY_RETURN_TYPE_SPEC_VAR_UNUSED_HANDLER()
34317 if (UNEXPECTED(!ZEND_TYPE_IS_CLASS(ret_info->type) in ZEND_VERIFY_RETURN_TYPE_SPEC_UNUSED_UNUSED_HANDLER()
46074 if (UNEXPECTED(!ZEND_TYPE_IS_CLASS(ret_info->type) in ZEND_VERIFY_RETURN_TYPE_SPEC_CV_UNUSED_HANDLER()
/PHP-7.4/ext/opcache/Optimizer/
H A Dcompact_literals.c72 return ZEND_TYPE_IS_CLASS(arg_info->type); in class_name_type_hint()
76 return ZEND_TYPE_IS_CLASS(arg_info->type); in class_name_type_hint()
H A Ddfa_pass.c342 if (ZEND_TYPE_IS_CLASS(info->type)) { in can_elide_return_type_check()
H A Dzend_optimizer.c660 if (ZEND_TYPE_IS_CLASS(ret_info->type) in zend_optimizer_replace_by_const()
H A Dzend_inference.c2291 if (ZEND_TYPE_IS_CLASS(arg_info->type)) { in zend_fetch_arg_info()
2397 uint32_t type = ZEND_TYPE_IS_CLASS(prop_info->type) in zend_fetch_prop_type()
/PHP-7.4/ext/opcache/
H A Dzend_persist_calc.c225 if (ZEND_TYPE_IS_CLASS(arg_info[i].type)) { in zend_persist_op_array_calc_ex()
H A Dzend_persist.c498 if (ZEND_TYPE_IS_CLASS(arg_info[i].type)) { in zend_persist_op_array_ex()
H A DZendAccelerator.c613 if (ZEND_TYPE_IS_CLASS(arg_info[i].type)) { in accel_copy_permanent_strings()
/PHP-7.4/ext/standard/
H A Dvar.c83 ZEND_TYPE_IS_CLASS(prop_info->type) ? in php_object_property_dump()
272 ZEND_TYPE_IS_CLASS(prop_info->type) ? in zval_object_property_dump()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c600 if (ZEND_TYPE_IS_CLASS(arg_info->type)) { in _parameter_string()
820 if (ZEND_TYPE_IS_CLASS(fptr->common.arg_info[-1].type)) { in _function_string()
2515 if (ZEND_TYPE_IS_CLASS(param->arg_info->type)) { in ZEND_METHOD()

Completed in 274 milliseconds