Home
last modified time | relevance | path

Searched refs:eof (Results 26 – 50 of 148) sorted by relevance

123456

/PHP-5.5/ext/phar/tests/
H A Dphar_oo_008.phpt45 while(!$v->eof())
52 while(!$v->eof())
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_basic.phpt19 ["eof"]=>
H A Dstream_get_meta_data_process_basic.phpt25 ["eof"]=>
H A Dbug60817.phpt5 class TestStream { //data, empty data, empty data + eof
/PHP-5.5/ext/standard/tests/file/
H A Dfeof_basic.phpt27 //last time to set the eof flag but it will fail to read.
65 echo "*** closing file, testing eof ***\n";
98 *** closing file, testing eof ***
H A Dfread_fwrite_basic.phpt41 echo "--- testing eof ---\n";
66 --- testing eof ---
H A Dfwrite_variation1-win32.phpt54 /* Write the data into the file, verify it by checking the file pointer position, eof position,
66 var_dump( ftell($file_handle) ); //check that file pointer points at eof, expected: 1024
67 var_dump( feof($file_handle) ); // ensure that feof() points to eof, expected: true
H A Dfwrite_variation1.phpt53 … /* Write the data into the file, verify it by checking the file pointer position, eof position,
65 var_dump( ftell($file_handle) ); //check that file pointer points at eof, expected: 1024
66 var_dump( feof($file_handle) ); // ensure that feof() points to eof, expected: true
H A Dbug27508.phpt2 Bug #27508 (userspace wrappers have bogus eof indicator)
H A Dfgetcsv_variation14.phpt55 // check the file pointer position and if eof
60 // check the file pointer position and if eof
H A Dfgetss_variation4.phpt61 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 Dfgets_variation6-win32.phpt46 var_dump( fseek($file_handle, 0, SEEK_END) ); // set file pointer to eof
47 var_dump( ftell($file_handle) ); // ensure that file pointer is at eof
52 var_dump( feof($file_handle) ); // ensure thta file pointer is at eof
H A Dfgets_variation6.phpt46 var_dump( fseek($file_handle, 0, SEEK_END) ); // set file pointer to eof
47 var_dump( ftell($file_handle) ); // ensure that file pointer is at eof
52 var_dump( feof($file_handle) ); // ensure thta file pointer is at eof
H A Dfgetss_variation5-win32.phpt66 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
/PHP-5.5/ext/spl/internal/
H A Dsplfileobject.inc55 function eof()
57 return eof($this->fp);
277 return !$this->eof();
318 if ($this->eof())
349 if ($this->eof())
370 while($this->lnum < $line_pos && !$this->eof())
/PHP-5.5/ext/standard/tests/network/
H A Dsocket_get_status_basic.phpt25 ["eof"]=>
/PHP-5.5/ext/oci8/tests/
H A Dlob_010.phpt36 while (!$row[0]->eof()) {
H A Dlob_009.phpt37 while (!$row[0]->eof()) {
H A Dlob_023.phpt42 while (!$row[0]->eof()) {
/PHP-5.5/main/streams/
H A Dstreams.c781 if (!stream->eof && PHP_STREAM_OPTION_RETURN_ERR == in _php_stream_eof()
784 stream->eof = 1; in _php_stream_eof()
787 return stream->eof; in _php_stream_eof()
960 } else if (stream->eof) { in _php_stream_get_line()
1089 if (STREAM_BUFFERED_AMOUNT(stream) < maxlen && !stream->eof) { in php_stream_get_record()
1091 } else if (STREAM_BUFFERED_AMOUNT(stream) == 0 && stream->eof) { in php_stream_get_record()
1287 stream->eof = 0; in _php_stream_seek()
1296 stream->eof = 0; in _php_stream_seek()
1321 stream->eof = 0; in _php_stream_seek()
1343 stream->eof = 0; in _php_stream_seek()
[all …]
/PHP-5.5/ext/zip/
H A Dzip_stream.c41 stream->eof = 1; in php_zip_ops_read()
48 stream->eof = 1; in php_zip_ops_read()
/PHP-5.5/ext/mysqli/
H A Dmysqli_result_iterator.c138 if (result->eof) {
/PHP-5.5/ext/zlib/
H A Dzlib_fopen_wrapper.c41 stream->eof = 1; in php_gziop_read()
/PHP-5.5/ext/zip/lib/
H A Dzip_fopen_index_encrypted.c187 zf->eof = 0; in _zip_file_new()
/PHP-5.5/ext/spl/tests/
H A DSplFileObject_fputcsv_variation10.phpt44 // check the file pointer position and eof
46 var_dump( $fo->eof() );

Completed in 38 milliseconds

123456