Lines Matching defs:is_null

1708 #define Z_PARAM_BOOL_EX(dest, is_null, check_null, deref) \  argument
1719 #define Z_PARAM_BOOL_OR_NULL(dest, is_null) \ argument
1785 #define Z_PARAM_DOUBLE_EX(dest, is_null, check_null, deref) \ argument
1796 #define Z_PARAM_DOUBLE_OR_NULL(dest, is_null) \ argument
1848 #define Z_PARAM_ARRAY_HT_OR_LONG_EX(dest_ht, dest_long, is_null, allow_null) \ argument
1859 #define Z_PARAM_ARRAY_HT_OR_LONG_OR_NULL(dest_ht, dest_long, is_null) \ argument
1878 #define Z_PARAM_LONG_EX(dest, is_null, check_null, deref) \ argument
1889 #define Z_PARAM_LONG_OR_NULL(dest, is_null) \ argument
1993 #define Z_PARAM_OBJ_OF_CLASS_OR_LONG_EX(dest_obj, _ce, dest_long, is_null, allow_null) \ argument
2004 #define Z_PARAM_OBJ_OF_CLASS_OR_LONG_OR_NULL(dest_obj, _ce, dest_long, is_null) \ argument
2147 #define Z_PARAM_STR_OR_LONG_EX(dest_str, dest_long, is_null, allow_null) \ argument
2158 #define Z_PARAM_STR_OR_LONG_OR_NULL(dest_str, dest_long, is_null) \ argument
2182 static zend_always_inline bool zend_parse_arg_bool_ex(const zval *arg, bool *dest, bool *is_null, b… in zend_parse_arg_bool_ex()
2204 static zend_always_inline bool zend_parse_arg_bool(const zval *arg, bool *dest, bool *is_null, bool… in zend_parse_arg_bool()
2209 static zend_always_inline bool zend_parse_arg_long_ex(zval *arg, zend_long *dest, bool *is_null, bo… in zend_parse_arg_long_ex()
2229 static zend_always_inline bool zend_parse_arg_long(zval *arg, zend_long *dest, bool *is_null, bool … in zend_parse_arg_long()
2234 static zend_always_inline bool zend_parse_arg_double(const zval *arg, double *dest, bool *is_null, … in zend_parse_arg_double()
2390 …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()
2439 …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()
2524 bool *is_null, bool allow_null, uint32_t arg_num) in zend_parse_arg_str_or_long()