Lines Matching refs:fgets
2 Test fgets() function : usage variations - write only modes (Bug #42036)
5 /* try fgets on files which are opened in non readable modes
13 echo "*** Testing fgets() with file opened in write only mode ***\n";
34 var_dump( fgets($file_handle) ); // expected : no chars should be read
48 *** Testing fgets() with file opened in write only mode ***
54 Notice: fgets(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
63 Notice: fgets(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
72 Notice: fgets(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
81 Notice: fgets(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
90 Notice: fgets(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
99 Notice: fgets(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
108 Notice: fgets(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
117 Notice: fgets(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
126 Notice: fgets(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d