Searched defs:check_null (Results 1 – 2 of 2) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_API.h | 1666 #define Z_PARAM_ARRAY_EX(dest, check_null, separate) \ argument 1690 #define Z_PARAM_ITERABLE_EX(dest, check_null) \ argument 1720 #define Z_PARAM_CLASS_EX(dest, check_null, deref) \ argument 1882 #define Z_PARAM_NUMBER_EX(dest, check_null) \ argument 1896 #define Z_PARAM_NUMBER_OR_STR_EX(dest, check_null) \ argument 1911 #define Z_PARAM_OBJECT_EX(dest, check_null, deref) \ argument 1926 #define Z_PARAM_OBJ_EX(dest, check_null, deref) \ argument 2012 #define Z_PARAM_PATH_STR_EX(dest, check_null, deref) \ argument 2027 #define Z_PARAM_RESOURCE_EX(dest, check_null, deref) \ argument 2057 #define Z_PARAM_STR_EX(dest, check_null, deref) \ argument [all …]
|
H A D | zend_API.c | 441 …LL zend_parse_arg_class(zval *arg, zend_class_entry **pce, uint32_t num, bool check_null) /* {{{ */ in zend_parse_arg_class() 763 bool check_null = 0; in zend_parse_arg_impl() local
|
Completed in 33 milliseconds