Home
last modified time | relevance | path

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

123456

/PHP-7.4/main/streams/
H A Dxp_socket.c174 stream->eof = 1; in php_sockop_read()
177 stream->eof = 1; in php_sockop_read()
372 add_assoc_bool((zval *)ptrparam, "eof", stream->eof); in php_sockop_set_option()
H A Dplain_wrapper.c430 stream->eof = 1; in php_stdiop_read()
434 stream->eof = 1; in php_stdiop_read()
446 stream->eof = feof(data->file); in php_stdiop_read()
942 add_assoc_bool((zval*)ptrparam, "eof", stream->eof); in php_stdiop_set_option()
H A Duserspace.c713 stream->eof = 1; in php_userstreamop_read()
718 stream->eof = 1; in php_userstreamop_read()
724 stream->eof = 1; in php_userstreamop_read()
/PHP-7.4/ext/standard/tests/file/
H A Dfgetcsv_variation21.phpt57 // check the file pointer position and if eof
H A Dfscanf_variation53.phpt57 // set the file pointer to eof
H A Dfgetss_basic1.phpt58 var_dump( feof($file_handle) ); // confirm file pointer is not at eof
H A Dfgets_basic.phpt34 var_dump( feof($file_handle) ); // enusre if eof set
40 var_dump( feof($file_handle) ); // enusre if eof set
H A Dfgetcsv_variation13.phpt54 // check the file pointer position and if eof
H A Dfgetcsv_variation20.phpt57 // check the file pointer position and if eof
H A Dfputcsv_variation10.phpt53 // check the file pointer position and eof
H A Dfgetss_basic2.phpt68 var_dump( feof($file_handle) ); // confirm file pointer is not at eof
H A Dfwrite_variation4-win32.phpt52 /* Write the data into the file, verify it by checking the file pointer position, eof position,
H A Dfwrite_variation4.phpt52 /* Write the data into the file, verify it by checking the file pointer position, eof position,
H A Dfgetss_basic2-win32-mb.phpt70 var_dump( feof($file_handle) ); // confirm file pointer is not at eof
H A Dfgetss_basic2-win32.phpt70 var_dump( feof($file_handle) ); // confirm file pointer is not at eof
H A Dfwrite_variation2-win32.phpt54 /* Write the data into the file, verify it by checking the file pointer position, eof position,
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_result.c683 if (PASS == (ret = PACKET_READ(conn, row_packet)) && !row_packet->eof) { in MYSQLND_METHOD()
750 } else if (row_packet->eof) { in MYSQLND_METHOD()
815 if (PASS == (ret = PACKET_READ(conn, row_packet)) && !row_packet->eof) { in MYSQLND_METHOD()
890 } else if (row_packet->eof) { in MYSQLND_METHOD()
1298 while (FAIL != (ret = PACKET_READ(conn, &row_packet)) && !row_packet.eof) { in MYSQLND_METHOD()
1356 if (row_packet.eof) { in MYSQLND_METHOD()
/PHP-7.4/ext/sqlite3/
H A Dsqlite3.c1147 stream->eof = 1; in php_sqlite3_stream_write()
1163 stream->eof = 1; in php_sqlite3_stream_read()
1208 stream->eof = 0; in php_sqlite3_stream_seek()
1219 stream->eof = 0; in php_sqlite3_stream_seek()
1231 stream->eof = 0; in php_sqlite3_stream_seek()
1246 stream->eof = 0; in php_sqlite3_stream_seek()
/PHP-7.4/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() );

Completed in 60 milliseconds

123456