Home
last modified time | relevance | path

Searched refs:eof (Results 126 – 147 of 147) sorted by path

123456

/PHP-7.4/ext/standard/tests/streams/
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"]=>
65 ["eof"]=>
84 ["eof"]=>
103 ["eof"]=>
H A Dstream_get_meta_data_socket_variation2.phpt44 ["eof"]=>
63 ["eof"]=>
82 ["eof"]=>
101 ["eof"]=>
H A Dstream_get_meta_data_socket_variation3.phpt39 ["eof"]=>
59 ["eof"]=>
79 ["eof"]=>
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"]=>
/PHP-7.4/ext/zip/tests/
H A Dstream_meta_data.phpt41 ["eof"]=>
59 ["eof"]=>
/PHP-7.4/ext/zip/
H A Dzip_stream.c59 stream->eof = 1; in php_zip_ops_read()
64 stream->eof = 1; in php_zip_ops_read()
73 stream->eof = 1; in php_zip_ops_read()
/PHP-7.4/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-7.4/ext/zlib/
H A Dzlib_fopen_wrapper.c42 stream->eof = 1; in php_gziop_read()
/PHP-7.4/main/
H A Dphp_streams.h200 uint8_t eof:1; member
H A Dphp_variables.c298 static zend_bool add_post_var(zval *arr, post_var_data_t *var, zend_bool eof) in add_post_var() argument
311 if (!eof) { in add_post_var()
349 static inline int add_post_vars(zval *arr, post_var_data_t *vars, zend_bool eof) in add_post_vars() argument
355 while (add_post_var(arr, vars, eof)) { in add_post_vars()
365 if (!eof && ZSTR_VAL(vars->str.s) != vars->ptr) { in add_post_vars()
/PHP-7.4/main/streams/
H A Dmemory.c86 stream->eof = 1; in php_stream_memory_read()
144 stream->eof = 0; in php_stream_memory_seek()
155 stream->eof = 0; in php_stream_memory_seek()
167 stream->eof = 0; in php_stream_memory_seek()
182 stream->eof = 0; in php_stream_memory_seek()
414 stream->eof = ts->innerstream->eof; in php_stream_temp_read()
473 stream->eof = ts->innerstream->eof; in php_stream_temp_seek()
H A Dplain_wrapper.c430 stream->eof = 1; in php_stdiop_read()
434 stream->eof = 1; in php_stdiop_read()
446 stream->eof = feof(data->file); in php_stdiop_read()
942 add_assoc_bool((zval*)ptrparam, "eof", stream->eof); in php_stdiop_set_option()
H A Dstreams.c633 stream->eof = 1; in _php_stream_fill_read_buffer()
789 if (!stream->eof && PHP_STREAM_OPTION_RETURN_ERR == in _php_stream_eof()
792 stream->eof = 1; in _php_stream_eof()
795 return stream->eof; in _php_stream_eof()
968 } else if (stream->eof) { in _php_stream_get_line()
1097 if (STREAM_BUFFERED_AMOUNT(stream) < maxlen && !stream->eof) { in php_stream_get_record()
1312 stream->eof = 0; in _php_stream_seek()
1321 stream->eof = 0; in _php_stream_seek()
1346 stream->eof = 0; in _php_stream_seek()
1368 stream->eof = 0; in _php_stream_seek()
[all …]
H A Duserspace.c713 stream->eof = 1; in php_userstreamop_read()
718 stream->eof = 1; in php_userstreamop_read()
724 stream->eof = 1; in php_userstreamop_read()
H A Dxp_socket.c174 stream->eof = 1; in php_sockop_read()
177 stream->eof = 1; in php_sockop_read()
372 add_assoc_bool((zval *)ptrparam, "eof", stream->eof); in php_sockop_set_option()
/PHP-7.4/sapi/cli/tests/
H A Dbug64529.phpt34 expect eof
52 expect eof
/PHP-7.4/sapi/fpm/tests/
H A Dfcgi.inc627 && $info['eof']) {

Completed in 59 milliseconds

123456