Searched refs:php_stream_eof (Results 1 – 17 of 17) sorted by relevance
110 while(!php_stream_eof(dba->fp)) { in flatfile_delete()161 while (!php_stream_eof(dba->fp)) { in flatfile_findkey()201 while(!php_stream_eof(dba->fp)) { in flatfile_firstkey()243 while(!php_stream_eof(dba->fp)) { in flatfile_nextkey()
659 if (!php_stream_eof(stream) && in php_stream_url_wrap_http_ex()682 !php_stream_eof(stream) in php_stream_url_wrap_http_ex()735 while (!php_stream_eof(stream)) { in php_stream_url_wrap_http_ex()
879 if (php_stream_eof(stream)) { in PHP_FUNCTION()2234 while (md->ulc || (!php_stream_eof(md->stream) && (ch = php_stream_getc(md->stream)))) { in php_next_meta_token()2235 if (php_stream_eof(md->stream)) { in php_next_meta_token()2264 …while (!php_stream_eof(md->stream) && (ch = php_stream_getc(md->stream)) && ch != compliment && ch… in php_next_meta_token()2300 …while (!php_stream_eof(md->stream) && (ch = php_stream_getc(md->stream)) && (isalnum(ch) || strchr… in php_next_meta_token()
150 if (b[bufl - 1] != '\n' && !php_stream_eof(stream)) { in php_exec()
98 if (!php_stream_eof(stream)) { in PHP_FUNCTION()
620 if (php_stream_eof(innerstream)) { in php_ftp_dirstream_read()
619 if ((result->channels == 0 && php_stream_eof(stream)) || result->channels > 256) { in php_handle_jpc()
552 add_assoc_bool(return_value, "eof", php_stream_eof(stream)); in PHP_FUNCTION()
1030 while (!php_stream_eof(instream) && (ch = php_stream_getc(instream))!=EOF) { in ftp_put()1097 while (!php_stream_eof(instream) && (ch = php_stream_getc(instream))!=EOF) { in ftp_append()2276 while (!php_stream_eof(ftp->stream) && (ch = php_stream_getc(ftp->stream)) != EOF) { in ftp_nb_continue_write()
1881 if (php_stream_eof(intern->u.file.stream)) { in spl_filesystem_file_read_ex()1978 if (php_stream_eof(intern->u.file.stream)) { in spl_filesystem_file_read_line_ex()2152 RETURN_BOOL(php_stream_eof(intern->u.file.stream)); in PHP_METHOD()2170 RETURN_BOOL(!php_stream_eof(intern->u.file.stream)); in PHP_METHOD()
334 #define php_stream_eof(stream) _php_stream_eof((stream)) macro
428 while (!php_stream_eof(s)) { in SAPI_POST_HANDLER_FUNC()
523 if (stream != NULL && php_stream_eof(stream)) { in make_http_soap_request()1565 } while(!php_stream_eof(stream)); in get_http_body()
1509 while ((len < maxlen) && !php_stream_eof(src)) { in _php_stream_copy_to_mem()1620 if ((maxlen != PHP_STREAM_COPY_ALL && nbytes == maxlen) || php_stream_eof(src)) { in _php_stream_copy_to_stream_ex()
29 PHPAPI int php_stream_eof(php_stream * stream);
571 if (php_stream_eof(stream)) { in PHP_FUNCTION()622 if (php_stream_eof(stream)) { in PHP_FUNCTION()
1656 while(!php_stream_eof(fp)) { in phar_open_from_fp()
Completed in 127 milliseconds