type_hint 2149 Zend/zend_API.c reg_function->common.arg_info[i].type_hint) { type_hint 105 Zend/zend_API.h #define ZEND_ARG_TYPE_INFO(pass_by_ref, name, type_hint, allow_null) { #name, sizeof(#name)-1, NULL, 0, type_hint, pass_by_ref, allow_null, 0 }, type_hint 1920 Zend/zend_compile.c cur_arg_info->type_hint = 0; type_hint 1932 Zend/zend_compile.c cur_arg_info->type_hint = IS_ARRAY; type_hint 1944 Zend/zend_compile.c cur_arg_info->type_hint = IS_CALLABLE; type_hint 1956 Zend/zend_compile.c cur_arg_info->type_hint = IS_OBJECT; type_hint 3352 Zend/zend_compile.c if (fe_arg_info->type_hint != proto_arg_info->type_hint) { type_hint 3422 Zend/zend_compile.c } else if (arg_info->type_hint) { type_hint 3424 Zend/zend_compile.c char *type_name = zend_get_type_by_const(arg_info->type_hint); type_hint 240 Zend/zend_compile.h zend_uchar type_hint; type_hint 660 Zend/zend_execute.c } else if (cur_arg_info->type_hint) { type_hint 661 Zend/zend_execute.c switch(cur_arg_info->type_hint) { type_hint 728 ext/reflection/php_reflection.c } else if (arg_info->type_hint) { type_hint 729 ext/reflection/php_reflection.c string_printf(str, "%s ", zend_get_type_by_const(arg_info->type_hint)); type_hint 2482 ext/reflection/php_reflection.c RETVAL_BOOL(param->arg_info->type_hint == IS_ARRAY); type_hint 2498 ext/reflection/php_reflection.c RETVAL_BOOL(param->arg_info->type_hint == IS_CALLABLE);