Home
last modified time | relevance | path

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

123456

/PHP-5.5/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"]=>
63 ["eof"]=>
82 ["eof"]=>
H A Dstream_get_meta_data_socket_variation2.phpt44 ["eof"]=>
63 ["eof"]=>
82 ["eof"]=>
101 ["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_variation1.phpt46 ["eof"]=>
65 ["eof"]=>
84 ["eof"]=>
103 ["eof"]=>
H A Dstream_get_meta_data_file_variation2.phpt50 ["eof"]=>
75 ["eof"]=>
98 ["eof"]=>
121 ["eof"]=>
H A Dstream_get_meta_data_socket_variation3.phpt39 ["eof"]=>
59 ["eof"]=>
79 ["eof"]=>
H A Dstream_get_meta_data_dir_basic.phpt20 ["eof"]=>
38 ["eof"]=>
H A Dstream_get_meta_data_file_variation4.phpt35 ["eof"]=>
57 ["eof"]=>
H A Dstream_get_meta_data_socket_basic.phpt17 ["eof"]=>
/PHP-5.5/ext/zlib/tests/
H A Dgzeof_basic.phpt25 echo "reading 50 characters. eof should be false\n";
28 echo "reading 250 characters. eof should be true\n";
31 echo "reading 20 characters. eof should be true still\n";
52 reading 50 characters. eof should be false
54 reading 250 characters. eof should be true
56 reading 20 characters. eof should be true still
H A Dgzseek_variation6.phpt22 echo "eof=";
37 eof=bool(false)
H A Dzlib_wrapper_meta_data_basic.phpt32 ["eof"]=>
50 ["eof"]=>
/PHP-5.5/ext/zip/lib/
H A Dzip_source_crc.c42 int eof; member
87 ctx->eof = 0; in crc_read()
94 if (ctx->eof || len == 0) in crc_read()
101 ctx->eof = 1; in crc_read()
137 if (ctx->eof) { in crc_read()
H A Dzip_source_deflate.c44 int eof; member
81 ctx->eof = 0; in zip_source_deflate()
120 ret = deflate(&ctx->zstr, ctx->eof ? Z_FINISH : 0); in compress_read()
128 || (ctx->eof && ctx->zstr.avail_in == 0)) in compress_read()
134 if (ctx->eof) { in compress_read()
146 ctx->eof = 1; in compress_read()
202 ctx->eof = 1; in decompress_read()
208 if (ctx->eof) { in decompress_read()
220 ctx->eof = 1; in decompress_read()
292 if (ctx->eof) { in deflate_compress()
H A Dzip_fread.c56 if ((zf->eof) || (toread == 0)) in zip_fread()
/PHP-5.5/ext/phar/tests/
H A Dphar_oo_007.phpt34 var_dump($f->eof());
36 var_dump($f->eof());
52 var_dump($f->eof());
54 var_dump($f->eof());
/PHP-5.5/ext/
H A Dext_skel107 cat >config.m4 <<eof heredoc
171 eof
174 cat >config.w32 <<eof heredoc
188 eof
191 cat >.svnignore <<eof heredoc
195 eof
282 cat <<eof heredoc
299 eof
/PHP-5.5/ext/spl/tests/
H A Dfileobject_002.phpt15 var_dump($o->key(), $c, $o->eof());
18 var_dump($o->eof());
20 var_dump($o->eof());
/PHP-5.5/sapi/cli/tests/
H A Dbug64529.phpt31 expect eof
49 expect eof
/PHP-5.5/ext/zip/tests/
H A Dstream_meta_data.phpt42 ["eof"]=>
60 ["eof"]=>
/PHP-5.5/ext/oci8/tests/
H A Dlob_008.phpt2 oci_lob_write()/read()/eof()
39 while (!$row[0]->eof()) {
/PHP-5.5/ext/standard/tests/file/
H A Dfgetc_variation1.phpt33 var_dump( fseek($file_handle, 0, SEEK_END) ); // set file pointer to eof
35 var_dump( ftell($file_handle) ); // ensure that file pointer is at eof
37 var_dump( feof($file_handle) ); // ensure thta file pointer is at eof
/PHP-5.5/ext/standard/
H A Dphp_fopen_wrapper.c43 stream->eof = 1; in php_stream_output_read()
77 if (!stream->eof) { in php_stream_input_read()
81 stream->eof = 1; in php_stream_input_read()
91 stream->eof = 1; in php_stream_input_read()
97 stream->eof = 1; in php_stream_input_read()
/PHP-5.5/main/streams/
H A Dmemory.c91 stream->eof = 1; in php_stream_memory_read()
149 stream->eof = 0; in php_stream_memory_seek()
160 stream->eof = 0; in php_stream_memory_seek()
172 stream->eof = 0; in php_stream_memory_seek()
187 stream->eof = 0; in php_stream_memory_seek()
406 stream->eof = ts->innerstream->eof; in php_stream_temp_read()
463 stream->eof = ts->innerstream->eof; in php_stream_temp_seek()

Completed in 42 milliseconds

123456