Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_API.h1401 #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 Dzend_API.c647 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 Dtype.c264 PHP_FUNCTION(is_null) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php1382 function is_null(mixed $value): bool {} function
/PHP-8.0/ext/mysqli/
H A Dphp_mysqli_structs.h71 my_bool *is_null; member

Completed in 53 milliseconds