Home
last modified time | relevance | path

Searched refs:eof (Results 51 – 75 of 123) sorted by relevance

12345

/php-src/ext/standard/tests/file/
H A Dfgetcsv_variation13.phpt49 // check the file pointer position and if eof
H A Dfgetcsv_variation20.phpt52 // check the file pointer position and if eof
H A Dfputcsv_variation10.phpt47 // check the file pointer position and eof
H A Dfwrite_variation4-win32.phpt43 /* Write the data into the file, verify it by checking the file pointer position, eof position,
H A Dfwrite_variation4.phpt43 /* Write the data into the file, verify it by checking the file pointer position, eof position,
H A Dfwrite_variation2-win32.phpt45 /* Write the data into the file, verify it by checking the file pointer position, eof position,
H A Dfwrite_variation2.phpt45 /* Write the data into the file, verify it by checking the file pointer position, eof position,
H A Dfgets_variation3.phpt40 var_dump( feof($file_handle) ); // ensure if eof set
49 var_dump( feof($file_handle) ); // ensure if eof set
H A Dfwrite_variation3-win32.phpt45 /* Write the data into the file, verify it by checking the file pointer position, eof position,
H A Dfwrite_variation3.phpt45 /* Write the data into the file, verify it by checking the file pointer position, eof position,
H A Dfgets_variation4-win32-mb.phpt44 var_dump( feof($file_handle) ); // ensure if eof set
51 var_dump( feof($file_handle) ); // ensure if eof set
H A Dfgets_variation4-win32.phpt44 var_dump( feof($file_handle) ); // ensure if eof set
51 var_dump( feof($file_handle) ); // ensure if eof set
H A Dfgets_variation4.phpt44 var_dump( feof($file_handle) ); // ensure if eof set
51 var_dump( feof($file_handle) ); // ensure if eof set
H A Dfgets_variation5.phpt40 var_dump( feof($file_handle) ); // ensure if eof set
/php-src/ext/sqlite3/
H A Dsqlite3.c1105 stream->eof = 1; in php_sqlite3_stream_write()
1121 stream->eof = 1; in php_sqlite3_stream_read()
1166 stream->eof = 0; in php_sqlite3_stream_seek()
1177 stream->eof = 0; in php_sqlite3_stream_seek()
1189 stream->eof = 0; in php_sqlite3_stream_seek()
1204 stream->eof = 0; in php_sqlite3_stream_seek()
/php-src/ext/spl/tests/SplFileObject/
H A DSplFileObject_fputcsv_variation1.phpt51 // check the file pointer position and eof
53 var_dump( $fo->eof() );
H A DSplFileObject_fputcsv_variation11.phpt51 // check the file pointer position and eof
53 var_dump( $fo->eof() );
H A DSplFileObject_fputcsv_variation12.phpt52 // check the file pointer position and eof
54 var_dump( $fo->eof() );
H A DSplFileObject_fputcsv_variation5.phpt51 // check the file pointer position and eof
53 var_dump( $fo->eof() );
H A DSplFileObject_fputcsv_variation6.phpt54 // check the file pointer position and eof
56 var_dump( $fo->eof() );
H A DSplFileObject_fputcsv_variation7.phpt54 // check the file pointer position and eof
56 var_dump( $fo->eof() );
H A DSplFileObject_fputcsv_variation8.phpt54 // check the file pointer position and eof
56 var_dump( $fo->eof() );
/php-src/main/streams/
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()
/php-src/ext/bz2/
H A Dbz2.c81 stream->eof = 1; in php_bz2iop_read()
/php-src/ext/spl/
H A Dspl_directory_arginfo.h335 ZEND_METHOD(SplFileObject, eof);
447 ZEND_ME(SplFileObject, eof, arginfo_class_SplFileObject_eof, ZEND_ACC_PUBLIC)

Completed in 45 milliseconds

12345