Home
last modified time | relevance | path

Searched refs:eof (Results 101 – 123 of 123) sorted by path

12345

/php-src/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation4.phpt35 ["eof"]=>
57 ["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_process_basic.phpt25 ["eof"]=>
H A Dstream_get_meta_data_socket_basic.phpt17 ["eof"]=>
H A Dstream_get_meta_data_socket_variation1.phpt46 ["eof"]=>
67 ["eof"]=>
88 ["eof"]=>
109 ["eof"]=>
H A Dstream_get_meta_data_socket_variation2.phpt44 ["eof"]=>
65 ["eof"]=>
86 ["eof"]=>
107 ["eof"]=>
H A Dstream_get_meta_data_socket_variation3.phpt39 ["eof"]=>
61 ["eof"]=>
83 ["eof"]=>
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"]=>
/php-src/ext/zip/tests/
H A Dstream_meta_data.phpt39 ["eof"]=>
57 ["eof"]=>
/php-src/ext/zip/
H A Dzip_stream.c57 stream->eof = 1; in php_zip_ops_read()
62 stream->eof = 1; in php_zip_ops_read()
71 stream->eof = 1; in php_zip_ops_read()
/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/zlib/
H A Dzlib_fopen_wrapper.c42 stream->eof = 1; in php_gziop_read()
/php-src/main/
H A Dphp_streams.h212 uint16_t eof:1; member
H A Dphp_variables.c342 static bool add_post_var(zval *arr, post_var_data_t *var, bool eof) in add_post_var() argument
355 if (!eof) { in add_post_var()
393 static inline int add_post_vars(zval *arr, post_var_data_t *vars, bool eof) in add_post_vars() argument
399 while (add_post_var(arr, vars, eof)) { in add_post_vars()
409 if (!eof && ZSTR_VAL(vars->str.s) != vars->ptr) { in add_post_vars()
/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()
H A Dplain_wrapper.c445 stream->eof = 1; in php_stdiop_read()
449 stream->eof = 1; in php_stdiop_read()
461 stream->eof = feof(data->file); in php_stdiop_read()
996 add_assoc_bool((zval*)ptrparam, "eof", stream->eof); in php_stdiop_set_option()
H A Dstreams.c546 bool old_eof = stream->eof; in _php_stream_fill_read_buffer()
638 stream->eof = 1; in _php_stream_fill_read_buffer()
699 if (old_eof != stream->eof) { in _php_stream_fill_read_buffer()
821 stream->eof = 1; in _php_stream_eof()
824 return stream->eof; in _php_stream_eof()
997 } else if (stream->eof) { in _php_stream_get_line()
1165 bool old_eof = stream->eof; in _php_stream_write_buffer()
1359 stream->eof = 0; in _php_stream_seek()
1368 stream->eof = 0; in _php_stream_seek()
1393 stream->eof = 0; in _php_stream_seek()
[all …]
H A Duserspace.c671 stream->eof = 1; in php_userstreamop_read()
676 stream->eof = 1; in php_userstreamop_read()
682 stream->eof = 1; in php_userstreamop_read()
H A Dxp_socket.c198 stream->eof = 1; in php_sockop_read()
201 stream->eof = 1; in php_sockop_read()
408 add_assoc_bool((zval *)ptrparam, "eof", stream->eof); in php_sockop_set_option()
/php-src/sapi/cli/tests/
H A Dbug64529.phpt36 expect eof
54 expect eof
/php-src/sapi/fpm/tests/
H A Dfcgi.inc917 if ($info['unread_bytes'] == 0 && $info['blocked'] && $info['eof']) {

Completed in 54 milliseconds

12345