Lines Matching refs:fgetc
2 Test fgetc() function : usage variations - write only modes (Bug #42036)
9 /* try fgetc on files which are opened in non readable modes
17 echo "*** Testing fgetc() with file opened in write only mode ***\n";
38 var_dump( fgetc($file_handle) ); // expected : no chars should be read
52 *** Testing fgetc() with file opened in write only mode ***
58 Notice: fgetc(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
67 Notice: fgetc(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
76 Notice: fgetc(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
85 Notice: fgetc(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
94 Notice: fgetc(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
103 Notice: fgetc(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
112 Notice: fgetc(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
121 Notice: fgetc(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
130 Notice: fgetc(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d