Home
last modified time | relevance | path

Searched defs:allow_null (Results 1 – 3 of 3) sorted by relevance

/PHP-8.1/Zend/
H A Dzend_API.h122 #define ZEND_ARG_TYPE_INFO(pass_by_ref, name, type_hint, allow_null) \ argument
138 #define ZEND_ARG_OBJ_INFO(pass_by_ref, name, class_name, allow_null) \ argument
146 #define ZEND_ARG_ARRAY_INFO(pass_by_ref, name, allow_null) \ argument
148 #define ZEND_ARG_CALLABLE_INFO(pass_by_ref, name, allow_null) \ argument
162 #define ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO(name, class_name, allow_null) \ argument
195 #define ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO(name, type, allow_null) \ argument
1514 #define Z_PARAM_OBJ_OR_CLASS_NAME_EX(dest, allow_null) \ argument
1885 #define Z_PARAM_ARRAY_HT_OR_STR_EX(dest_ht, dest_str, allow_null) \ argument
1899 #define Z_PARAM_STR_OR_LONG_EX(dest_str, dest_long, is_null, allow_null) \ argument
2230 bool *is_null, bool allow_null, uint32_t arg_num) in zend_parse_arg_str_or_long()
[all …]
H A Dzend_types.h265 #define ZEND_TYPE_INIT_CODE(code, allow_null, extra_flags) \ argument
269 #define ZEND_TYPE_INIT_PTR(ptr, type_kind, allow_null, extra_flags) \ argument
279 #define ZEND_TYPE_INIT_CLASS(class_name, allow_null, extra_flags) \ argument
282 #define ZEND_TYPE_INIT_CLASS_CONST(class_name, allow_null, extra_flags) \ argument
H A Dzend_compile.c6321 bool allow_null = force_allow_null; in zend_compile_typename() local

Completed in 47 milliseconds