Home
last modified time | relevance | path

Searched refs:feof (Results 76 – 100 of 283) sorted by relevance

12345678910>>...12

/PHP-7.4/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation5.phpt22 while(!feof($fp)) {
H A Dbug77069.phpt47 while (!feof($stream)) {
H A Dproc_open_bug69900.phpt15 while(!feof($in)){
H A Dproc_open_bug64438.phpt55 if (false === $data || feof($pipe)) {
H A Dstream_get_meta_data_socket_variation4.phpt29 while(!feof($client)) {
/PHP-7.4/ext/standard/tests/filters/
H A Dbug22538.phpt6 while (!feof($fin)) {
H A Dread.phpt29 while (!feof($f)) {
/PHP-7.4/ext/standard/tests/file/
H A Dfgets_socket_variation1.phpt40 while(!feof($client)) {
H A Dfgetss_basic2.phpt55 var_dump( feof($file_handle) );
61 var_dump( feof($file_handle) );
68 var_dump( feof($file_handle) ); // confirm file pointer is not at eof
H A Dfgetss_variation5-win32.phpt61 var_dump( feof($file_handle) );
68 var_dump( feof($file_handle) ); // ensure that file pointer is at eof
73 var_dump( feof($file_handle) ); // ensure that file pointer is at eof
H A Dfgetss_basic2-win32-mb.phpt57 var_dump( feof($file_handle) );
63 var_dump( feof($file_handle) );
70 var_dump( feof($file_handle) ); // confirm file pointer is not at eof
H A Dfgetss_basic2-win32.phpt57 var_dump( feof($file_handle) );
63 var_dump( feof($file_handle) );
70 var_dump( feof($file_handle) ); // confirm file pointer is not at eof
H A Dfgetss_variation5.phpt58 var_dump( feof($file_handle) );
65 var_dump( feof($file_handle) ); // ensure that file pointer is at eof
70 var_dump( feof($file_handle) ); // ensure that file pointer is at eof
H A Dbug60120.phpt61 if (false === $data || feof($pipe)) {
H A Dfgets_socket_variation2.phpt55 while(!feof($client)) {
H A Dfgetc_variation3.phpt36 var_dump( feof($file_handle) );
41 var_dump( feof($file_handle) ); // check if end of file pointer is set
H A Dfgets_variation1.phpt35 var_dump( feof($file_handle) );
40 var_dump( feof($file_handle) ); // check if end of file pointer is set
H A Dfgetss_basic1.phpt51 var_dump( feof($file_handle) );
58 var_dump( feof($file_handle) ); // confirm file pointer is not at eof
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_fread_1.phpt40 while (!feof($sh)) {
/PHP-7.4/Zend/
H A Dzend_vm_trace_handlers.h93 while (!feof(f)) { in zend_vm_trace_init()
/PHP-7.4/ext/bz2/tests/
H A Dbug71263.phpt37 while (!feof($r)) {
/PHP-7.4/sapi/cli/tests/
H A Dbug43177.phpt49 while (!feof($fp)) {
H A Dbug61977.phpt31 while (!feof($fp)) {
/PHP-7.4/ext/standard/tests/general_functions/
H A Dproc_nice_basic-win.phpt38 while(!feof($p)) {
/PHP-7.4/ext/zlib/tests/
H A Dgzeof_basic.phpt2 Test function feof() by calling it with its expected arguments

Completed in 27 milliseconds

12345678910>>...12