Searched defs:is_null (Results 1 – 5 of 5) sorted by relevance
/PHP-8.1/Zend/ |
H A D | zend_API.h | 1486 #define Z_PARAM_BOOL_EX(dest, is_null, check_null, deref) \ argument 1497 #define Z_PARAM_BOOL_OR_NULL(dest, is_null) \ argument 1563 #define Z_PARAM_DOUBLE_EX(dest, is_null, check_null, deref) \ argument 1574 #define Z_PARAM_DOUBLE_OR_NULL(dest, is_null) \ argument 1614 #define Z_PARAM_ARRAY_HT_OR_LONG_EX(dest_ht, dest_long, is_null, allow_null) \ argument 1625 #define Z_PARAM_ARRAY_HT_OR_LONG_OR_NULL(dest_ht, dest_long, is_null) \ argument 1644 #define Z_PARAM_LONG_EX(dest, is_null, check_null, deref) \ argument 1655 #define Z_PARAM_LONG_OR_NULL(dest, is_null) \ argument 1899 #define Z_PARAM_STR_OR_LONG_EX(dest_str, dest_long, is_null, allow_null) \ argument 1910 #define Z_PARAM_STR_OR_LONG_OR_NULL(dest_str, dest_long, is_null) \ argument [all …]
|
H A D | zend_API.c | 727 bool *is_null = NULL; in zend_parse_arg_impl() local 742 bool *is_null = NULL; in zend_parse_arg_impl() local 815 bool *is_null = NULL; in zend_parse_arg_impl() local
|
/PHP-8.1/ext/standard/ |
H A D | type.c | 264 PHP_FUNCTION(is_null) in PHP_FUNCTION() argument
|
H A D | basic_functions.stub.php | 1799 function is_null(mixed $value): bool {} function
|
/PHP-8.1/ext/mysqli/ |
H A D | php_mysqli_structs.h | 64 my_bool *is_null; member
|
Completed in 65 milliseconds