Home
last modified time | relevance | path

Searched refs:fclose (Results 26 – 50 of 1134) sorted by relevance

12345678910>>...46

/PHP-7.4/ext/standard/tests/file/
H A D007_variation12-win32.phpt2 Test fopen and fclose() functions - usage variations - "w+t" mode
17 fclose() function:
18 Prototype: bool fclose ( resource $handle );
22 /* Test fopen() and fclose(): Opening the file in "w+t" mode,
26 and fclose function
35 echo "*** Test fopen() & fclose() functions: with 'w+t' mode ***\n";
45 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
50 fclose( fopen($file, "w+t") ); //Opening the existing data file again in "w+t" mode
55 fclose( fopen($file, "w+t") ); //Opening the non-existing file in "w+t" mode, which will be created
63 *** Test fopen() & fclose() functions: with 'w+t' mode ***
H A D007_variation12.phpt2 Test fopen and fclose() functions - usage variations - "w+t" mode
17 fclose() function:
18 Prototype: bool fclose ( resource $handle );
22 /* Test fopen() and fclose(): Opening the file in "w+t" mode,
26 and fclose function
35 echo "*** Test fopen() & fclose() functions: with 'w+t' mode ***\n";
45 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
50 fclose( fopen($file, "w+t") ); //Opening the existing data file again in "w+t" mode
55 fclose( fopen($file, "w+t") ); //Opening the non-existing file in "w+t" mode, which will be created
63 *** Test fopen() & fclose() functions: with 'w+t' mode ***
H A D007_variation19.phpt2 Test fopen and fclose() functions - usage variations - "wb" mode
12 fclose() function:
13 Prototype: bool fclose ( resource $handle );
17 /* Test fopen() and fclose(): Opening the file in "wb" mode,
21 and fclose function
30 echo "*** Test fopen() & fclose() functions: with 'wb' mode ***\n";
40 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
45 fclose( fopen($file, "wb") ); //Opening the existing data file again in "wb" mode
50 fclose( fopen($file, "wb") ); //Opening the non-existing file in "wb" mode, which will be created
58 *** Test fopen() & fclose() functions: with 'wb' mode ***
H A D007_variation20.phpt2 Test fopen and fclose() functions - usage variations - "w+b" mode
12 fclose() function:
13 Prototype: bool fclose ( resource $handle );
17 /* Test fopen() and fclose(): Opening the file in "w+b" mode,
21 and fclose function
30 echo "*** Test fopen() & fclose() functions: with 'w+b' mode ***\n";
40 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
45 fclose( fopen($file, "w+b") ); //Opening the existing data file again in "w+b" mode
50 fclose( fopen($file, "w+b") ); //Opening the non-existing file in "w+b" mode, which will be created
58 *** Test fopen() & fclose() functions: with 'w+b' mode ***
H A D007_variation3.phpt2 Test fopen and fclose() functions - usage variations - "w" mode
12 fclose() function:
13 Prototype: bool fclose ( resource $handle );
17 /* Test fopen() and fclose(): Opening the file in "w" mode,
21 and fclose function
30 echo "*** Test fopen() & fclose() functions: with 'w' mode ***\n";
40 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
45 fclose( fopen($file, "w") ); //Opening the existing data file again in "w" mode
50 fclose( fopen($file, "w") ); //Opening the non-existing file in "w" mode, which will be created
58 *** Test fopen() & fclose() functions: with 'w' mode ***
H A Dstream_supports_lock.phpt10 fclose($fp);
15 fclose($fp);
20 fclose($fp);
25 fclose($fp);
H A D007_variation15.phpt2 Test fopen and fclose() functions - usage variations - "xt" mode
12 fclose() function:
13 Prototype: bool fclose ( resource $handle );
17 /* Test fopen() and fclose(): Opening the file in "xt" mode,
21 and fclose function
27 echo "*** Test fopen() & fclose() functions: with 'xt' mode ***\n";
37 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
46 *** Test fopen() & fclose() functions: with 'xt' mode ***
H A D007_variation16.phpt2 Test fopen and fclose() functions - usage variations - "x+t" mode
12 fclose() function:
13 Prototype: bool fclose ( resource $handle );
17 /* Test fopen() and fclose(): Opening the file in "x+t" mode,
21 and fclose function
27 echo "*** Test fopen() & fclose() functions: with 'x+t' mode ***\n";
37 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
46 *** Test fopen() & fclose() functions: with 'x+t' mode ***
H A D007_variation23.phpt2 Test fopen and fclose() functions - usage variations - "xb" mode
12 fclose() function:
13 Prototype: bool fclose ( resource $handle );
17 /* Test fopen() and fclose(): Opening the file in "xb" mode,
21 and fclose function
27 echo "*** Test fopen() & fclose() functions: with 'xb' mode ***\n";
37 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
46 *** Test fopen() & fclose() functions: with 'xb' mode ***
H A D007_variation24.phpt2 Test fopen and fclose() functions - usage variations - "x+b" mode
12 fclose() function:
13 Prototype: bool fclose ( resource $handle );
17 /* Test fopen() and fclose(): Opening the file in "x+b" mode,
21 and fclose function
27 echo "*** Test fopen() & fclose() functions: with 'x+b' mode ***\n";
37 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
46 *** Test fopen() & fclose() functions: with 'x+b' mode ***
H A D007_variation7.phpt2 Test fopen and fclose() functions - usage variations - "x" mode
12 fclose() function:
13 Prototype: bool fclose ( resource $handle );
17 /* Test fopen() and fclose(): Opening the file in "x" mode,
21 and fclose function
27 echo "*** Test fopen() & fclose() functions: with 'x' mode ***\n";
37 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
46 *** Test fopen() & fclose() functions: with 'x' mode ***
H A Dfopen_variation5.phpt66 fclose($h);
72 fclose($h);
78 fclose($h);
83 fclose($h);
89 fclose($h);
94 fclose($h);
103 fclose($h);
109 fclose($h);
114 fclose($h);
H A Dfopen_variation8.phpt65 fclose($h);
71 fclose($h);
77 fclose($h);
82 fclose($h);
88 fclose($h);
93 fclose($h);
102 fclose($h);
108 fclose($h);
113 fclose($h);
H A Dbug79099.phpt10 fclose($stream);
17 fclose($stream);
24 fclose($stream);
H A Dfopen_variation6.phpt19 fclose($h);
23 fclose($h);
28 fclose($h);
33 fclose($h);
H A Dfscanf.phpt17 fclose($fp);
22 fclose($fp);
28 fclose($fp);
36 fclose($fp);
44 fclose($fp);
52 fclose($fp);
H A Dftruncate_bug76803.phpt12 fclose($f);
18 fclose($f);
27 fclose($f);
/PHP-7.4/ext/xmlwriter/tests/
H A Dbug79029.phpt16 fclose(@end(get_resources()));
21 fclose(@end(get_resources()));
31 Warning: fclose(): %d is not a valid stream resource in %sbug79029.php on line %d
33 Warning: fclose(): %d is not a valid stream resource in %sbug79029.php on line %d
/PHP-7.4/ext/gd/libgd/
H A Dgd2copypal.c29 fclose (in); in main()
43 fclose (in); in main()
60 fclose (out); in main()
/PHP-7.4/ext/standard/tests/network/
H A Dshutdown.phpt48 fclose($socket);
61 fclose($socket);
67 fclose($client1);
68 fclose($client2);
69 fclose($server);
H A Dtcp4loop.phpt35 fclose($client);
36 fclose($socket);
37 fclose($server);
H A Dsocket_bug74429.phpt24 fclose($server);
25 fclose($client0);
26 fclose($client1);
/PHP-7.4/ext/standard/tests/filters/
H A Dbug54350.phpt10 fclose($this->stream);
21 Warning: fclose(): 5 is not a valid stream resource in %s on line %d
23 Warning: fclose(): supplied resource is not a valid stream resource in %s on line %d
/PHP-7.4/ext/zlib/tests/
H A Dzlib_filter_inflate2.phpt10 fclose($a);
15 fclose($fp);
23 fclose($fp);
29 fclose($fp);
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_context_tcp_nodelay_server.phpt27 fclose($client);
28 fclose($server);
37 fclose($test);

Completed in 26 milliseconds

12345678910>>...46