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    929 ext/ftp/ftp.c  	while (!php_stream_eof(instream) && (ch = php_stream_getc(instream))!=EOF) {
php_stream_eof   1894 ext/ftp/ftp.c  	while (!php_stream_eof(ftp->stream) && (ch = php_stream_getc(ftp->stream)) != EOF) {
php_stream_eof   1469 ext/gd/gd.c    		if (php_stream_eof(stream)) {
php_stream_eof   1513 ext/gd/gd.c    		if (php_stream_eof(stream)) {
php_stream_eof   1591 ext/phar/phar.c 	while(!php_stream_eof(fp)) {
php_stream_eof    502 ext/soap/php_http.c 	if (stream != NULL && php_stream_eof(stream)) {
php_stream_eof   1495 ext/soap/php_http.c 		} while(!php_stream_eof(stream));
php_stream_eof   2063 ext/spl/spl_directory.c 	if (php_stream_eof(intern->u.file.stream)) {
php_stream_eof   2196 ext/spl/spl_directory.c 		if (php_stream_eof(intern->u.file.stream)) {
php_stream_eof   2412 ext/spl/spl_directory.c 	RETURN_BOOL(php_stream_eof(intern->u.file.stream));
php_stream_eof   2431 ext/spl/spl_directory.c 		RETVAL_BOOL(!php_stream_eof(intern->u.file.stream));
php_stream_eof    139 ext/standard/exec.c 			if (b[bufl - 1] != '\n' && !php_stream_eof(stream)) {
php_stream_eof   1000 ext/standard/file.c 	if (php_stream_eof(stream)) {
php_stream_eof   2346 ext/standard/file.c 	while (md->ulc || (!php_stream_eof(md->stream) && (ch = php_stream_getc(md->stream)))) {
php_stream_eof   2347 ext/standard/file.c 		if (php_stream_eof(md->stream)) {
php_stream_eof   2376 ext/standard/file.c 				while (!php_stream_eof(md->stream) && (ch = php_stream_getc(md->stream)) && ch != compliment && ch != '<' && ch != '>') {
php_stream_eof   2412 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    623 ext/standard/ftp_fopen_wrapper.c 	if (php_stream_eof(innerstream)) {
php_stream_eof    683 ext/standard/http_fopen_wrapper.c 	if (!php_stream_eof(stream)) {
php_stream_eof    741 ext/standard/http_fopen_wrapper.c 	while (!body && !php_stream_eof(stream)) {
php_stream_eof    649 ext/standard/image.c 	if (result->channels == 0 && php_stream_eof(stream) || result->channels > 256) {
php_stream_eof    504 ext/standard/streamsfuncs.c 		add_assoc_bool(return_value, "eof", php_stream_eof(stream));
php_stream_eof    327 main/php_variables.c 		while (!php_stream_eof(s)) {
php_stream_eof   1444 main/streams/streams.c 		while ((len < maxlen) && !php_stream_eof(src)) {