is_old_file_valid( $full_path ) ) { ++$this->processed_count; @unlink( $full_path ); } elseif ( ! $this->is_valid( $full_path ) ) { @unlink( $full_path ); } } }