Home
last modified time | relevance | path

Searched defs:is_null (Results 1 – 5 of 5) sorted by relevance

/php-src/Zend/
H A Dzend_API.h1710 #define Z_PARAM_BOOL_EX(dest, is_null, check_null, deref) \ argument
1721 #define Z_PARAM_BOOL_OR_NULL(dest, is_null) \ argument
1787 #define Z_PARAM_DOUBLE_EX(dest, is_null, check_null, deref) \ argument
1798 #define Z_PARAM_DOUBLE_OR_NULL(dest, is_null) \ argument
1850 #define Z_PARAM_ARRAY_HT_OR_LONG_EX(dest_ht, dest_long, is_null, allow_null) \ argument
1861 #define Z_PARAM_ARRAY_HT_OR_LONG_OR_NULL(dest_ht, dest_long, is_null) \ argument
1880 #define Z_PARAM_LONG_EX(dest, is_null, check_null, deref) \ argument
1891 #define Z_PARAM_LONG_OR_NULL(dest, is_null) \ argument
2149 #define Z_PARAM_STR_OR_LONG_EX(dest_str, dest_long, is_null, allow_null) \ argument
2160 #define Z_PARAM_STR_OR_LONG_OR_NULL(dest_str, dest_long, is_null) \ argument
[all …]
H A Dzend_frameless_function.h83 #define Z_FLF_PARAM_LONG_OR_NULL(arg_num, is_null, dest) \ argument
H A Dzend_API.c810 bool *is_null = NULL; in zend_parse_arg_impl() local
825 bool *is_null = NULL; in zend_parse_arg_impl() local
898 bool *is_null = NULL; in zend_parse_arg_impl() local
/php-src/ext/standard/
H A Dtype.c264 PHP_FUNCTION(is_null) in PHP_FUNCTION() argument
/php-src/ext/mysqli/
H A Dphp_mysqli_structs.h52 my_bool *is_null; member

Completed in 48 milliseconds