I keep getting this PHP warning:
Warning: Unable to find file identifier 0 in /u/web/mysite/myfile at line xxx
when I run a certain PHP file that does some file I/O.
And yet, I can see the file that is being opened and processed (near line xxx), and it works fine, gets written to, etc.
What is this warning really trying to say?