Home
last modified time | relevance | path

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

/PHP-7.2/
H A DUPGRADING.INTERNALS42 f. zend_arg_info class_name member is removed, use ZEND_TYPE_NAME instead
/PHP-7.2/Zend/
H A Dzend_opcode.c125 zend_string_release(ZEND_TYPE_NAME(arg_info[i].type)); in destroy_zend_function()
158 zend_string_release(ZEND_TYPE_NAME(arg_info[i].type)); in zend_function_dtor()
447 zend_string_release(ZEND_TYPE_NAME(arg_info[i].type)); in destroy_op_array()
H A Dzend_inheritance.c176 …if (ZEND_TYPE_IS_CLASS(arg_info->type) && zend_string_equals_literal_ci(ZEND_TYPE_NAME(arg_info->t… in zend_iterable_compatibility_check()
193 fe_class_name = ZEND_TYPE_NAME(fe_arg_info->type); in zend_do_perform_type_hint_check()
204 proto_class_name = ZEND_TYPE_NAME(proto_arg_info->type); in zend_do_perform_type_hint_check()
397 class_name = ZSTR_VAL(ZEND_TYPE_NAME(arg_info->type)); in zend_append_type_hint()
398 class_name_len = ZSTR_LEN(ZEND_TYPE_NAME(arg_info->type)); in zend_append_type_hint()
H A Dzend_execute.c673 *need_kind = ZSTR_VAL(ZEND_TYPE_NAME(arg_info->type)); in zend_verify_type_error_common()
838 …*ce = zend_fetch_class(ZEND_TYPE_NAME(type), (ZEND_FETCH_CLASS_AUTO | ZEND_FETCH_CLASS_NO_AUTOLOAD… in zend_check_type()
1030 …ce = zend_fetch_class(ZEND_TYPE_NAME(ret_info->type), (ZEND_FETCH_CLASS_AUTO | ZEND_FETCH_CLASS_NO… in zend_verify_missing_return_type()
H A Dzend_types.h130 #define ZEND_TYPE_NAME(t) \ macro
H A Dzend_compile.c1286 if (!zend_string_equals_literal_ci(ZEND_TYPE_NAME(return_info.type), "Traversable") in zend_mark_function_as_generator()
1287 && !zend_string_equals_literal_ci(ZEND_TYPE_NAME(return_info.type), "Iterator") in zend_mark_function_as_generator()
1288 && !zend_string_equals_literal_ci(ZEND_TYPE_NAME(return_info.type), "Generator")) { in zend_mark_function_as_generator()
1289 zend_error_noreturn(E_COMPILE_ERROR, msg, ZSTR_VAL(ZEND_TYPE_NAME(return_info.type))); in zend_mark_function_as_generator()
/PHP-7.2/ext/opcache/
H A Dzend_persist_calc.c229 zend_string *type_name = ZEND_TYPE_NAME(arg_info[i].type); in zend_persist_op_array_calc_ex()
H A Dzend_persist.c527 zend_string *type_name = ZEND_TYPE_NAME(arg_info[i].type); in zend_persist_op_array_ex()
H A Dzend_file_cache.c480 zend_string *type_name = ZEND_TYPE_NAME(p->type);
H A DZendAccelerator.c545 …arg_info[i].type = ZEND_TYPE_ENCODE_CLASS(new_interned_string(ZEND_TYPE_NAME(arg_info[i].type)), a… in accel_copy_permanent_strings()
/PHP-7.2/ext/reflection/
H A Dphp_reflection.c621 ZSTR_VAL(ZEND_TYPE_NAME(arg_info->type))); in _parameter_string()
843 ZSTR_VAL(ZEND_TYPE_NAME(fptr->common.arg_info[-1].type))); in _function_string()
2589 class_name = ZEND_TYPE_NAME(param->arg_info->type); in ZEND_METHOD()
2924 return zend_string_copy(ZEND_TYPE_NAME(param->arg_info->type)); in reflection_type_name()
/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_inference.c2241 zend_string *lcname = zend_string_tolower(ZEND_TYPE_NAME(arg_info->type)); in zend_fetch_arg_info()

Completed in 120 milliseconds