Home
last modified time | relevance | path

Searched refs:feof (Results 1 – 25 of 283) sorted by path

12345678910>>...12

/PHP-7.4/
H A DNEWS2249 . Fixed bug #77390 (feof might hang on TLS streams in case of fragmented TLS
/PHP-7.4/Zend/tests/
H A Dbug41421.phpt17 feof($fp);
22 Warning: feof(): wrapper::stream_eof is not implemented! Assuming EOF in %s on line %d
27 #1 %s(%d): feof(Resource id #%d)
H A Dbug78406.phpt20 if ($closing || feof($this->stream))
/PHP-7.4/Zend/
H A Dzend_vm_gen.php1703 while (!feof($f)) {
H A Dzend_vm_trace_handlers.h93 while (!feof(f)) { in zend_vm_trace_init()
/PHP-7.4/docs/
H A Dstreams.md40 names: fread, fwrite, fprintf, feof, fgetc, fgets, fclose, fflush, fseek, ftell,
/PHP-7.4/ext/bz2/tests/
H A Dbug71263.phpt37 while (!feof($r)) {
H A Dbug72613.phpt12 while (!feof($fp)) {
/PHP-7.4/ext/openssl/tests/
H A Dbug74159.phpt103 if (feof($fp)) {
H A Dbug77390.phpt2 Bug #76705: feof might hang on TLS streams in case of fragmented TLS records
103 if (feof($upstream)) {
H A Dstream_server_reneg_limit.phpt62 } elseif (!is_resource($sock) || feof($sock)) {
84 while(!feof($stderr)) {
/PHP-7.4/ext/pdo_mysql/
H A Dget_error_codes.php6 while (!feof(STDIN)) {
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_fread_1.phpt40 while (!feof($sh)) {
/PHP-7.4/ext/soap/tests/
H A Dbug73037.phpt108 while (!feof($fp)) {
/PHP-7.4/ext/standard/
H A Dbasic_functions.c3130 PHP_FE(feof, arginfo_feof)
H A Dfile.c989 PHPAPI PHP_FUNCTION(feof) in PHP_FUNCTION() argument
H A Dfile.h33 PHPAPI PHP_FUNCTION(feof);
/PHP-7.4/ext/standard/tests/file/
H A D007_basic.phpt2 Test fopen(), fclose() & feof() functions: basic functionality
13 Prototype: bool feof ( resource $handle );
49 var_dump( feof($handle) );
54 // confirm the closure, using ftell() and feof(), expect, false
56 var_dump( feof($handle) );
76 var_dump( feof($handle) );
81 // confirm the closure, using ftell() and feof(), expect, false
83 var_dump( feof($handle) );
104 Warning: feof(): supplied resource is not a valid stream resource in %s on line %d
117 Warning: feof(): supplied resource is not a valid stream resource in %s on line %d
[all …]
H A D007_error.phpt2 Test fopen, fclose() & feof() functions: error conditions
15 Prototype: bool feof ( resource $handle )
20 echo "*** Testing error conditions for fopen(), fclsoe() & feof() ***\n";
34 //feof()
35 var_dump( feof($fp) ); // closed handle
36 var_dump( feof(__FILE__) ); // invalid handle
37 var_dump( feof() ); //zero argument
45 var_dump( feof($fp, "handle"));
66 var_dump( feof($invalid_args[$loop_counter - 1]) );
71 *** Testing error conditions for fopen(), fclsoe() & feof() ***
[all …]
H A Dbug27508.phpt36 return feof($this->fp);
63 debug_zval_dump(feof($fp));
66 debug_zval_dump(feof($fp));
67 while ($fp && !feof($fp)) {
H A Dbug30362.phpt8 for ($i = 0; ($i < 10) && !feof($resource); ++$i ) {
H A Dbug38450.phpt96 while (!feof($fp)) {
H A Dbug38450_1.phpt96 while (!feof($fp)) {
H A Dbug38450_2.phpt96 while (!feof($fp)) {
H A Dbug38450_3.phpt96 while (!feof($fp)) {

Completed in 88 milliseconds

12345678910>>...12