Home
last modified time | relevance | path

Searched refs:fopen (Results 251 – 275 of 1249) sorted by relevance

1...<<11121314151617181920>>...50

/php-src/ext/standard/tests/file/
H A Dbug26003.phpt5 $fp = fopen(__DIR__.'/test3.csv', 'r');
H A Dfflush_variation4.phpt22 $file_handle = fopen($file_name, "w");
28 $file_handle = fopen($file_name, $mode);
H A Dlstat_stat_variation21.phpt20 $fp = fopen($filename, "w"); // temp file
31 $file_handle = fopen($filename, "r+");
H A Dstat_variation2-win32.phpt20 $file_handle = fopen($filename, "w"); // temp file
31 $file_handle = fopen($filename, "w"); // temp file
H A Dbug52335.phpt7 $fpr = fopen("php://memory", "r");
20 $fprw = fopen("php://memory", "r+");
H A Dfileinode_variation.phpt22 fclose( fopen( $file1, "w" ) );
23 fclose( fopen( $file2, "w" ) );
57 fclose( fopen("$file_path/old.txt", "w") );
H A Dfscanf_variation10.phpt14 $file_handle = fopen($filename, "w");
20 $fp = fopen (__FILE__, "r");
47 $file_handle = fopen($filename, "r");
H A Dfscanf_variation29.phpt14 $file_handle = fopen($filename, "w");
20 $fp = fopen (__FILE__, "r");
47 $file_handle = fopen($filename, "r");
H A Dfscanf_variation35.phpt14 $file_handle = fopen($filename, "w");
20 $fp = fopen (__FILE__, "r");
42 $file_handle = fopen($filename, "r");
H A Dfscanf_variation4.phpt14 $file_handle = fopen($filename, "w");
21 $fp = fopen (__FILE__, "r");
43 $file_handle = fopen($filename, "r");
H A Dfscanf_variation41.phpt14 $file_handle = fopen($filename, "w");
20 $fp = fopen (__FILE__, "r");
42 $file_handle = fopen($filename, "r");
H A Dfscanf_variation47.phpt14 $file_handle = fopen($filename, "w");
20 $fp = fopen (__FILE__, "r");
42 $file_handle = fopen($filename, "r");
H A Dinclude_userstream_002.phpt17 $this->stream = fopen("test1://".substr($path, 8), $mode);
102 Warning: fopen(): test1:// wrapper is disabled in the server configuration by allow_url_include=0 i…
104 Warning: fopen(test1://hello): Failed to open stream: no suitable wrapper could be found in %sinclu…
H A Dfputcsv_variation16.phpt9 $stream = fopen('php://memory', 'w+');
H A Dbug20424.phpt5 $f = fopen(__FILE__, "r");
/php-src/ext/standard/tests/filters/
H A Dbug81475.phpt5 $stdout = fopen('php://stdout', 'wb');
/php-src/ext/exif/tests/
H A Dexif_thumbnail_streams.phpt10 $fp = fopen(__DIR__ . '/sony.jpg', 'rb');
/php-src/Zend/
H A Dzend_vm_trace_handlers.h71 f = fopen("zend_vm_trace.log", "w+"); in zend_vm_trace_finish()
87 f = fopen("zend_vm_trace.log", "r"); in zend_vm_trace_init()
/php-src/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1250_to_utf8_5.phpt2 Test fopen() for write to UTF-8 path with cp1250 specific symbols
27 $f = fopen($fn, 'w');
H A Dtest_cp932_2.phpt2 Test fopen() for write to cp932 path
30 $f = fopen($fn, 'w');
/php-src/ext/standard/tests/array/
H A Dbug68553.phpt8 $fd = fopen(__FILE__, "r");
16 ['a' => fopen(__FILE__, "r")],
/php-src/ext/phar/tests/zip/files/
H A Dmake_invalid_tar.php.inc7 $fp = fopen($this->path, 'r+b');
/php-src/ext/standard/tests/streams/
H A Dbug72221.phpt5 $fp = fopen("php://memory", "r+");
/php-src/ext/standard/tests/general_functions/
H A Dbug73973.phpt5 define('myerr', fopen('php://stderr', 'w'));
H A Dget_resource_type_basic.phpt7 $res = fopen(__FILE__, "r");

Completed in 28 milliseconds

1...<<11121314151617181920>>...50