Searched defs:allow_null (Results 1 – 2 of 2) sorted by relevance
/php-src/Zend/ |
H A D | zend_API.h | 138 #define ZEND_ARG_TYPE_INFO(pass_by_ref, name, type_hint, allow_null) \ argument 154 #define ZEND_ARG_OBJ_INFO(pass_by_ref, name, class_name, allow_null) \ argument 162 #define ZEND_ARG_ARRAY_INFO(pass_by_ref, name, allow_null) \ argument 164 #define ZEND_ARG_CALLABLE_INFO(pass_by_ref, name, allow_null) \ argument 178 #define ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO(name, class_name, allow_null) \ argument 211 #define ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO(name, type, allow_null) \ argument 1743 #define Z_PARAM_OBJ_OR_CLASS_NAME_EX(dest, allow_null) \ argument 2140 #define Z_PARAM_ARRAY_HT_OR_STR_EX(dest_ht, dest_str, allow_null) \ argument 2154 #define Z_PARAM_STR_OR_LONG_EX(dest_str, dest_long, is_null, allow_null) \ argument 2531 bool *is_null, bool allow_null, uint32_t arg_num) in zend_parse_arg_str_or_long() [all …]
|
H A D | zend_types.h | 286 #define ZEND_TYPE_INIT_CODE(code, allow_null, extra_flags) \ argument 290 #define ZEND_TYPE_INIT_PTR(ptr, type_kind, allow_null, extra_flags) \ argument 303 #define ZEND_TYPE_INIT_CLASS(class_name, allow_null, extra_flags) \ argument 309 #define ZEND_TYPE_INIT_CLASS_CONST(class_name, allow_null, extra_flags) \ argument
|
Completed in 23 milliseconds