Home
last modified time | relevance | path

Searched refs:fopen (Results 126 – 150 of 1246) sorted by relevance

12345678910>>...50

/php-src/ext/standard/tests/file/
H A Dgh9779.phpt11 $sourceHandle = fopen($src, "r");
12 $destHandle = fopen($dest, "a");
H A Dstat_variation5-win32.phpt18 $file_handle = fopen("$file_path/stat_variation5.tmp", "w"); // temp file
25 $file_handle = fopen($filename, "w"); // create file
32 $file_handle = fopen($filename, "r"); // read file
H A Dbug27508.phpt12 $this->fp = fopen($url, $mode);
55 $fp = fopen("myFile://" . urlencode($tn), "w+");
57 die("fopen failed");
H A Dbug66588.phpt9 $s = fopen("php://memory", "w+");
15 $s = fopen("php://memory", "w+");
H A Dfpassthru_variation.phpt10 $file_write = fopen($file_name, "w");
14 $file_read = fopen($file_name, "r");
56 $file_read = fopen($file_name, "rb");
H A Dglob_basic.phpt16 $fp = fopen("$dirname/wonder12345", "w");
18 $fp = fopen("$dirname/wonder.txt", "w");
20 $fp = fopen("$dirname/file.text", "w");
H A Dstat_variation8-win32.phpt22 $file_handle = fopen($filename, "w"); // temp file
29 $file_handle = fopen($filename, "w");
38 $file_handle = fopen($filename, "r+");
H A Dbug81223.phpt10 $stream1 = fopen($filename, "r");
12 $stream2 = fopen($filename, "r");
H A Dbug37158.phpt18 $fp = fopen($file, 'w');
24 $fp = fopen($file, 'r');
/php-src/ext/phar/tests/tar/
H A Dphar_stub.phpt33 $fp = fopen($fname3, 'wb');
36 $fp = fopen($fname3, 'rb');
44 $fp = fopen($fname3, 'ab');
49 $fp = fopen($fname3, 'rb');
/php-src/ext/phar/tests/zip/
H A Dphar_stub.phpt33 $fp = fopen($fname3, 'wb');
36 $fp = fopen($fname3, 'rb');
44 $fp = fopen($fname3, 'ab');
49 $fp = fopen($fname3, 'rb');
/php-src/tests/lang/
H A D038.phpt26 $con = fopen("/tmp/a_file_that_does_not_exist",'r');
38 string(5) "fopen"
/php-src/ext/curl/tests/
H A Dcurl_reset.phpt11 $fp = fopen($log_file, 'w+');
15 $testfile_fp = fopen($test_file, 'w+');
/php-src/ext/standard/tests/dir/
H A Dreaddir_variation7.phpt6 * Open a file pointer using fopen and pass to readdir() to test behaviour
12 var_dump($fp = fopen(__FILE__, "r"));
/php-src/ext/openssl/tests/
H A Dopenssl_x509_verify.phpt7 $fp = fopen(__DIR__ . "/cert.crt","r");
11 $fp = fopen(__DIR__ . "/public.key","r");
/php-src/tests/basic/
H A Dbug80384.phpt7 $fp = fopen($tmp_filename, 'w');
14 $fp = fopen($tmp_filename, 'r');
H A Denable_post_data_reading_07.phpt12 $f1 = fopen("php://input", "r");
24 $f2 = fopen("php://input", "r");
/php-src/ext/gd/libgd/
H A Dgdparttopng.c22 in = fopen (argv[1], "rb"); in main()
43 out = fopen (argv[2], "wb"); in main()
/php-src/ext/standard/tests/streams/
H A Duser-stream-error.phpt13 fopen('mystream://foo', 'r');
20 #1 %s%euser-stream-error.php(%d): fopen('mystream://foo', 'r')
/php-src/ext/standard/tests/http/
H A Dbug43510.phpt2 Bug #43510 (stream_get_meta_data() does not return same mode as used in fopen)
19 $fd = fopen($uri, $mode, false);
/php-src/ext/zlib/tests/
H A Dzlib_scheme_fopen_variation1.phpt2 Test compress.zlib:// scheme with the fopen on a file scheme
12 $h = fopen($compressedFile, 'r');
/php-src/ext/standard/tests/image/
H A Dbug70096.phpt18 $fp = fopen($filename, "wb");
22 $fp = fopen($filename, "wb");
/php-src/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1253_to_utf8_0.phpt2 Test fopen() for reading cp1253 to UTF-8 path
27 $f = fopen($fn, 'r');
H A Dtest_cp1255_to_utf8_0.phpt2 Test fopen() for reading cp1255 to UTF-8 path
27 $f = fopen($fn, 'r');
H A Dtest_cp1256_to_utf8_0.phpt2 Test fopen() for reading cp1256 to UTF-8 path
27 $f = fopen($fn, 'r');

Completed in 24 milliseconds

12345678910>>...50