Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_API.h140 #define ZEND_ARG_ARRAY_INFO(pass_by_ref, name, allow_null) \ argument
142 #define ZEND_ARG_CALLABLE_INFO(pass_by_ref, name, allow_null) \ argument
1435 #define Z_PARAM_OBJ_OR_CLASS_NAME_EX(dest, allow_null) \ argument
2057 if (allow_null) { in zend_parse_arg_array_ht_or_long()
2066 } else if (allow_null && EXPECTED(Z_TYPE_P(arg) == IS_NULL)) { in zend_parse_arg_array_ht_or_long()
2106 if (allow_null) { in zend_parse_arg_obj_or_long()
2115 } else if (allow_null && EXPECTED(Z_TYPE_P(arg) == IS_NULL)) { in zend_parse_arg_obj_or_long()
2176 } else if (allow_null && EXPECTED(Z_TYPE_P(arg) == IS_NULL)) { in zend_parse_arg_array_ht_or_str()
2187 zend_bool *is_null, bool allow_null) in zend_parse_arg_str_or_long() argument
2189 if (allow_null) { in zend_parse_arg_str_or_long()
[all …]
H A Dzend_types.h262 #define ZEND_TYPE_INIT_CODE(code, allow_null, extra_flags) \ argument
264 | ((allow_null) ? _ZEND_TYPE_NULLABLE_BIT : 0) | (extra_flags))
266 #define ZEND_TYPE_INIT_PTR(ptr, type_kind, allow_null, extra_flags) \ argument
268 (type_kind) | ((allow_null) ? _ZEND_TYPE_NULLABLE_BIT : 0) | (extra_flags) }
273 #define ZEND_TYPE_INIT_CE(_ce, allow_null, extra_flags) \ argument
274 ZEND_TYPE_INIT_PTR(_ce, _ZEND_TYPE_CE_BIT, allow_null, extra_flags)
276 #define ZEND_TYPE_INIT_CLASS(class_name, allow_null, extra_flags) \ argument
277 ZEND_TYPE_INIT_PTR(class_name, _ZEND_TYPE_NAME_BIT, allow_null, extra_flags)
279 #define ZEND_TYPE_INIT_CLASS_CONST(class_name, allow_null, extra_flags) \ argument
280 ZEND_TYPE_INIT_PTR(class_name, _ZEND_TYPE_NAME_BIT, allow_null, extra_flags)
H A Dzend_compile.c6101 zend_bool allow_null = force_allow_null; in zend_compile_typename() local
6105 allow_null = 1; in zend_compile_typename()
6179 if (allow_null) { in zend_compile_typename()

Completed in 47 milliseconds