Lines Matching defs:is_null
1603 #define Z_PARAM_BOOL_EX(dest, is_null, check_null, deref) \ argument
1614 #define Z_PARAM_BOOL_OR_NULL(dest, is_null) \ argument
1680 #define Z_PARAM_DOUBLE_EX(dest, is_null, check_null, deref) \ argument
1691 #define Z_PARAM_DOUBLE_OR_NULL(dest, is_null) \ argument
1735 #define Z_PARAM_ARRAY_HT_OR_LONG_EX(dest_ht, dest_long, is_null, allow_null) \ argument
1746 #define Z_PARAM_ARRAY_HT_OR_LONG_OR_NULL(dest_ht, dest_long, is_null) \ argument
1765 #define Z_PARAM_LONG_EX(dest, is_null, check_null, deref) \ argument
1776 #define Z_PARAM_LONG_OR_NULL(dest, is_null) \ argument
1866 #define Z_PARAM_OBJ_OF_CLASS_OR_LONG_EX(dest_obj, _ce, dest_long, is_null, allow_null) \ argument
1877 #define Z_PARAM_OBJ_OF_CLASS_OR_LONG_OR_NULL(dest_obj, _ce, dest_long, is_null) \ argument
2020 #define Z_PARAM_STR_OR_LONG_EX(dest_str, dest_long, is_null, allow_null) \ argument
2031 #define Z_PARAM_STR_OR_LONG_OR_NULL(dest_str, dest_long, is_null) \ argument
2050 static zend_always_inline bool zend_parse_arg_bool(zval *arg, bool *dest, bool *is_null, bool check… in zend_parse_arg_bool()
2068 static zend_always_inline bool zend_parse_arg_long(zval *arg, zend_long *dest, bool *is_null, bool … in zend_parse_arg_long()
2084 static zend_always_inline bool zend_parse_arg_double(zval *arg, double *dest, bool *is_null, bool c… in zend_parse_arg_double()
2219 …zval *arg, HashTable **dest_ht, zend_long *dest_long, bool *is_null, bool allow_null, uint32_t arg… in zend_parse_arg_array_ht_or_long()
2268 …zval *arg, zend_object **dest_obj, zend_class_entry *ce, zend_long *dest_long, bool *is_null, bool… in zend_parse_arg_obj_or_long()
2351 bool *is_null, bool allow_null, uint32_t arg_num) in zend_parse_arg_str_or_long()