Home
last modified time | relevance | path

Searched refs:feof (Results 51 – 75 of 248) sorted by relevance

12345678910

/PHP-5.5/ext/standard/tests/file/
H A Dfgetss_variation4.phpt54 var_dump( feof($file_handle) );
61 var_dump( feof($file_handle) ); // ensure that file pointer is at eof
66 var_dump( feof($file_handle) ); // ensure that file pointer is at eof
H A Dfwrite_variation1-win32.phpt60 var_dump( feof($file_handle) ); // expected: false
67 var_dump( feof($file_handle) ); // ensure that feof() points to eof, expected: true
H A Dfwrite_variation1.phpt59 var_dump( feof($file_handle) ); // expected: false
66 var_dump( feof($file_handle) ); // ensure that feof() points to eof, expected: true
H A Dfgets_socket_variation1.phpt40 while(!feof($client)) {
H A Dfgetss_basic2-win32.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_basic2.phpt53 var_dump( feof($file_handle) );
59 var_dump( feof($file_handle) );
66 var_dump( feof($file_handle) ); // confirm file pointer is not at eof
H A Dfgetss_variation5-win32.phpt59 var_dump( feof($file_handle) );
66 var_dump( feof($file_handle) ); // ensure that file pointer is at eof
71 var_dump( feof($file_handle) ); // ensure that file pointer is at eof
H A Dfgetss_variation5.phpt56 var_dump( feof($file_handle) );
63 var_dump( feof($file_handle) ); // ensure that file pointer is at eof
68 var_dump( feof($file_handle) ); // ensure that file pointer is at eof
H A Dfgets_socket_variation2.phpt55 while(!feof($client)) {
H A Dbug60120.phpt65 if (false === $data || feof($pipe)) {
/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server_012.phpt31 while (!feof($fp)) {
H A Dphp_cli_server_005.phpt44 while (!feof($fp)) {
H A Dphp_cli_server_015.phpt33 while (!feof($fp)) {
H A Dphp_cli_server_019.phpt34 while (!feof($fp)) {
H A Dbug43177.phpt51 while (!feof($fp)) {
H A Dbug61977.phpt32 while (!feof($fp)) {
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation5.phpt22 while(!feof($fp)) {
H A Dproc_open_bug60120.phpt55 if (false === $data || feof($pipe)) {
H A Dproc_open_bug64438.phpt55 if (false === $data || feof($pipe)) {
H A Dstream_get_meta_data_socket_variation4.phpt29 while(!feof($client)) {
/PHP-5.5/ext/standard/tests/filters/
H A Dbug22538.phpt6 while (!feof($fin)) {
H A Dread.phpt29 while (!feof($f)) {
/PHP-5.5/ext/pdo_oci/tests/
H A Dpdo_oci_fread_1.phpt40 while (!feof($sh)) {
/PHP-5.5/sapi/isapi/stresstest/
H A Dstresstest.cpp129 if (feof(fp1)) { in CompareFiles()
130 if (!feof(fp2)) { in CompareFiles()
134 } else if (feof(fp2)) { in CompareFiles()
135 if (!feof(fp1)) { in CompareFiles()
179 if (feof(fp)) { in CompareStringWithFile()
/PHP-5.5/ext/zlib/tests/
H A Dgzeof_basic.phpt2 Test function feof() by calling it with its expected arguments

Completed in 38 milliseconds

12345678910