Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-7.4/ext/standard/tests/file/
H A Dfeof_basic.phpt2 Test feof() function : basic functionality
7 /* Prototype : proto bool feof(resource fp)
29 while (!feof($h)) {
43 var_dump(feof($h));
49 var_dump(feof($h));
55 var_dump(feof($h));
59 var_dump(feof($h));
63 var_dump(feof($h));
67 feof($h);
79 *** 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_error.phpt2 Test fopen, fclose() & feof() functions: error conditions
15 Prototype: bool feof ( resource $handle )
20 echo "*** Testing error conditions for fopen(), fclsoe() & feof() ***\n";
34 //feof()
35 var_dump( feof($fp) ); // closed handle
36 var_dump( feof(__FILE__) ); // invalid handle
37 var_dump( feof() ); //zero argument
45 var_dump( feof($fp, "handle"));
66 var_dump( feof($invalid_args[$loop_counter - 1]) );
71 *** Testing error conditions for fopen(), fclsoe() & feof() ***
[all …]
H A D007_basic.phpt2 Test fopen(), fclose() & feof() functions: basic functionality
13 Prototype: bool feof ( resource $handle );
49 var_dump( feof($handle) );
54 // confirm the closure, using ftell() and feof(), expect, false
56 var_dump( feof($handle) );
76 var_dump( feof($handle) );
81 // confirm the closure, using ftell() and feof(), expect, false
83 var_dump( feof($handle) );
104 Warning: feof(): supplied resource is not a valid stream resource in %s on line %d
117 Warning: feof(): supplied resource is not a valid stream resource in %s on line %d
[all …]
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 Dfread_fwrite_basic.phpt34 var_dump(feof($h));
44 var_dump(feof($h));
46 var_dump(feof($h));
49 var_dump(feof($h));
51 var_dump(feof($h));
H A Dbug30362.phpt8 for ($i = 0; ($i < 10) && !feof($resource); ++$i ) {
/PHP-7.4/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])) {
/PHP-7.4/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-7.4/ext/zip/examples/
H A Dfopen.php11 while (!feof($fp)) {
27 while (!feof($fp)) {
/PHP-7.4/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-7.4/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-7.4/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-7.4/ext/xml/tests/
H A Dxml004.phpt14 xml_parse($xp, $data, feof($fp));
22 xml_parse($xp, $data, feof($fp));
/PHP-7.4/ext/pdo_mysql/
H A Dget_error_codes.php6 while (!feof(STDIN)) {
/PHP-7.4/sapi/phpdbg/
H A Dcreate-test.php84 if (feof(STDIN)) {
88 if (feof($pipes[1])) {

Completed in 45 milliseconds

12345678910>>...12