#!/usr/bin/php pdf; if(!$pdf || !$pdf->name) { echo $invoice->invoice_number." missing pdf file link\n"; continue; } if(!file_exists($pdf->getFullPath())) { echo $invoice->invoice_number." PDF (".$pdf->file->getFullPath().") file does not exist\n"; } }