Home
last modified time | relevance | path

Searched refs:fclose (Results 326 – 350 of 1515) sorted by relevance

1...<<11121314151617181920>>...61

/PHP-7.2/win32/build/
H A Dmkdist.php132 fclose($pipes[1]);
169 fclose($fp);
217 fclose($dest);
316 fclose($fp);
/PHP-7.2/ext/standard/tests/file/
H A D007_basic.phpt2 Test fopen(), fclose() & feof() functions: basic functionality
10 Prototype: bool fclose ( resource $handle );
17 echo "*** Testing basic operations of fopen() and fclose() functions ***\n";
51 // check fclose()
52 var_dump( fclose($handle) );
78 // check fclose()
79 var_dump( fclose($handle) );
92 *** Testing basic operations of fopen() and fclose() functions ***
H A Dfilesize_basic.phpt22 fclose($file_handle);
H A Dsymlink_link_linkinfo_is_link_variation4.phpt38 fclose($file);
57 fclose($fp);
73 fclose($file);
/PHP-7.2/sapi/cli/tests/
H A Dbug66606_2.phpt36 fclose($fp);
H A Dbug70470.phpt31 fclose($fp);
H A Dphp_cli_server_016.phpt43 fclose($fp);
/PHP-7.2/ext/gd/tests/
H A Dimageloadfont_invalid.phpt13 fclose($fp);
/PHP-7.2/ext/sqlite3/tests/
H A Dsqlite3_blob_bind_resource.phpt29 fclose($f);
/PHP-7.2/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp932_0.phpt31 var_dump(fclose($f));
H A Dtest_cp932_to_utf8_0.phpt28 var_dump(fclose($f));
H A Dtest_big5_0.phpt31 var_dump(fclose($f));
H A Dtest_big5_to_utf8_0.phpt28 var_dump(fclose($f));
H A Dtest_cp1250_to_utf8_3.phpt28 var_dump(fclose($f));
H A Dtest_cp1251_zend_multibyte_0.phpt31 var_dump(fclose($f));
H A Dtest_long_path_bug70943.phpt20 fclose($fp);
/PHP-7.2/ext/standard/tests/streams/
H A Dbug44818.phpt10 fclose($fd);
H A Dbug61371-win.phpt23 if ($doFclose) fclose($stream);
H A Dbug61371.phpt23 if ($doFclose) fclose($stream);
H A Dbug64166_2.phpt30 fclose($fd);
H A Dset_file_buffer.phpt37 fclose($fd);
/PHP-7.2/ext/curl/tests/
H A Dbug48203-win32.phpt21 fclose($fp); // <-- premature close of $fp caused a crash!
H A Dbug72202.phpt17 fclose($a);
H A Dcurl_file_deleted_before_curl_close.phpt27 fclose($handle); // causes glibc memory error
/PHP-7.2/ext/zlib/tests/
H A Dgzopen_variation8.phpt28 fclose($h);

Completed in 30 milliseconds

1...<<11121314151617181920>>...61