Searched defs:is_null (Results 1 – 5 of 5) sorted by relevance
/PHP-8.0/Zend/ |
H A D | zend_API.h | 1401 #define Z_PARAM_BOOL_EX2(dest, is_null, check_null, deref, separate) \ argument 1409 #define Z_PARAM_BOOL_EX(dest, is_null, check_null, separate) \ argument 1415 #define Z_PARAM_BOOL_OR_NULL(dest, is_null) \ argument 1492 #define Z_PARAM_DOUBLE_EX(dest, is_null, check_null, separate) \ argument 1498 #define Z_PARAM_DOUBLE_OR_NULL(dest, is_null) \ argument 1552 #define Z_PARAM_ARRAY_HT_OR_LONG_OR_NULL(dest_ht, dest_long, is_null) \ argument 1571 #define Z_PARAM_LONG_EX2(dest, is_null, check_null, deref, separate) \ argument 1579 #define Z_PARAM_LONG_EX(dest, is_null, check_null, separate) \ argument 1585 #define Z_PARAM_LONG_OR_NULL(dest, is_null) \ argument 1867 #define Z_PARAM_STR_OR_LONG_OR_NULL(dest_str, dest_long, is_null) \ argument [all …]
|
H A D | zend_API.c | 647 zend_bool *is_null = NULL; in zend_parse_arg_impl() local 662 zend_bool *is_null = NULL; in zend_parse_arg_impl() local 735 zend_bool *is_null = NULL; in zend_parse_arg_impl() local
|
/PHP-8.0/ext/standard/ |
H A D | type.c | 264 PHP_FUNCTION(is_null) in PHP_FUNCTION() argument
|
H A D | basic_functions.stub.php | 1382 function is_null(mixed $value): bool {} function
|
/PHP-8.0/ext/mysqli/ |
H A D | php_mysqli_structs.h | 71 my_bool *is_null; member
|
Completed in 44 milliseconds