php_stream_eof 115 ext/dba/libflatfile/flatfile.c while(!php_stream_eof(dba->fp)) { php_stream_eof 167 ext/dba/libflatfile/flatfile.c while (!php_stream_eof(dba->fp)) { php_stream_eof 208 ext/dba/libflatfile/flatfile.c while(!php_stream_eof(dba->fp)) { php_stream_eof 251 ext/dba/libflatfile/flatfile.c while(!php_stream_eof(dba->fp)) { php_stream_eof 961 ext/ftp/ftp.c while (!php_stream_eof(instream) && (ch = php_stream_getc(instream))!=EOF) { php_stream_eof 2068 ext/ftp/ftp.c while (!php_stream_eof(ftp->stream) && (ch = php_stream_getc(ftp->stream)) != EOF) { php_stream_eof 1359 ext/gd/gd.c if (php_stream_eof(stream)) { php_stream_eof 1403 ext/gd/gd.c if (php_stream_eof(stream)) { php_stream_eof 1594 ext/phar/phar.c while(!php_stream_eof(fp)) { php_stream_eof 593 ext/phar/tar.c } while (!php_stream_eof(fp)); php_stream_eof 501 ext/soap/php_http.c if (stream != NULL && php_stream_eof(stream)) { php_stream_eof 1498 ext/soap/php_http.c } while(!php_stream_eof(stream)); php_stream_eof 2018 ext/spl/spl_directory.c if (php_stream_eof(intern->u.file.stream)) { php_stream_eof 2152 ext/spl/spl_directory.c if (php_stream_eof(intern->u.file.stream)) { php_stream_eof 2372 ext/spl/spl_directory.c RETURN_BOOL(php_stream_eof(intern->u.file.stream)); php_stream_eof 2391 ext/spl/spl_directory.c RETVAL_BOOL(!php_stream_eof(intern->u.file.stream)); php_stream_eof 130 ext/standard/exec.c if (b[bufl - 1] != '\n' && !php_stream_eof(stream)) { php_stream_eof 990 ext/standard/file.c if (php_stream_eof(stream)) { php_stream_eof 2388 ext/standard/file.c while (md->ulc || (!php_stream_eof(md->stream) && (ch = php_stream_getc(md->stream)))) { php_stream_eof 2389 ext/standard/file.c if (php_stream_eof(md->stream)) { php_stream_eof 2418 ext/standard/file.c while (!php_stream_eof(md->stream) && (ch = php_stream_getc(md->stream)) && ch != compliment && ch != '<' && ch != '>') { php_stream_eof 2454 ext/standard/file.c while (!php_stream_eof(md->stream) && (ch = php_stream_getc(md->stream)) && (isalnum(ch) || strchr(PHP_META_HTML401_CHARS, ch))) { php_stream_eof 622 ext/standard/ftp_fopen_wrapper.c if (php_stream_eof(innerstream)) { php_stream_eof 681 ext/standard/http_fopen_wrapper.c if (!php_stream_eof(stream)) { php_stream_eof 738 ext/standard/http_fopen_wrapper.c while (!body && !php_stream_eof(stream)) { php_stream_eof 654 ext/standard/image.c if ((result->channels == 0 && php_stream_eof(stream)) || result->channels > 256) { php_stream_eof 103 ext/standard/md5.c if (!php_stream_eof(stream)) { php_stream_eof 513 ext/standard/streamsfuncs.c add_assoc_bool(return_value, "eof", php_stream_eof(stream)); php_stream_eof 328 main/php_variables.c while (!php_stream_eof(s)) { php_stream_eof 1440 main/streams/streams.c while ((len < maxlen) && !php_stream_eof(src)) {