Home
last modified time | relevance | path

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

1234567891011

/PHP-8.0/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 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.phpt36 return feof($this->fp);
63 debug_zval_dump(feof($fp));
66 debug_zval_dump(feof($fp));
67 while ($fp && !feof($fp)) {
H A Dbug30362.phpt8 for ($i = 0; ($i < 10) && !feof($resource); ++$i ) {
/PHP-8.0/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 Dbug60455_03.phpt31 while (!feof($f)) {
36 while (!feof($f)) {
41 while (!feof($f)) {
H A Dproc_open_bug51800_right.phpt43 while (!feof($pipes[1]) || !feof($pipes[2])) {
H A Dbug70198.phpt15 - on the client side - sleep(1) and check feof()
49 while (!feof($fp)) {
H A Dproc_open_bug51800_right2.phpt49 while (!feof($pipes[1]) || !feof($pipes[2])) {
H A Dbug46147.phpt9 while (!feof($fp)) {
/PHP-8.0/Zend/tests/
H A Dbug41421.phpt17 feof($fp);
22 Warning: feof(): wrapper::stream_eof is not implemented! Assuming EOF in %s on line %d
27 #1 %s(%d): feof(Resource id #%d)
/PHP-8.0/ext/zip/examples/
H A Dfopen.php11 while (!feof($fp)) {
27 while (!feof($fp)) {
/PHP-8.0/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-8.0/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_010.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)) {
/PHP-8.0/ext/zip/tests/
H A Dbug49072.phpt2 Bug #49072 (feof never returns true for damaged file in zip)
17 while (! feof($r)) {
H A Doo_stream.phpt21 while (!feof($fp)) {
35 while (!feof($fp)) {
/PHP-8.0/ext/xml/tests/
H A Dxml004.phpt14 xml_parse($xp, $data, feof($fp));
22 xml_parse($xp, $data, feof($fp));
/PHP-8.0/ext/pdo_mysql/
H A Dget_error_codes.php6 while (!feof(STDIN)) {
/PHP-8.0/sapi/phpdbg/
H A Dcreate-test.php82 if (feof(STDIN)) {
86 if (feof($pipes[1])) {

Completed in 37 milliseconds

1234567891011