Searched defs:check_null (Results 1 – 2 of 2) sorted by relevance
/PHP-8.1/Zend/ |
H A D | zend_API.h | 1447 #define Z_PARAM_ARRAY_EX(dest, check_null, separate) \ argument 1471 #define Z_PARAM_ITERABLE_EX(dest, check_null) \ argument 1501 #define Z_PARAM_CLASS_EX(dest, check_null, deref) \ argument 1605 #define Z_PARAM_ARRAY_HT_EX(dest, check_null, separate) \ argument 1659 #define Z_PARAM_NUMBER_EX(dest, check_null) \ argument 1674 #define Z_PARAM_OBJECT_EX(dest, check_null, deref) \ argument 1689 #define Z_PARAM_OBJ_EX(dest, check_null, deref) \ argument 1775 #define Z_PARAM_PATH_STR_EX(dest, check_null, deref) \ argument 1790 #define Z_PARAM_RESOURCE_EX(dest, check_null, deref) \ argument 1820 #define Z_PARAM_STR_EX(dest, check_null, deref) \ argument [all …]
|
H A D | zend_API.c | 412 …LL zend_parse_arg_class(zval *arg, zend_class_entry **pce, uint32_t num, bool check_null) /* {{{ */ in zend_parse_arg_class() 704 bool check_null = 0; in zend_parse_arg_impl() local
|
Completed in 29 milliseconds