Home
last modified time | relevance | path

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

12345

/php-src/ext/standard/tests/file/
H A Dfgets_variation5.phpt40 var_dump( feof($file_handle) ); // ensure if eof set
H A Dfwrite_basic-win32-mb.phpt40 eof position, and data. */
H A Dfwrite_basic-win32.phpt40 eof position, and data. */
H A Dfwrite_basic.phpt40 eof position, and data. */
H A Dfgetcsv_variation17.phpt69 // check the file pointer position and if eof
75 // check the file pointer position and if eof
H A Dfgetcsv_variation10.phpt71 // check the file pointer position and if eof
75 // check the file pointer position and if eof
H A Dfgetc_basic.phpt44 var_dump( feof($file_handle) ); // is it eof()
H A Dfgetcsv_variation18.phpt74 // check the file pointer position and if eof
H A Dfputcsv_variation1.phpt54 // check the file pointer position and eof
H A Dfputcsv_variation11.phpt54 // check the file pointer position and eof
H A Dfputcsv_variation5.phpt54 // check the file pointer position and eof
H A Dfputcsv_variation6.phpt57 // check the file pointer position and eof
H A Dfgetcsv_variation22.phpt70 // check the file pointer position and if eof
H A Dfgetcsv_variation29.phpt71 // check the file pointer position and if eof
H A Dfgetcsv_variation30.phpt70 // check the file pointer position and if eof
H A Dfgetcsv_variation31.phpt72 // check the file pointer position and if eof
H A Dfputcsv_variation7.phpt57 // check the file pointer position and eof
H A Dfputcsv_variation8.phpt57 // check the file pointer position and eof
H A Dfputcsv_variation12.phpt55 // check the file pointer position and eof
H A Dfgetcsv_variation12.phpt77 // check the file pointer position and if eof
H A Dfread_variation3-win32-mb.phpt39 // check if file pointer at eof()
/php-src/ext/phar/
H A Dstream.c383 stream->eof = 1; in phar_stream_read()
392 stream->eof = (data->position == (zend_off_t) entry->uncompressed_filesize); in phar_stream_read()
/php-src/ext/openssl/
H A Dxp_ssl.c265 stream->eof = 1; in php_openssl_handle_ssl_error()
2108 stream->eof = 1; in php_openssl_sockop_io()
2137 stream->eof = (retry == 0 && errno != EAGAIN && !SSL_pending(sslsock->ssl_handle)); in php_openssl_sockop_io()
2443 add_assoc_bool((zval *)ptrparam, "eof", stream->eof); in php_openssl_sockop_set_option()
/php-src/main/
H A Dphp_streams.h208 uint16_t eof:1; member
/php-src/ext/mysqlnd/
H A Dmysqlnd_ps.c795 if (PASS == (ret = PACKET_READ(conn, row_packet)) && !row_packet->eof) { in mysqlnd_fetch_stmt_row_cursor()
830 result->unbuf->eof_reached = row_packet->eof; in mysqlnd_fetch_stmt_row_cursor()

Completed in 51 milliseconds

12345