Home
last modified time | relevance | path

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

123456

/PHP-5.5/ext/standard/tests/file/
H A Dfgetss_variation5.phpt63 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 Dfscanf_variation53.phpt57 // set the file pointer to eof
H A Dfgetcsv_variation21.phpt57 // check the file pointer position and if eof
H A Dfgetss_basic1.phpt56 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.phpt55 // check the file pointer position and if eof
H A Dfputcsv_variation10.phpt53 // check the file pointer position and eof
H A Dfgetcsv_variation20.phpt57 // check the file pointer position and if eof
H A Dfgetss_basic2-win32.phpt68 var_dump( feof($file_handle) ); // confirm file pointer is not at eof
H A Dfgetss_basic2.phpt66 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,
/PHP-5.5/ext/oci8/tests/
H A Dreflection2.phpt90 Method [ <internal%s> public method eof ] {
/PHP-5.5/ext/zip/lib/
H A Dzipint.h210 int eof; member
/PHP-5.5/ext/bz2/
H A Dbz2.c145 stream->eof = 1; in php_bz2iop_read()
149 stream->eof = 1; in php_bz2iop_read()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h223 zend_bool eof; member
H A Dmysqlnd_result.c643 if (PASS == (ret = PACKET_READ(row_packet, result->conn)) && !row_packet->eof) { in mysqlnd_fetch_row_unbuffered_c()
703 } else if (row_packet->eof) { in mysqlnd_fetch_row_unbuffered_c()
757 if (PASS == (ret = PACKET_READ(row_packet, result->conn)) && !row_packet->eof) { in mysqlnd_fetch_row_unbuffered()
830 } else if (row_packet->eof) { in mysqlnd_fetch_row_unbuffered()
1121 while (FAIL != (ret = PACKET_READ(row_packet, conn)) && !row_packet->eof) { in MYSQLND_METHOD()
1181 if (row_packet->eof) { in MYSQLND_METHOD()
/PHP-5.5/main/streams/
H A Dxp_socket.c161 stream->eof = (nr_bytes == 0 || (nr_bytes == -1 && php_socket_errno() != EWOULDBLOCK)); in php_sockop_read()
319 add_assoc_bool((zval *)ptrparam, "eof", stream->eof); in php_sockop_set_option()
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c1097 stream->eof = 1;
1142 stream->eof = 0;
1153 stream->eof = 0;
1165 stream->eof = 0;
1180 stream->eof = 0;
/PHP-5.5/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() );

Completed in 52 milliseconds

123456