Lines Matching defs:is_null

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
1484 #define Z_PARAM_DOUBLE_EX2(dest, is_null, check_null, deref, separate) \ 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
1541 #define Z_PARAM_ARRAY_HT_OR_LONG_EX(dest_ht, dest_long, is_null, allow_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
1687 #define Z_PARAM_OBJ_OF_CLASS_OR_LONG_EX(dest_obj, _ce, dest_long, is_null, allow_null) \ argument
1698 #define Z_PARAM_OBJ_OF_CLASS_OR_LONG_OR_NULL(dest_obj, _ce, dest_long, is_null) \ argument
1856 #define Z_PARAM_STR_OR_LONG_EX(dest_str, dest_long, is_null, allow_null) \ argument
1867 #define Z_PARAM_STR_OR_LONG_OR_NULL(dest_str, dest_long, is_null) \ argument
1886 static zend_always_inline bool zend_parse_arg_bool(zval *arg, zend_bool *dest, zend_bool *is_null, … in zend_parse_arg_bool()
1904 static zend_always_inline bool zend_parse_arg_long(zval *arg, zend_long *dest, zend_bool *is_null, … in zend_parse_arg_long()
1920 static zend_always_inline bool zend_parse_arg_double(zval *arg, double *dest, zend_bool *is_null, b… in zend_parse_arg_double()
2055 zval *arg, HashTable **dest_ht, zend_long *dest_long, zend_bool *is_null, bool allow_null in zend_parse_arg_array_ht_or_long()
2104 …zval *arg, zend_object **dest_obj, zend_class_entry *ce, zend_long *dest_long, zend_bool *is_null,… in zend_parse_arg_obj_or_long()
2187 zend_bool *is_null, bool allow_null) in zend_parse_arg_str_or_long()