Home
last modified time | relevance | path

Searched refs:open (Results 76 – 100 of 814) sorted by relevance

12345678910>>...33

/PHP-8.1/Zend/tests/
H A Dbug30998.phpt17 fopen(/tmp/blah): Failed to open stream: %s (2) in %s:%d
19 Warning: fopen(/tmp/blah): Failed to open stream: %s in %s on line %d
/PHP-8.1/ext/zip/tests/
H A Dbug53885.phpt11 $nx->open($fname);
22 Deprecated: ZipArchive::open(): Using empty file as ZipArchive is deprecated in %s
H A Dbug14962.phpt12 $za->open($dir . '/__14962.zip', ZIPARCHIVE::CREATE);
20 $za->open($dir . '/__14962.zip');
H A Dbug70350.phpt11 $archive->open("$dir/a.zip",ZipArchive::CREATE);
16 $archive2->open("$dir/a.zip");
H A Doo_stream.phpt11 if (!$zip->open($file)) {
30 exit("cannot open\n");
H A Dbug53579.phpt11 if (!$zip->open($file)) {
27 exit("cannot open\n");
H A Dbug70103.phpt13 $zip->open($dir . '/test.zip', ZipArchive::CREATE | ZipArchive::OVERWRITE);
18 $zip->open($dir . '/test.zip');
/PHP-8.1/ext/standard/tests/general_functions/
H A Dis_resource_basic.phpt45 echo "\nResource type..var_dump after file open returns\n";
47 echo "Resource type..after file open is_resource() returns";
79 Resource type..var_dump after file open returns
81 Resource type..after file open is_resource() returns TRUE
/PHP-8.1/ext/standard/tests/file/
H A Dbug52820.phpt48 (\* processing: file:\/\/\/i_dont_exist\/\n)?\* Couldn't open file \/i_dont_exist\/
53 (\* processing: file:\/\/\/i_dont_exist\/\n)?\* Couldn't open file \/i_dont_exist\/
58 (\* processing: file:\/\/\/i_dont_exist\/\n)?\* Couldn't open file \/i_dont_exist\/
63 (\* processing: file:\/\/\/i_dont_exist\/\n)?\* Couldn't open file \/i_dont_exist\/
H A Dfopen_variation14-win32.phpt101 Warning: fopen(file://fopen14.tmpDir\fopen_variation14.tmp): Failed to open stream: no suitable wra…
106 Warning: fopen(file://fopen14.tmpDir\fopen_variation14.tmp): Failed to open stream: no suitable wra…
111 Warning: fopen(file://fopen14.tmpDir/fopen_variation14.tmp): Failed to open stream: no suitable wra…
116 Warning: fopen(file://fopen14.tmpDir/fopen_variation14.tmp): Failed to open stream: no suitable wra…
121 Warning: fopen(file://./fopen14.tmpDir/fopen_variation14.tmp): Failed to open stream: no suitable w…
126 Warning: fopen(file://./fopen14.tmpDir/fopen_variation14.tmp): Failed to open stream: no suitable w…
131 Warning: fopen(file://.\fopen14.tmpDir\fopen_variation14.tmp): Failed to open stream: no suitable w…
136 Warning: fopen(file://.\fopen14.tmpDir\fopen_variation14.tmp): Failed to open stream: no suitable w…
153 Warning: fopen(file://../fopen14.tmpDir/fopen_variation14.tmp): Failed to open stream: no suitable …
158 Warning: fopen(file://../fopen14.tmpDir/fopen_variation14.tmp): Failed to open stream: no suitable …
[all …]
H A Dfopen_variation15-win32.phpt105 Warning: fopen(file://fopen15.tmpDir\fopen_variation15.tmp): Failed to open stream: no suitable wra…
110 Warning: fopen(file://fopen15.tmpDir\fopen_variation15.tmp): Failed to open stream: no suitable wra…
115 Warning: fopen(file://fopen15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable wra…
120 Warning: fopen(file://fopen15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable wra…
125 Warning: fopen(file://./fopen15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable w…
130 Warning: fopen(file://./fopen15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable w…
135 Warning: fopen(file://.\fopen15.tmpDir\fopen_variation15.tmp): Failed to open stream: no suitable w…
140 Warning: fopen(file://.\fopen15.tmpDir\fopen_variation15.tmp): Failed to open stream: no suitable w…
157 Warning: fopen(file://../fopen15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable …
162 Warning: fopen(file://../fopen15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable …
[all …]
H A Dinclude_userstream_003.phpt102 Warning: file_get_contents(test1://hello): Failed to open stream: no suitable wrapper could be foun…
107 Warning: include(test1://hello): Failed to open stream: no suitable wrapper could be found in %sinc…
113 Warning: fopen(test1://hello): Failed to open stream: no suitable wrapper could be found in %sinclu…
115 Warning: file_get_contents(test2://hello): Failed to open stream: "test::stream_open" call failed i…
120 Warning: fopen(test1://hello): Failed to open stream: no suitable wrapper could be found in %sinclu…
122 Warning: include(test2://hello): Failed to open stream: "test::stream_open" call failed in %sinclud…
H A Dfopen_variation10-win32.phpt91 Warning: fopen(c\fopen_variation10.tmp): Failed to open stream: No such file or directory in %s on …
96 Warning: fopen(\\fopen_variation10.tmp): Failed to open stream: No such file or directory in %s on …
101 Warning: fopen(/\fopen_variation10.tmp): Failed to open stream: No such file or directory in %s on …
109 Warning: fopen(c:adir\fopen_variation10.tmp): Failed to open stream: No such file or directory in %…
129 Warning: fopen(/sortout\fopen_variation10.tmp): Failed to open stream: No such file or directory in…
H A Dfopen_variation11-win32.phpt89 Warning: fopen(c\fopen_variation11.tmp): Failed to open stream: No such file or directory in %s on …
94 Warning: fopen(\\FOPEN_VARIATION11.TMP): Failed to open stream: No such file or directory in %s on …
99 Warning: fopen(\\FOPEN_VARIATION11.TMP): Failed to open stream: No such file or directory in %s on …
107 Warning: fopen(c:adir\fopen_variation11.tmp): Failed to open stream: No such file or directory in %…
127 Warning: fopen(/sortout\fopen_variation11.tmp): Failed to open stream: No such file or directory in…
/PHP-8.1/ext/session/tests/
H A Dbug31454.phpt12 array(&$arf, 'open'),
26 session_set_save_handler(): Argument #1 ($open) must be a valid callback, function "Array" not foun…
H A Dbug61728.phpt13 function open ($save_path, $session_name) {
40 session_set_save_handler ("open", "close", "read", "write", "destroy", "gc");
H A Dsession_set_save_handler_iface_002.phpt18 public function open($path, $name): bool;
29 public function open($path, $name): bool {
74 $ret = session_set_save_handler(array($handler, 'open'), array($handler, 'close'),
89 session_set_save_handler(): Argument #1 ($open) must be of type SessionHandlerInterface, MySession2…
/PHP-8.1/ext/phar/tests/
H A Dphar_gobyebye.phpt33 Warning: readfile(foo/hi): Failed to open stream: No such file or directory in phar://%sphar_gobyeb…
35 Warning: fopen(foo/hi): Failed to open stream: No such file or directory in phar://%sphar_gobyebye.…
37 Warning: file_get_contents(foo/hi): Failed to open stream: No such file or directory in phar://%sph…
46 Warning: opendir(foo/hi): Failed to open directory: No such file or directory in phar://%sphar_goby…
/PHP-8.1/ext/phar/tests/zip/files/
H A Dzipmaker.php.inc28 * @param string|resource file contents or open file handle
45 if (true !== $this->zip->open($this->path, ZIPARCHIVE::CREATE)) {
47 'Cannot open ZIP archive ' . $this->path
/PHP-8.1/sapi/cli/tests/
H A Dbug70264.phpt17 Warning: file_get_contents(http://%s/..\CREDITS): Failed to open stream: HTTP request failed! HTTP/…
20 Warning: file_get_contents(http://%s/..%5CCREDITS): Failed to open stream: HTTP request failed! HTT…
/PHP-8.1/ext/ftp/tests/
H A Dserver.inc195 fputs($s, "150 File status okay; about to open data connection\r\n");
200 fputs($s, "425 Can't open data connection\r\n");
234 fputs($s, "150 File status okay; about to open data connection\r\n");
239 fputs($s, "425 Can't open data connection\r\n");
277 fputs($s, "150 File status okay; about to open data connection\r\n");
279 fputs($s, "425 Can't open data connection\r\n");
283 fputs($s, "125 Data connection already open; transfer starting.\r\n");
335 fputs($s, "425 Can't open data connection\r\n");
486 fputs($s, "150 File status okay; about to open data connection\r\n");
488 fputs($s, "425 Can't open data connection\r\n");
[all …]
/PHP-8.1/ext/standard/tests/streams/
H A Dbug73457.phpt2 Bug #73457. Wrong error message when fopen FTP wrapped fails to open data connection
22 Warning: file_get_contents(ftp://127.0.0.1:%d/bug73457): Failed to open stream: Failed to set up da…
/PHP-8.1/ext/oci8/tests/
H A Dimp_res_get_close_3.phpt29 open c1 for select 1 from dual union all select 2 from dual;
31 open c1 for select 3 from dual union all select 4 from dual;
33 open c1 for select 5 from dual union all select 6 from dual;
/PHP-8.1/ext/standard/tests/http/
H A Dbug60570.phpt42 Warning: file_get_contents(http://%s:%d): Failed to open stream: HTTP request failed! HTTP/1.0 404 …
45 Warning: file_get_contents(http://%s:%d): Failed to open stream: HTTP request failed! HTTP/1.0 404 …
48 Warning: file_get_contents(http://%s:%d): Failed to open stream: HTTP request failed! HTTP/1.0 404 …
/PHP-8.1/ext/dba/tests/
H A Ddba_db4_016.phpt35 var_dump(dba_insert("key1", "second open test", $db_file));
36 var_dump(dba_insert("key2", "second open test row 2", $db_file));
61 second open test row 2

Completed in 35 milliseconds

12345678910>>...33