Home
last modified time | relevance | path

Searched refs:eof (Results 101 – 125 of 128) sorted by relevance

123456

/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_ps.c792 if (PASS == (ret = PACKET_READ(conn, row_packet)) && !row_packet->eof) { in mysqlnd_fetch_stmt_row_cursor()
827 result->unbuf->eof_reached = row_packet->eof; in mysqlnd_fetch_stmt_row_cursor()
H A Dmysqlnd_wireprotocol.c1718 packet->eof = TRUE; in php_mysqlnd_rowp_read()
1728 packet->eof = FALSE; in php_mysqlnd_rowp_read()
/PHP-8.1/ext/standard/tests/file/
H A Dfread_variation3-win32-mb.phpt39 // check if file pointer at eof()
H A Dfread_variation3-win32.phpt39 // check if file pointer at eof()
H A Dfread_variation3.phpt39 // check if file pointer at eof()
H A Dfgetcsv_variation12.phpt77 // check the file pointer position and if eof
H A Dfgetcsv_variation15.phpt65 // check the file pointer position and if eof
H A Dfgetcsv_variation16.phpt69 // check the file pointer position and if eof
H A Dfgetcsv_variation6.phpt75 // check the file pointer position and if eof
80 // check the file pointer position and if eof
H A Dfgetcsv_variation19.phpt75 // check the file pointer position and if eof
H A Dfputcsv_variation13.phpt59 // check the file pointer position and eof
H A Dfputcsv_variation9.phpt58 // check the file pointer position and eof
H A Dfread_variation1.phpt37 // check if file pointer at eof()
H A Dfgetcsv_variation8.phpt78 // check the file pointer position and if eof
H A Dfgetcsv_variation9.phpt80 // check the file pointer position and if eof
H A Dfread_variation4.phpt33 // check if file pointer at eof()
H A Dfgetcsv_variation1.phpt76 // check the file pointer position and if eof
H A Dfgetcsv_variation2.phpt73 // check the file pointer position and if eof
H A Dfgetcsv_variation7.phpt76 // check the file pointer position and if eof
H A Dfgetcsv_variation11.phpt75 // check the file pointer position and if eof
H A Dfread_variation2.phpt35 // check if file pointer at eof()
/PHP-8.1/ext/oci8/
H A Doci8_arginfo.h762 ZEND_ME_MAPPING(eof, oci_lob_eof, arginfo_class_OCILob_eof, ZEND_ACC_PUBLIC)
/PHP-8.1/ext/pdo_oci/
H A Doci_statement.c670 stream->eof = 1; in oci_blob_read()
/PHP-8.1/sapi/fpm/tests/
H A Dfcgi.inc656 && $info['eof']) {
/PHP-8.1/ext/date/lib/
H A Dparse_date.re319 if(!s->eof){
342 s->eof = &s->lim[cnt]; *(s->eof)++ = '\n';

Completed in 125 milliseconds

123456