Searched defs:check_null (Results 1 – 3 of 3) sorted by relevance
/PHP-8.4/Zend/ |
H A D | zend_API.h | 1676 #define Z_PARAM_ARRAY_EX(dest, check_null, separate) \ argument 1700 #define Z_PARAM_ITERABLE_EX(dest, check_null) \ argument 1730 #define Z_PARAM_CLASS_EX(dest, check_null, deref) \ argument 1900 #define Z_PARAM_NUMBER_EX(dest, check_null) \ argument 1914 #define Z_PARAM_NUMBER_OR_STR_EX(dest, check_null) \ argument 1929 #define Z_PARAM_OBJECT_EX(dest, check_null, deref) \ argument 1944 #define Z_PARAM_OBJ_EX(dest, check_null, deref) \ argument 2030 #define Z_PARAM_PATH_STR_EX(dest, check_null, deref) \ argument 2045 #define Z_PARAM_RESOURCE_EX(dest, check_null, deref) \ argument 2075 #define Z_PARAM_STR_EX(dest, check_null, deref) \ argument [all …]
|
H A D | zend_API.c | 467 …LL zend_parse_arg_class(zval *arg, zend_class_entry **pce, uint32_t num, bool check_null) /* {{{ */ in zend_parse_arg_class() 813 bool check_null = 0; in zend_parse_arg_impl() local
|
/PHP-8.4/ext/mysqlnd/ |
H A D | mysqlnd_charset.c | 549 static zend_always_inline unsigned int check_null(const char * const start, const char * const end) in check_null() function
|
Completed in 96 milliseconds