Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_API.h1564 #define Z_PARAM_ARRAY_EX(dest, check_null, separate) \ argument
1588 #define Z_PARAM_ITERABLE_EX(dest, check_null) \ argument
1618 #define Z_PARAM_CLASS_EX(dest, check_null, deref) \ argument
1726 #define Z_PARAM_ARRAY_HT_EX(dest, check_null, separate) \ argument
1780 #define Z_PARAM_NUMBER_EX(dest, check_null) \ argument
1795 #define Z_PARAM_OBJECT_EX(dest, check_null, deref) \ argument
1810 #define Z_PARAM_OBJ_EX(dest, check_null, deref) \ argument
1896 #define Z_PARAM_PATH_STR_EX(dest, check_null, deref) \ argument
1911 #define Z_PARAM_RESOURCE_EX(dest, check_null, deref) \ argument
1941 #define Z_PARAM_STR_EX(dest, check_null, deref) \ argument
[all …]
H A Dzend_API.c423 …LL zend_parse_arg_class(zval *arg, zend_class_entry **pce, uint32_t num, bool check_null) /* {{{ */ in zend_parse_arg_class()
715 bool check_null = 0; in zend_parse_arg_impl() local

Completed in 29 milliseconds