Home
last modified time | relevance | path

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

123456

/PHP-5.5/ext/standard/tests/file/
H A Dfgetss_variation3.phpt67 var_dump( feof($file_handle) ); // check if eof reached
H A Dfgetcsv_variation22.phpt75 // check the file pointer position and if eof
H A Dfgetcsv_variation29.phpt76 // check the file pointer position and if eof
H A Dfgetcsv_variation30.phpt75 // check the file pointer position and if eof
H A Dfgetcsv_variation31.phpt77 // check the file pointer position and if eof
H A Dfputcsv_variation1.phpt59 // check the file pointer position and eof
H A Dfputcsv_variation11.phpt59 // check the file pointer position and eof
H A Dfputcsv_variation12.phpt60 // check the file pointer position and eof
H A Dfputcsv_variation5.phpt59 // check the file pointer position and eof
H A Dfputcsv_variation6.phpt62 // check the file pointer position and eof
H A Dfputcsv_variation7.phpt62 // check the file pointer position and eof
H A Dfputcsv_variation8.phpt62 // check the file pointer position and eof
H A Dfgetcsv_variation16.phpt74 // check the file pointer position and if eof
H A Dfread_variation3-win32.phpt47 // check if file pointer at eof()
H A Dfread_variation3.phpt47 // check if file pointer at eof()
H A Dfread_variation4-win32.phpt47 // check if file pointer at eof()
H A Dfgetcsv_variation15.phpt70 // check the file pointer position and if eof
H A Dfread_variation4.phpt47 // check if file pointer at eof()
H A Dfgetcsv_variation6.phpt80 // check the file pointer position and if eof
85 // check the file pointer position and if eof
H A Dfgetcsv_variation8.phpt83 // check the file pointer position and if eof
H A Dfgetcsv_variation9.phpt81 // check the file pointer position and if eof
/PHP-5.5/ext/pdo_oci/
H A Doci_statement.c651 stream->eof = 1; in oci_blob_read()
/PHP-5.5/ext/pdo_mysql/
H A Dmysql_statement.c642 if (!S->result->eof && mysql_errno(S->H->server)) {
/PHP-5.5/ext/date/lib/
H A Dparse_date.re308 if(!s->eof){
331 s->eof = &s->lim[cnt]; *(s->eof)++ = '\n';
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1811 packet->eof = TRUE; in php_mysqlnd_rowp_read()
1825 packet->eof = FALSE; in php_mysqlnd_rowp_read()

Completed in 126 milliseconds

123456