Home
last modified time | relevance | path

Searched refs:open (Results 201 – 225 of 814) sorted by relevance

12345678910>>...33

/PHP-8.1/ext/standard/tests/file/
H A Dinclude_userstream_002.phpt2 local user streams must not be able to open() url's
103 Warning: fopen(test1://hello): Failed to open stream: no suitable wrapper could be found in %sinclu…
105 Warning: include(test2://hello): Failed to open stream: "test::stream_open" call failed in %sinclud…
H A Dbug76735.phpt8 Warning: fopen(%s): Failed to open stream: `Q' is not a valid mode for fopen in %s on line %d
H A Dfscanf_variation54.phpt29 exit("Error:failed to open file $filename");
44 exit("Error:failed to open file $filename");
H A Dfile_get_contents_error_folder-win.phpt12 Warning: file_get_contents(%s): Failed to open stream: Permission denied in %s on line %d
/PHP-8.1/ext/zip/examples/
H A Dodt.php5 $reader->open('zip://' . dirname(__FILE__) . '/test.odt#meta.xml');
H A Dset_compression.php10 if (!$zip->open($filename, ZIPARCHIVE::CREATE | ZipArchive::OVERWRITE)) {
H A Ddir.php8 $za->open('test_with_comment.zip');
H A Dcreate.php11 if (!$zip->open($filename, ZIPARCHIVE::CREATE)) {
H A Dfopen.php22 $z->open(dirname(__FILE__) . '/test.zip');
/PHP-8.1/ext/sqlite3/tests/
H A Dsqlite3_open_empty_string.phpt2 SQLite3::open test with empty string argument via the constructor
H A Dsqlite3_01_open-mb.phpt2 SQLite3::open/close tests
H A Dsqlite3_02_open.phpt2 SQLite3::open test, testing for function parameters
/PHP-8.1/sapi/phpdbg/tests/
H A Dbug76801.phpt2 include()ing files should not raise "too many open files" error
/PHP-8.1/ext/xmlreader/tests/
H A D012.phpt45 $reader->open($file);
54 $reader->open(__DIR__ . '/012.xml');
/PHP-8.1/ext/zip/tests/
H A Doo_setmtime.phpt21 if (!$zip->open($file, ZIPARCHIVE::CREATE)) {
50 if (!$zip->open($file)) {
H A Doo_setcomment.phpt14 if (!$zip->open($file, ZIPARCHIVE::CREATE)) {
39 if (!$zip->open($file)) {
H A Doo_close.phpt10 if (!$zip->open($dirname . 'test.zip')) {
H A Doo_count.phpt12 if (!$zip->open($file)) {
H A Dbug72660.phpt12 $zip->open(__DIR__ . "/bug72660.zip", ZIPARCHIVE::CREATE);
/PHP-8.1/ext/oci8/tests/
H A Dimp_res_call_error.phpt29 open c1 for select * from dual;
31 open c1 for select * from dual;
H A Dimp_res_cancel.phpt28 open c1 for select 1 from dual union all select 2 from dual;
30 open c2 for select 3 from dual;
/PHP-8.1/ext/session/tests/
H A Dsession_set_save_handler_sid_001.phpt20 public function open($path, $name): bool {
60 session_set_save_handler(array($handler, 'open'), array($handler, 'close'),
H A Dsession_set_save_handler_variation4.phpt31 session_set_save_handler("open", "close", "read", "write", "destroy", "noisy_gc");
41 session_set_save_handler("open", "close", "read", "write", "destroy", "noisy_gc");
/PHP-8.1/ext/pgsql/tests/
H A D05large_object.phpt24 echo "open/read/tell/seek/close LO\n";
39 echo "open/read_all/close LO\n";
108 open/read/tell/seek/close LO
118 open/read_all/close LO
/PHP-8.1/ext/standard/tests/streams/
H A Dbug74951.phpt13 Warning: fopen(e0ploit://): Failed to open stream: operation failed in %s%ebug74951.php on line 7

Completed in 25 milliseconds

12345678910>>...33