Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_API.h103 …pass_by_ref, name, classname, allow_null) { #name, sizeof(#name)-1, #classname, sizeof(#classname)… argument
104 …ine ZEND_ARG_ARRAY_INFO(pass_by_ref, name, allow_null) { #name, sizeof(#name)-1, NULL, 0, IS_ARRAY… argument
105 …G_TYPE_INFO(pass_by_ref, name, type_hint, allow_null) { #name, sizeof(#name)-1, NULL, 0, type_hint… argument
H A Dzend_execute.c624 } else if (Z_TYPE_P(arg) != IS_NULL || !cur_arg_info->allow_null) { in zend_verify_arg_type()
635 if (Z_TYPE_P(arg) != IS_ARRAY && (Z_TYPE_P(arg) != IS_NULL || !cur_arg_info->allow_null)) { in zend_verify_arg_type()
644 …ALLABLE_CHECK_SILENT, NULL TSRMLS_CC) && (Z_TYPE_P(arg) != IS_NULL || !cur_arg_info->allow_null)) { in zend_verify_arg_type()
H A Dzend_compile.h231 zend_bool allow_null; member
H A Dzend_compile.c1876 cur_arg_info->allow_null = 1; in zend_do_receive_arg()
1882 cur_arg_info->allow_null = 0; in zend_do_receive_arg()
1889 cur_arg_info->allow_null = 1; in zend_do_receive_arg()
1898 cur_arg_info->allow_null = 1; in zend_do_receive_arg()
1913 cur_arg_info->allow_null = 1; in zend_do_receive_arg()
/PHP-5.4/ext/com_dotnet/
H A Dcom_handlers.c312 f.arg_info[i].allow_null = 1; in com_method_get()
/PHP-5.4/ext/reflection/
H A Dphp_reflection.c706 if (arg_info->allow_null) { in _parameter_string()
711 if (arg_info->allow_null) { in _parameter_string()
2478 RETVAL_BOOL(param->arg_info->allow_null); in ZEND_METHOD()

Completed in 77 milliseconds