Home
last modified time | relevance | path

Searched refs:fopen (Results 726 – 750 of 1250) sorted by relevance

1...<<21222324252627282930>>...50

/php-src/ext/standard/tests/file/
H A Dfilegroup_basic.phpt23 $file_handle = fopen($file_name, "w");
H A Dlstat_stat_variation12.phpt21 $fp = fopen($filename, "w"); // temp file
H A Dlstat_stat_variation15.phpt20 $fp = fopen($filename, "w"); // temp file
H A Dlstat_stat_variation3.phpt18 $fp = fopen("$file_path/lstat_stat_variation3.tmp", "w"); // temp file
H A Dlstat_stat_variation8.phpt28 $file_handle = fopen("$dirname/lstat_stat_variation8a.tmp", "w");
H A Dmove_uploaded_file_basic.phpt47 $fd = fopen($destination4, "w");
H A Dpopen_pclose_error-sunos.phpt17 $file_handle = fopen($file_path."/popen.tmp", "w");
H A Drename_variation4.phpt18 $fp = fopen($file_path."/rename_variation4.tmp", "w");
H A Dfile_variation9.phpt19 $h = fopen($testfile, "w");
H A Dfile_variation5-win32-mb.phpt19 $fd = fopen($filepath, "w+");
H A Dfile_variation5-win32.phpt19 $fd = fopen($filepath, "w+");
H A Drename_variation2-win32.phpt18 $fp = fopen($file_path."/rename_variation2-win32.tmp", "w");
/php-src/ext/standard/tests/filters/
H A Dread.phpt27 if ($f = fopen(__FILE__, "rb")) {
/php-src/ext/standard/tests/http/
H A Dbug48929.phpt23 $fd = fopen($uri, 'rb', false, $context);
/php-src/ext/standard/tests/strings/
H A Dchr_variation1.phpt16 $file_handle = fopen(__FILE__, "r");
/php-src/ext/standard/tests/streams/
H A Dgh9590-002.phpt18 $fds[] = @fopen(__DIR__ . "/GH-9590-002-tmpfile.$i", 'w');
H A Dproc_open_bug69900.phpt15 $in = fopen("php://stdin", "rb", false, stream_context_create(array("pipe" => array("blocking" => t…
/php-src/ext/tidy/tests/
H A Dparsing_file_too_large.phpt20 $file = fopen($path, 'w+');
/php-src/ext/fileinfo/libmagic/
H A Dapptype.c68 if ((fp = fopen(path, "wb")) == NULL) { in file_os2_apptype()
/php-src/ext/tokenizer/tests/
H A Dtoken_get_all_variation12.phpt22 \$fp = fopen(__FILE__, 'r');
97 string(5) "fopen"
/php-src/ext/standard/tests/general_functions/
H A Dis_null.phpt12 $unset_resource = fopen(__FILE__, "r");
42 $fp = fopen (__FILE__, "r");
/php-src/ext/mysqli/tests/
H A Dmysqli_pam_sha256_public_key_option_invalid.phpt49 if ((file_exists($file) && !unlink($file)) || !($fp = @fopen($file, "w"))) {
136 if (!($fp = fopen($file_wrong, "w"))) {
146 if (!($fp = fopen($file_wrong, "w"))) {
/php-src/ext/phar/tests/tar/
H A Dtar_003.phpt18 $tar->addFile('tar_003.phpt', $g = fopen(__FILE__, 'r'));
/php-src/ext/spl/tests/SplFileObject/
H A DSplFileObject_fputcsv.phpt43 $fp = fopen($file, "r");
/php-src/ext/bz2/tests/
H A Dbug71263.phpt33 $r = fopen($fn, "r");

Completed in 23 milliseconds

1...<<21222324252627282930>>...50