Home
last modified time | relevance | path

Searched refs:open (Results 126 – 150 of 816) sorted by relevance

12345678910>>...33

/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dbug71509.phpt29 $return_code = $zipfile->open($outputfile_zip, ZipArchive::CREATE);
30 if ($return_code != true) die("Failed to open file: " . $return_code);
/PHP-7.4/ext/zip/tests/
H A Dbug77978.phpt15 $zip->open($file, ZipArchive::CREATE|ZipArchive::OVERWRITE);
19 $zip->open($file);
H A Dstream_meta_data.phpt13 if (!$zip->open($file)) {
28 exit("cannot open\n");
H A Dbug7658.phpt31 if(!$zip->open($file)) {
40 $zip->open($file);
H A Doo_addfile.phpt17 if (!$zip->open($file)) {
43 if (!$zip->open($file)) {
/PHP-7.4/ext/standard/tests/file/
H A Dfscanf_error.phpt16 exit("Error:failed to open file $filename");
26 exit("Error:failed to open file $filename");
36 exit("Error:failed to open file $filename");
50 exit("Error:failed to open file $filename");
H A Dfopen_variation14.phpt100 Warning: fopen(file://fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable wra…
105 Warning: fopen(file://fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable wra…
110 Warning: fopen(file://./fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable w…
115 Warning: fopen(file://./fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable w…
124 Warning: fopen(file://../fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable …
129 Warning: fopen(file://../fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable …
H A Dfopen_variation15.phpt104 Warning: fopen(file://fopen15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable wra…
109 Warning: fopen(file://fopen15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable wra…
114 Warning: fopen(file://./fopen15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable w…
119 Warning: fopen(file://./fopen15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable w…
128 Warning: fopen(file://../fopen15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable …
133 Warning: fopen(file://../fopen15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable …
H A Dfopen_variation10-win32.phpt98 Warning: fopen(c\fopen_variation10.tmp): failed to open stream: No such file or directory in %s on …
105 Warning: fopen(\\fopen_variation10.tmp): failed to open stream: No such file or directory in %s on …
112 Warning: fopen(/\fopen_variation10.tmp): failed to open stream: No such file or directory in %s on …
122 Warning: fopen(c:adir\fopen_variation10.tmp): failed to open stream: No such file or directory in %…
144 Warning: fopen(/sortout\fopen_variation10.tmp): failed to open stream: No such file or directory in…
H A Dfopen_variation11-win32.phpt96 Warning: fopen(c\fopen_variation11.tmp): failed to open stream: No such file or directory in %s on …
103 Warning: fopen(\\FOPEN_VARIATION11.TMP): failed to open stream: No such file or directory in %s on …
110 Warning: fopen(\\FOPEN_VARIATION11.TMP): failed to open stream: No such file or directory in %s on …
120 Warning: fopen(c:adir\fopen_variation11.tmp): failed to open stream: No such file or directory in %…
142 Warning: fopen(/sortout\fopen_variation11.tmp): failed to open stream: No such file or directory in…
/PHP-7.4/ext/phar/
H A Dgdbhelp64 printf "phar %s is open (%i)\n", $pharname, $pharrefcount
72 printf "phar %s file %s is open (%i)\n", $pharname, (*(phar_entry_info *)$m->pData).filename, $a
83 …displays all open file pointers in phar, and the phars plus entries that are open with reference c…
/PHP-7.4/ext/session/tests/
H A Dsession_set_save_handler_iface_002.phpt22 public function open($path, $name);
33 public function open($path, $name) {
75 $ret = session_set_save_handler(array($handler, 'open'), array($handler, 'close'),
H A Dbug60634_error_3.phpt14 function open($save_path, $session_name) {
40 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dbug60634_error_4.phpt14 function open($save_path, $session_name) {
40 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A D004.phpt18 function open($save_path, $session_name)
56 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
68 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
/PHP-7.4/ext/oci8/tests/
H A Dimp_res_close.phpt28 open c1 for select 1 from dual union all select 2 from dual order by 1;
30 open c1 for select 3 from dual union all select 4 from dual order by 1;
32 open c1 for select 5 from dual union all select 6 from dual order by 1;
H A Dimp_res_get_all.phpt25 open c1 for select 1 from dual union all select 2 from dual;
27 open c1 for select 3 from dual union all select 4 from dual;
29 open c1 for select 5 from dual union all select 6 from dual;
H A Dimp_res_get_close_1.phpt28 open c1 for select 1 from dual union all select 2 from dual;
30 open c1 for select 3 from dual union all select 4 from dual;
32 open c1 for select 5 from dual union all select 6 from dual;
/PHP-7.4/ext/zip/examples/
H A Daddpattern.php3 $z->open('a.zip', ZIPARCHIVE::CREATE);
H A Daddglob.php4 $z->open('a.zip', ZIPARCHIVE::CREATE);
H A Dim.php7 $z->open(dirname(__FILE__) . '/test_im.zip');
/PHP-7.4/ext/phar/tests/
H A Dcreate_new_phar_b.phpt20 Warning: file_put_contents(phar://%screate_new_phar_b.phar.php/a.php): failed to open stream: phar …
22 Warning: include(phar://%screate_new_phar_b.phar.php/a.php): failed to open stream: %s in %screate_…
/PHP-7.4/ext/phar/tests/tar/
H A Dcreate_new_phar_b.phpt20 Warning: file_put_contents(phar://%screate_new_phar_b.phar.tar/a.php): failed to open stream: phar …
22 Warning: include(phar://%screate_new_phar_b.phar.tar/a.php): failed to open stream: %s in %screate_…
/PHP-7.4/ext/phar/tests/zip/
H A Dcreate_new_phar_b.phpt20 Warning: file_put_contents(phar://%screate_new_phar_b.phar.zip/a.php): failed to open stream: phar …
22 Warning: include(phar://%screate_new_phar_b.phar.zip/a.php): failed to open stream: %s in %screate_…
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation4.phpt14 echo "\nChange to file's directory and open with a relative path:\n";
51 Change to file's directory and open with a relative path:

Completed in 34 milliseconds

12345678910>>...33