Home
last modified time | relevance | path

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

123456

/PHP-8.1/ext/standard/tests/file/
H A Dfscanf_variation53.phpt52 // set the file pointer to eof
H A Dfgets_basic.phpt29 var_dump( feof($file_handle) ); // ensure if eof set
35 var_dump( feof($file_handle) ); // ensure if eof set
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.phpt45 /* Write the data into the file, verify it by checking the file pointer position, eof position,
H A Dfwrite_variation3-win32.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
/PHP-8.1/main/streams/
H A Dplain_wrapper.c445 stream->eof = 1; in php_stdiop_read()
449 stream->eof = 1; in php_stdiop_read()
461 stream->eof = feof(data->file); in php_stdiop_read()
992 add_assoc_bool((zval*)ptrparam, "eof", stream->eof); in php_stdiop_set_option()
H A Duserspace.c679 stream->eof = 1; in php_userstreamop_read()
684 stream->eof = 1; in php_userstreamop_read()
690 stream->eof = 1; in php_userstreamop_read()
/PHP-8.1/ext/spl/
H A Dspl_directory_arginfo.h335 ZEND_METHOD(SplFileObject, eof);
455 ZEND_ME(SplFileObject, eof, arginfo_class_SplFileObject_eof, ZEND_ACC_PUBLIC)
/PHP-8.1/ext/sqlite3/
H A Dsqlite3.c1097 stream->eof = 1; in php_sqlite3_stream_write()
1113 stream->eof = 1; in php_sqlite3_stream_read()
1158 stream->eof = 0; in php_sqlite3_stream_seek()
1169 stream->eof = 0; in php_sqlite3_stream_seek()
1181 stream->eof = 0; in php_sqlite3_stream_seek()
1196 stream->eof = 0; in php_sqlite3_stream_seek()
/PHP-8.1/ext/spl/tests/
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-8.1/ext/bz2/
H A Dbz2.c82 stream->eof = 1; in php_bz2iop_read()

Completed in 48 milliseconds

123456