Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_opcode.c128 if (ZEND_TYPE_IS_CLASS(arg_info[i].type)) { in zend_function_dtor()
415 if (ZEND_TYPE_IS_CLASS(arg_info[i].type)) { in destroy_op_array()
H A Dzend_inheritance.c191 …if (ZEND_TYPE_IS_CLASS(arg_info->type) && zend_string_equals_literal_ci(ZEND_TYPE_NAME(arg_info->t… in zend_iterable_compatibility_check()
203 if (ZEND_TYPE_IS_CLASS(fe_arg_info->type) && ZEND_TYPE_IS_CLASS(proto_arg_info->type)) { in zend_do_perform_type_hint_check()
408 if (ZEND_TYPE_IS_CLASS(arg_info->type)) { in zend_append_type_hint()
H A Dzend_execute.c731 if (ZEND_TYPE_IS_CLASS(arg_info->type)) { in zend_verify_type_error_common()
774 if (ZEND_TYPE_IS_CLASS(arg_info->type) && Z_TYPE_P(value) == IS_OBJECT) { in zend_verify_type_error_common()
905 if (ZEND_TYPE_IS_CLASS(type)) { in zend_check_type()
1098 if (ZEND_TYPE_IS_CLASS(ret_info->type)) { in zend_verify_missing_return_type()
H A Dzend_types.h130 #define ZEND_TYPE_IS_CLASS(t) \ macro
H A Dzend.c589 if (ZEND_TYPE_IS_CLASS(arg_info[i].type)) { in function_copy_ctor()
H A Dzend_compile.c1243 if (!ZEND_TYPE_IS_CLASS(return_info.type)) { in zend_mark_function_as_generator()
2353 if (ZEND_TYPE_IS_CLASS(return_info->type)) { in zend_emit_return_type_check()
5639 if (ZEND_TYPE_IS_CLASS(arg_info->type)) { in zend_compile_params()
5675 if (ZEND_TYPE_IS_CLASS(arg_info->type)) { in zend_compile_params()
5679 if (ZEND_TYPE_IS_CLASS(arg_info->type)) { in zend_compile_params()
H A Dzend_API.c2234 if (ZEND_TYPE_IS_CLASS(info->type)) { in zend_register_functions()
2319 if (ZEND_TYPE_IS_CLASS(new_arg_info[i].type)) { in zend_register_functions()
H A Dzend_vm_def.h3806 if (UNEXPECTED(!ZEND_TYPE_IS_CLASS(ret_info->type)
H A Dzend_vm_execute.h8782 if (UNEXPECTED(!ZEND_TYPE_IS_CLASS(ret_info->type)
19407 if (UNEXPECTED(!ZEND_TYPE_IS_CLASS(ret_info->type)
27546 if (UNEXPECTED(!ZEND_TYPE_IS_CLASS(ret_info->type)
34363 if (UNEXPECTED(!ZEND_TYPE_IS_CLASS(ret_info->type)
47198 if (UNEXPECTED(!ZEND_TYPE_IS_CLASS(ret_info->type)
/PHP-7.3/ext/opcache/
H A Dzend_persist_calc.c220 if (ZEND_TYPE_IS_CLASS(arg_info[i].type)) { in zend_persist_op_array_calc_ex()
H A Dzend_persist.c553 if (ZEND_TYPE_IS_CLASS(arg_info[i].type)) { in zend_persist_op_array_ex()
H A Dzend_file_cache.c501 if (ZEND_TYPE_IS_CLASS(p->type)) {
H A DZendAccelerator.c599 if (ZEND_TYPE_IS_CLASS(arg_info[i].type)) { in accel_copy_permanent_strings()
/PHP-7.3/ext/opcache/Optimizer/
H A Dcompact_literals.c71 return ZEND_TYPE_IS_CLASS(arg_info->type); in class_name_type_hint()
75 return ZEND_TYPE_IS_CLASS(arg_info->type); in class_name_type_hint()
H A Ddfa_pass.c337 if (ZEND_TYPE_IS_CLASS(info->type)) { in can_elide_return_type_check()
H A Dzend_optimizer.c828 if (ZEND_TYPE_IS_CLASS(ret_info->type) in zend_optimizer_replace_by_const()
H A Dzend_inference.c2265 if (ZEND_TYPE_IS_CLASS(arg_info->type)) { in zend_fetch_arg_info()
/PHP-7.3/ext/reflection/
H A Dphp_reflection.c585 if (ZEND_TYPE_IS_CLASS(arg_info->type)) { in _parameter_string()
805 if (ZEND_TYPE_IS_CLASS(fptr->common.arg_info[-1].type)) { in _function_string()
2534 if (ZEND_TYPE_IS_CLASS(param->arg_info->type)) { in ZEND_METHOD()
2894 if (ZEND_TYPE_IS_CLASS(param->arg_info->type)) { in reflection_type_name()

Completed in 263 milliseconds