Home
last modified time | relevance | path

Searched defs:check_null (Results 1 – 3 of 3) sorted by relevance

/php-src/Zend/
H A Dzend_API.h1671 #define Z_PARAM_ARRAY_EX(dest, check_null, separate) \ argument
1695 #define Z_PARAM_ITERABLE_EX(dest, check_null) \ argument
1725 #define Z_PARAM_CLASS_EX(dest, check_null, deref) \ argument
1895 #define Z_PARAM_NUMBER_EX(dest, check_null) \ argument
1909 #define Z_PARAM_NUMBER_OR_STR_EX(dest, check_null) \ argument
1924 #define Z_PARAM_OBJECT_EX(dest, check_null, deref) \ argument
1939 #define Z_PARAM_OBJ_EX(dest, check_null, deref) \ argument
2025 #define Z_PARAM_PATH_STR_EX(dest, check_null, deref) \ argument
2040 #define Z_PARAM_RESOURCE_EX(dest, check_null, deref) \ argument
2070 #define Z_PARAM_STR_EX(dest, check_null, deref) \ argument
[all …]
H A Dzend_API.c441 …LL zend_parse_arg_class(zval *arg, zend_class_entry **pce, uint32_t num, bool check_null) /* {{{ */ in zend_parse_arg_class()
787 bool check_null = 0; in zend_parse_arg_impl() local
/php-src/ext/mysqlnd/
H A Dmysqlnd_charset.c549 static zend_always_inline unsigned int check_null(const char * const start, const char * const end) in check_null() function

Completed in 46 milliseconds