731 if (!io || !(fp = IoIFP(io))) { 732 /* Can't do this because people seem to do things like 733 defined(fileno($foo)) to check whether $foo is a valid fh. 734 735 report_evil_fh(gv); 736 */ 737 RETPUSHUNDEF; 738 }