Parsed: 111133

function get_available_post_statuses( $type = 'post' ) {
  $stati = wp_count_posts( $type );

  return array_keys( get_object_vars( $stati ) );
}