Searched refs:feof (Results 1 – 25 of 262) sorted by relevance
1234567891011
2 Test feof() function : basic functionality23 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 …]
19 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 …]
2 Test fopen(), fclose() & feof() functions: basic functionality37 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 resource115 feof(): supplied resource is not a valid stream resource124 feof(): supplied resource is not a valid stream resource[all …]
24 var_dump(feof($h));34 var_dump(feof($h));36 var_dump(feof($h));39 var_dump(feof($h));41 var_dump(feof($h));
36 return feof($this->fp);63 debug_zval_dump(feof($fp));66 debug_zval_dump(feof($fp));67 while ($fp && !feof($fp)) {
8 for ($i = 0; ($i < 10) && !feof($resource); ++$i ) {
2 Bug #68948: feof() on temporary streams broken14 var_dump(feof($stream));20 var_dump(feof($stream));
31 while (!feof($f)) {36 while (!feof($f)) {41 while (!feof($f)) {
43 while (!feof($pipes[1]) || !feof($pipes[2])) {
15 - on the client side - sleep(1) and check feof()49 while (!feof($fp)) {
49 while (!feof($pipes[1]) || !feof($pipes[2])) {
9 while (!feof($fp)) {
17 feof($fp);22 Warning: feof(): wrapper::stream_eof is not implemented! Assuming EOF in %s on line %d27 #1 %s(%d): feof(Resource id #%d)
11 while (!feof($fp)) {27 while (!feof($fp)) {
97 while (!feof($f1) && !feof($f2)) {
16 while (!feof($f1) && !feof($f2)) {
25 while (!feof($fp)) {41 while (!feof($fp)) {57 while (!feof($fp)) {
22 while (!feof($fp)) {38 while (!feof($fp)) {
26 while (!feof($fp)) {45 while (!feof($fp)) {63 while (!feof($fp)) {
2 Bug #49072 (feof never returns true for damaged file in zip)17 while (! feof($r)) {
21 while (!feof($fp)) {35 while (!feof($fp)) {
14 xml_parse($xp, $data, feof($fp));22 xml_parse($xp, $data, feof($fp));
6 while (!feof(STDIN)) {
82 if (feof(STDIN)) {86 if (feof($pipes[1])) {
Completed in 28 milliseconds