Home
last modified time | relevance | path

Searched refs:eof (Results 1 – 25 of 123) sorted by relevance

12345

/php-src/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation1.phpt36 ["eof"]=>
56 ["eof"]=>
76 ["eof"]=>
96 ["eof"]=>
116 ["eof"]=>
136 ["eof"]=>
156 ["eof"]=>
176 ["eof"]=>
196 ["eof"]=>
216 ["eof"]=>
[all …]
H A Dstream_get_meta_data_socket_variation4.phpt2 Testing stream_get_meta_data() "eof" field on a udp socket
44 ["eof"]=>
65 ["eof"]=>
86 ["eof"]=>
H A Dstream_get_meta_data_file_variation5.phpt2 testing stream_get_meta_data() "eof" field for a file stream
40 ["eof"]=>
63 ["eof"]=>
H A Dstream_get_meta_data_socket_variation2.phpt44 ["eof"]=>
65 ["eof"]=>
86 ["eof"]=>
107 ["eof"]=>
H A Dstream_get_meta_data_file_variation2.phpt50 ["eof"]=>
75 ["eof"]=>
98 ["eof"]=>
121 ["eof"]=>
H A Dstream_get_meta_data_dir_basic.phpt20 ["eof"]=>
38 ["eof"]=>
H A Dstream_get_meta_data_socket_variation3.phpt39 ["eof"]=>
61 ["eof"]=>
83 ["eof"]=>
H A Dstream_get_meta_data_socket_variation1.phpt46 ["eof"]=>
67 ["eof"]=>
88 ["eof"]=>
109 ["eof"]=>
H A Dbug72853.phpt33 ["eof"]=>
49 ["eof"]=>
H A Dstream_get_meta_data_file_variation4.phpt35 ["eof"]=>
57 ["eof"]=>
H A Dstream_get_meta_data_socket_basic.phpt17 ["eof"]=>
H A Dstream_get_meta_data_file_basic.phpt19 ["eof"]=>
/php-src/ext/zlib/tests/
H A Dgzeof_basic.phpt21 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 false
49 reading 250 characters. eof should be true
51 reading 20 characters. eof should be true still
H A Dgzseek_variation6.phpt18 echo "eof=";
32 eof=bool(false)
H A Dzlib_wrapper_meta_data_basic.phpt27 ["eof"]=>
45 ["eof"]=>
/php-src/ext/phar/tests/
H A Dphar_oo_007.phpt33 var_dump($f->eof());
35 var_dump($f->eof());
51 var_dump($f->eof());
53 var_dump($f->eof());
H A Dphar_oo_008.phpt45 while(!$v->eof())
52 while(!$v->eof())
/php-src/ext/spl/tests/SplFileObject/
H A Dfileobject_002.phpt19 var_dump($o->key(), $c, $o->eof());
22 var_dump($o->eof());
24 var_dump($o->eof());
/php-src/ext/zip/tests/
H A Dstream_meta_data.phpt39 ["eof"]=>
57 ["eof"]=>
/php-src/ext/pdo_sqlite/
H A Dpdo_sqlite.c155 stream->eof = 1; in php_pdosqlite3_stream_write()
171 stream->eof = 1; in php_pdosqlite3_stream_read()
215 stream->eof = 0; in php_pdosqlite3_stream_seek()
226 stream->eof = 0; in php_pdosqlite3_stream_seek()
238 stream->eof = 0; in php_pdosqlite3_stream_seek()
253 stream->eof = 0; in php_pdosqlite3_stream_seek()
/php-src/sapi/cli/tests/
H A Dbug64529.phpt36 expect eof
54 expect eof
/php-src/ext/standard/tests/file/
H A Dfgetc_variation1.phpt29 var_dump( fseek($file_handle, 0, SEEK_END) ); // set file pointer to eof
31 var_dump( ftell($file_handle) ); // ensure that file pointer is at eof
33 var_dump( feof($file_handle) ); // ensure that file pointer is at eof
H A Dfread_fwrite_basic.phpt31 echo "--- testing eof ---\n";
56 --- testing eof ---
H A Dfeof_basic.phpt21 //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 ***
/php-src/main/streams/
H A Dmemory.c83 stream->eof = 1; in php_stream_memory_read()
137 stream->eof = 0; in php_stream_memory_seek()
141 stream->eof = 0; in php_stream_memory_seek()
154 stream->eof = 0; in php_stream_memory_seek()
161 stream->eof = 0; in php_stream_memory_seek()
170 stream->eof = 0; in php_stream_memory_seek()
387 stream->eof = ts->innerstream->eof; in php_stream_temp_read()
446 stream->eof = ts->innerstream->eof; in php_stream_temp_seek()

Completed in 72 milliseconds

12345