Home
last modified time | relevance | path

Searched refs:open (Results 226 – 250 of 814) sorted by relevance

12345678910>>...33

/PHP-8.1/ext/standard/tests/strings/
H A Dbug68996.phpt11 <b>Warning</b>: fopen(�c): Failed to open stream: No such file or directory in <b>%sbug68996.php</…
H A D006.phpt13 …AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA): Failed to open stream: %s006.php o…
/PHP-8.1/ext/oci8/tests/
H A Dimp_res_get_5.phpt35 open c1 for select 1 from dual union all select 2 from dual;
37 open c1 for select 3 from dual union all select 4 from dual;
39 open c1 for select 5 from dual union all select 6 from dual;
H A Dimp_res_get_dbmsoutput.phpt42 open c1 for select * from imp_res_get_dbmsoutput_tab_1 order by 1;
45 open c1 for select * from imp_res_get_dbmsoutput_tab_2 order by 1;
48 open c1 for select * from dual;
/PHP-8.1/ext/phar/tests/
H A Dwebphar_compilefail.phpt2 Phar: Phar::webPhar, open compiled file fails
H A Dbug81726.phpt11 Warning: fopen(phar://%s): Failed to open stream: unable to decompress gzipped phar archive "%s" in…
H A Dopen_for_write_newfile_b.phpt28 Warning: fopen(phar://%sopen_for_write_newfile_b.phar.php/b/new.php): Failed to open stream: phar e…
32 Warning: include(phar://%sopen_for_write_newfile_b.phar.php/b/new.php): Failed to open stream: phar…
H A Dopen_for_write_newfile_c.phpt28 Warning: fopen(phar://%sopen_for_write_newfile_c.phar.php/b/new.php): Failed to open stream: phar e…
32 Warning: include(phar://%sopen_for_write_newfile_c.phar.php/b/new.php): Failed to open stream: phar…
/PHP-8.1/ext/sqlite3/tests/
H A Dsqlite3_31_open.phpt13 $db->open(__DIR__ . '/db1.db');
/PHP-8.1/ext/standard/tests/file/
H A Dbug35740.phpt11 Warning: include(%s): Failed to open stream: %s in %s on line %d
H A Dcopy_error.phpt14 Warning: copy(/no/file): Failed to open stream: No such file or directory in %s on line %d
/PHP-8.1/ext/pgsql/tests/
H A Dno_link_open.phpt2 Using pg function with default link while no link open
/PHP-8.1/ext/standard/tests/dir/
H A Dreaddir_variation6.phpt22 // open the directory
25 // open the same directory again without closing it
/PHP-8.1/ext/zip/tests/
H A Doo_externalattributes.phpt12 $r = $zip->open($name, ZIPARCHIVE::CREATE);
21 $r = $zip->open($name);
H A Doo_extract.phpt11 if ($zip->open($file) !== TRUE) {
12 echo "open failed.\n";
H A Dbug80833.phpt11 $create_zip->open(__DIR__ . "/80833.zip", ZipArchive::CREATE);
30 $extract_zip->open(__DIR__ . "/80833.zip", ZipArchive::RDONLY);
H A Dbug72258.phpt11 $res = $zip->open($fn);
H A Dbug11216.phpt8 $archive->open('__test.zip', ZIPARCHIVE::CREATE);
H A Dbug_gh8781.phpt13 $zip->open($file, ZipArchive::CREATE | ZipArchive::OVERWRITE);
/PHP-8.1/ext/session/tests/
H A Dsession_set_save_handler_sid_002.phpt21 public function open($path, $name): bool {
62 session_set_save_handler(array($handler, 'open'), array($handler, 'close'),
/PHP-8.1/ext/standard/tests/image/
H A Dgetimagesize_variation3.phpt46 Warning: getimagesize(%snofile.ext): Failed to open stream: No such file or directory in %s on line…
49 Warning: getimagesize(%snofile.ext): Failed to open stream: No such file or directory in %s on line…
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_trace_pread.c35 mem_file = open(buf, O_RDONLY); in fpm_trace_ready()
/PHP-8.1/ext/zip/examples/
H A Dget_set_comments.php5 $z->open('t.zip');
/PHP-8.1/Zend/tests/
H A Drequire_once_warning_to_exception.phpt19 require_once(does-not-exist.php): Failed to open stream: No such file or directory
/PHP-8.1/ext/xmlreader/tests/
H A Dbug73053.phpt15 var_dump($xml->open($xmlfile, null, LIBXML_PARSEHUGE));

Completed in 149 milliseconds

12345678910>>...33