echo versus print
<?php (12 == $status) ? print 'Status is good' : error_log('Problem with status!'); ?>