Home
last modified time | relevance | path

Searched refs:feof (Results 1 – 25 of 266) sorted by relevance

1234567891011

/php-src/ext/standard/tests/file/
H A Dfeof_basic.phpt2 Test feof() function : basic functionality
23 while (!feof($h)) {
37 var_dump(feof($h));
43 var_dump(feof($h));
49 var_dump(feof($h));
53 var_dump(feof($h));
57 var_dump(feof($h));
62 feof($h);
72 *** Testing feof() : basic functionality ***
77 *** writing 10 lines, testing feof ***
[all …]
H A Dstream_rfc2397_007.phpt19 var_dump(feof($fp));
23 var_dump(feof($fp));
27 var_dump(feof($fp));
32 var_dump(feof($fp));
36 var_dump(feof($fp));
40 var_dump(feof($fp));
44 var_dump(feof($fp));
48 var_dump(feof($fp));
52 var_dump(feof($fp));
56 var_dump(feof($fp));
[all …]
H A Dbug52335.phpt9 var_dump(feof($fpr));
11 var_dump(feof($fpr));
13 var_dump(feof($fpr));
15 var_dump(feof($fpr));
23 var_dump(feof($fprw));
25 var_dump(feof($fprw));
27 var_dump(feof($fprw));
30 var_dump(feof($fprw));
H A D007_basic.phpt2 Test fopen(), fclose() & feof() functions: basic functionality
37 var_dump( feof($handle) );
42 // confirm the closure, using ftell() and feof()
49 var_dump( feof($handle) );
72 var_dump( feof($handle) );
77 // confirm the closure, using ftell() and feof()
84 var_dump( feof($handle) );
106 feof(): supplied resource is not a valid stream resource
115 feof(): supplied resource is not a valid stream resource
124 feof(): supplied resource is not a valid stream resource
[all …]
H A Dfread_fwrite_basic.phpt24 var_dump(feof($h));
34 var_dump(feof($h));
36 var_dump(feof($h));
39 var_dump(feof($h));
41 var_dump(feof($h));
H A Dbug27508.phpt37 return feof($this->fp);
64 debug_zval_dump(feof($fp));
67 debug_zval_dump(feof($fp));
68 while ($fp && !feof($fp)) {
/php-src/ext/standard/tests/streams/
H A Dbug68948.phpt2 Bug #68948: feof() on temporary streams broken
14 var_dump(feof($stream));
20 var_dump(feof($stream));
H A Dgh10406.phpt2 GH-10406: feof() behavior change for UNIX based socket resources
16 var_dump(feof($socket));
H A Dbug60455_03.phpt32 while (!feof($f)) {
37 while (!feof($f)) {
42 while (!feof($f)) {
H A Dbug70198.phpt15 - on the client side - sleep(1) and check feof()
50 while (!feof($fp)) {
/php-src/Zend/tests/
H A Dbug41421.phpt18 feof($fp);
23 Warning: feof(): wrapper::stream_eof is not implemented! Assuming EOF in %s on line %d
28 #1 %s(%d): feof(Resource id #%d)
/php-src/ext/zip/examples/
H A Dfopen.php11 while (!feof($fp)) {
27 while (!feof($fp)) {
/php-src/tests/basic/
H A Denable_post_data_reading_06.phpt97 while (!feof($f1) && !feof($f2)) {
H A Denable_post_data_reading_05.phpt16 while (!feof($f1) && !feof($f2)) {
/php-src/sapi/cli/tests/
H A Dphp_cli_server_009.phpt25 while (!feof($fp)) {
41 while (!feof($fp)) {
57 while (!feof($fp)) {
H A Dphp_cli_server_008.phpt22 while (!feof($fp)) {
38 while (!feof($fp)) {
H A Dphp_cli_server_013.phpt26 while (!feof($fp)) {
45 while (!feof($fp)) {
63 while (!feof($fp)) {
81 while (!feof($fp)) {
99 while (!feof($fp)) {
117 while (!feof($fp)) {
H A Dphp_cli_server_010.phpt22 while (!feof($fp)) {
38 while (!feof($fp)) {
H A Dphp_cli_server_014.phpt27 while (!feof($fp)) {
46 while (!feof($fp)) {
/php-src/ext/zip/tests/
H A Dbug49072.phpt2 Bug #49072 (feof never returns true for damaged file in zip)
15 while (! feof($r)) {
H A Doo_stream.phpt19 while (!feof($fp)) {
33 while (!feof($fp)) {
/php-src/ext/xml/tests/
H A Dxml004.phpt14 xml_parse($xp, $data, feof($fp));
22 xml_parse($xp, $data, feof($fp));
/php-src/benchmark/
H A Dshared.php44 $stdoutEof = $stdoutEof || feof($stdout);
45 $stderrEof = $stderrEof || feof($stderr);
/php-src/ext/openssl/tests/
H A Dgh10495.phpt2 GH-10495: feof hangs indefinitely
27 var_dump(feof($fp));
89 if (feof($upstream)) {
/php-src/sapi/phpdbg/
H A Dcreate-test.php82 if (feof(STDIN)) {
86 if (feof($pipes[1])) {

Completed in 43 milliseconds

1234567891011