Searched refs:eof (Results 1 – 25 of 128) sorted by relevance
123456
36 ["eof"]=>56 ["eof"]=>76 ["eof"]=>96 ["eof"]=>116 ["eof"]=>136 ["eof"]=>156 ["eof"]=>176 ["eof"]=>196 ["eof"]=>216 ["eof"]=>[all …]
2 Testing stream_get_meta_data() "eof" field on a udp socket44 ["eof"]=>63 ["eof"]=>82 ["eof"]=>
44 ["eof"]=>63 ["eof"]=>82 ["eof"]=>101 ["eof"]=>
2 testing stream_get_meta_data() "eof" field for a file stream40 ["eof"]=>63 ["eof"]=>
20 ["eof"]=>38 ["eof"]=>
50 ["eof"]=>75 ["eof"]=>98 ["eof"]=>121 ["eof"]=>
46 ["eof"]=>65 ["eof"]=>84 ["eof"]=>103 ["eof"]=>
39 ["eof"]=>59 ["eof"]=>79 ["eof"]=>
33 ["eof"]=>49 ["eof"]=>
35 ["eof"]=>57 ["eof"]=>
17 ["eof"]=>
19 ["eof"]=>
21 echo "reading 50 characters. eof should be false\n";24 echo "reading 250 characters. eof should be true\n";27 echo "reading 20 characters. eof should be true still\n";47 reading 50 characters. eof should be false49 reading 250 characters. eof should be true51 reading 20 characters. eof should be true still
18 echo "eof=";32 eof=bool(false)
27 ["eof"]=>45 ["eof"]=>
33 var_dump($f->eof());35 var_dump($f->eof());51 var_dump($f->eof());53 var_dump($f->eof());
45 while(!$v->eof())52 while(!$v->eof())
19 var_dump($o->key(), $c, $o->eof());22 var_dump($o->eof());24 var_dump($o->eof());
39 ["eof"]=>57 ["eof"]=>
36 expect eof54 expect eof
2 oci_lob_write()/read()/eof()41 while (!$row[0]->eof()) {
29 var_dump( fseek($file_handle, 0, SEEK_END) ); // set file pointer to eof31 var_dump( ftell($file_handle) ); // ensure that file pointer is at eof33 var_dump( feof($file_handle) ); // ensure that file pointer is at eof
31 echo "--- testing eof ---\n";56 --- testing eof ---
21 //last time to set the eof flag but it will fail to read.59 echo "*** closing file, testing eof ***\n";96 *** closing file, testing eof ***
75 stream->eof = 1; in php_stream_memory_read()129 stream->eof = 0; in php_stream_memory_seek()140 stream->eof = 0; in php_stream_memory_seek()152 stream->eof = 0; in php_stream_memory_seek()167 stream->eof = 0; in php_stream_memory_seek()384 stream->eof = ts->innerstream->eof; in php_stream_temp_read()443 stream->eof = ts->innerstream->eof; in php_stream_temp_seek()
Completed in 29 milliseconds