Home
last modified time | relevance | path

Searched refs:eof (Results 76 – 100 of 148) sorted by relevance

123456

/PHP-5.5/ext/spl/tests/
H A DSplFileObject_fputcsv_variation8.phpt54 // check the file pointer position and eof
56 var_dump( $fo->eof() );
/PHP-5.5/ext/standard/tests/file/
H A Dfwrite_variation2-win32.phpt54 … /* Write the data into the file, verify it by checking the file pointer position, eof position,
H A Dfwrite_variation2.phpt54 … /* Write the data into the file, verify it by checking the file pointer position, eof position,
H A Dfgets_variation3.phpt45 var_dump( feof($file_handle) ); // enusre if eof set
54 var_dump( feof($file_handle) ); // enusre if eof set
H A Dfgets_variation4-win32.phpt49 var_dump( feof($file_handle) ); // enusre if eof set
56 var_dump( feof($file_handle) ); // enusre if eof set
H A Dfgets_variation4.phpt49 var_dump( feof($file_handle) ); // enusre if eof set
56 var_dump( feof($file_handle) ); // enusre if eof set
H A Dfwrite_variation3-win32.phpt54 … /* Write the data into the file, verify it by checking the file pointer position, eof position,
H A Dfwrite_variation3.phpt54 … /* Write the data into the file, verify it by checking the file pointer position, eof position,
H A Dfgets_variation5.phpt45 var_dump( feof($file_handle) ); // enusre if eof set
H A Dfwrite_basic-win32.phpt48 eof position, and data. */
H A Dfwrite_basic.phpt48 eof position, and data. */
H A Dfgetss_variation2.phpt61 var_dump( feof($file_handle) ); // check if eof reached
H A Dfgetcsv_variation17.phpt74 // check the file pointer position and if eof
80 // check the file pointer position and if eof
H A Dfgetcsv_variation26.phpt66 // check the file pointer position and if eof
H A Dfputcsv_variation14.phpt68 // check the file pointer position and eof
H A Dfgetcsv_variation10.phpt76 // check the file pointer position and if eof
80 // check the file pointer position and if eof
H A Dfgetc_basic.phpt48 var_dump( feof($file_handle) ); // is it eof()
H A Dfgetcsv_variation18.phpt75 // check the file pointer position and if eof
H A Dfgetss_variation3-win32.phpt71 var_dump( feof($file_handle) ); // check if eof reached
/PHP-5.5/ext/openssl/
H A Dxp_ssl.c123 stream->eof = 1; in handle_ssl_error()
274 stream->eof = (retry == 0 && errno != EAGAIN && !SSL_pending(sslsock->ssl_handle)); in php_openssl_sockop_io()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_ps.c843 if (PASS == (ret = PACKET_READ(row_packet, result->conn)) && !row_packet->eof) { in mysqlnd_stmt_fetch_row_unbuffered()
906 } else if (row_packet->eof) { in mysqlnd_stmt_fetch_row_unbuffered()
1021 if (PASS == (ret = PACKET_READ(row_packet, result->conn)) && !row_packet->eof) { in mysqlnd_fetch_stmt_row_cursor()
1097 result->unbuf->eof_reached = row_packet->eof; in mysqlnd_fetch_stmt_row_cursor()
/PHP-5.5/ext/phar/
H A Dstream.c372 stream->eof = 1; in phar_stream_read()
381 stream->eof = (data->position == (off_t) entry->uncompressed_filesize); in phar_stream_read()
/PHP-5.5/main/streams/
H A Dplain_wrapper.c389 …stream->eof = (ret == 0 || (ret == (size_t)-1 && errno != EWOULDBLOCK && errno != EINTR && errno !… in php_stdiop_read()
400 stream->eof = feof(data->file); in php_stdiop_read()
H A Duserspace.c737 stream->eof = 1; in php_userstreamop_read()
743 stream->eof = 1; in php_userstreamop_read()
/PHP-5.5/main/
H A Dphp_streams.h223 int eof; member

Completed in 64 milliseconds

123456