<?php $a = "この関数が実行されました"; if ( @file("test.txt") or print_r( $a ) ) { print "OK"; } else { print "ERR"; } ?>