Home
last modified time | relevance | path

Searched refs:allow_null (Results 1 – 7 of 7) sorted by relevance

/PHP-7.0/Zend/
H A Dzend_API.h104 …RG_OBJ_INFO(pass_by_ref, name, classname, allow_null) { #name, #classname, IS_OBJECT, pass_by_ref… argument
105 …e ZEND_ARG_ARRAY_INFO(pass_by_ref, name, allow_null) { #name, NULL, IS_ARRAY, pass_by_re… argument
106 …END_ARG_CALLABLE_INFO(pass_by_ref, name, allow_null) { #name, NULL, IS_CALLABLE, pass_by_re… argument
107 …D_ARG_TYPE_INFO(pass_by_ref, name, type_hint, allow_null) { #name, NULL, type_hint, pass_by_ref, a… argument
111 …WITH_RETURN_TYPE_INFO_EX(name, return_reference, required_num_args, type, class_name, allow_null) \ argument
113 …nst char*)(zend_uintptr_t)(required_num_args), class_name, type, return_reference, allow_null, 0 },
114 #define ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO(name, type, class_name, allow_null) \ argument
115 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(name, 0, -1, type, class_name, allow_null)
H A Dzend_compile.h305 zend_bool allow_null; member
315 zend_bool allow_null; member
329 zend_bool allow_null; member
H A Dzend_execute.c773 } else if (Z_TYPE_P(arg) != IS_NULL || !cur_arg_info->allow_null) { in zend_verify_internal_arg_type()
831 …} else if (Z_TYPE_P(arg) != IS_NULL || !(cur_arg_info->allow_null || (default_value && is_null_con… in zend_verify_arg_type()
976 } else if (Z_TYPE_P(ret) != IS_NULL || !ret_info->allow_null) { in zend_verify_internal_return_type()
981 …able(ret, IS_CALLABLE_CHECK_SILENT, NULL) && (Z_TYPE_P(ret) != IS_NULL || !ret_info->allow_null)) { in zend_verify_internal_return_type()
1025 } else if (Z_TYPE_P(ret) != IS_NULL || !ret_info->allow_null) { in zend_verify_return_type()
H A Dzend_inheritance.c324 if (proto_arg_info->type_hint && proto_arg_info->allow_null && !fe_arg_info->allow_null) { in zend_do_perform_implementation_check()
494 } else if (arg_info->type_hint && arg_info->allow_null) { in zend_get_function_declaration()
H A Dzend_compile.c4505 arg_infos->allow_null = 0; in zend_compile_params()
4588 arg_info->allow_null = 1; in zend_compile_params()
4598 arg_info->allow_null = has_null_default; in zend_compile_params()
/PHP-7.0/ext/com_dotnet/
H A Dcom_handlers.c305 f.arg_info[i].allow_null = 1; in com_method_get()
/PHP-7.0/ext/reflection/
H A Dphp_reflection.c689 if (arg_info->allow_null) { in _parameter_string()
694 if (arg_info->allow_null) { in _parameter_string()
919 if (fptr->common.arg_info[-1].allow_null) { in _function_string()
924 if (fptr->common.arg_info[-1].allow_null) { in _function_string()
2767 RETVAL_BOOL(param->arg_info->allow_null); in ZEND_METHOD()
2972 RETVAL_BOOL(param->arg_info->allow_null); in ZEND_METHOD()

Completed in 74 milliseconds