Home
last modified time | relevance | path

Searched refs:open (Results 51 – 75 of 814) sorted by relevance

12345678910>>...33

/PHP-8.1/ext/standard/tests/file/
H A Dstream_rfc2397_002.phpt54 Warning: fopen(data://): Failed to open stream: rfc2397: no comma in URL in %sstream_rfc2397_002.ph…
73 Warning: fopen(data://;base64): Failed to open stream: rfc2397: no comma in URL in %sstream_rfc2397…
75 Warning: fopen(data://foo,): Failed to open stream: rfc2397: illegal media type in %sstream_rfc2397…
77 Warning: fopen(data://foo=bar,): Failed to open stream: rfc2397: illegal media type in %sstream_rfc…
98 Warning: fopen(data://text/plain;foo,): Failed to open stream: rfc2397: illegal parameter in %sstre…
121 Warning: fopen(data://text/plain;foo=bar;bla,): Failed to open stream: rfc2397: illegal parameter i…
144 Warning: fopen(data://text/plain;foo=bar;bar=baz): Failed to open stream: rfc2397: no comma in URL …
/PHP-8.1/ext/oci8/tests/
H A Dimp_res_2.phpt29 open c1 for select * from dual where 1 = 0;
36 open c1 for select * from dual;
38 open c1 for select * from dual where 1 = 0;
45 open c1 for select * from dual where 1 = 0;
47 open c1 for select * from dual;
/PHP-8.1/ext/standard/tests/dir/
H A Dbug80960.phpt16 Warning: opendir(notexist*): Failed to open directory: No such file or directory in %s on line %d
20 Warning: opendir(notexist?): Failed to open directory: No such file or directory in %s on line %d
24 Warning: opendir(longname%r_+%r): Failed to open directory: Filename too long in %s on line %d
H A Ddir_variation4.phpt6 * Testing the behavior of dir() function by trying to open a
7 * directory which is already open.
23 // open the directory
27 // open the same directory again without closing it
H A Ddir_variation9.phpt37 // open the directory with valid paths
44 // open the directory with invalid path
100 Warning: dir(%s/dir_variation91/sub_dir12/sub_dir111/..): Failed to open directory: %s in %s on lin…
103 Warning: dir(%s/dir_variation92/sub_dir21/../dir_variation91): Failed to open directory: %s in %s o…
106 Warning: dir(%s/dir_variation92/sub_dir21/../../dir_variation91/sub_dir12/..): Failed to open direc…
109 …ion91/sub_dir11/sub_dir111/../../dir_variation92/sub_dir21/..): Failed to open directory: %s in %s…
H A Ddir_variation4-win32-mb.phpt12 * Testing the behavior of dir() function by trying to open a
13 * directory which is already open.
29 // open the directory
33 // open the same directory again without closing it
H A Dopendir_variation6-win32.phpt50 Warning: opendir(%s/opendir_var*): Failed to open directory: %s in %s on line %d
55 Warning: opendir(%s/*): Failed to open directory: %s in %s on line %d
62 Warning: opendir(%s/opendir_variation6/sub_dir?): Failed to open directory: %s in %s on line %d
67 Warning: opendir(%s/opendir_variation6/sub?dir1): Failed to open directory: %s in %s on line %d
H A Dscandir_variation6.phpt49 Warning: scandir(%s/scandir_var*): Failed to open directory: %s in %s on line %d
54 Warning: scandir(%s/*): Failed to open directory: %s in %s on line %d
61 Warning: scandir(%s/scandir_variation6/sub_dir?): Failed to open directory: %s in %s on line %d
66 Warning: scandir(%s/scandir_variation6/sub?dir1): Failed to open directory: %s in %s on line %d
/PHP-8.1/ext/session/tests/
H A Dsession_module_name_variation3.phpt17 function open($save_path, $session_name) {
28 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
43 #0 [internal function]: open('', 'PHPSESSID')
H A Dsession_set_save_handler_error2.phpt16 function open($save_path, $session_name) { return true; }
23 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
33 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
H A Dbug32330.phpt21 echo "open: path = {$path}, name = {$name}\n";
74 open: path = %s, name = sid
79 open: path = %s, name = sid
84 open: path = %s, name = sid
H A Dbug60634_error_1.phpt16 function open($save_path, $session_name) {
42 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
49 may keep "open" state.
H A Dsession_module_name_variation2.phpt14 function open($save_path, $session_name) { }
22 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
/PHP-8.1/ext/session/
H A Dsession.stub.php52 * @param callable|object $open
56 $open, argument
79 public function open(string $path, string $name): bool; function
115 public function open(string $path, string $name): bool {} function in SessionHandler
/PHP-8.1/ext/xml/tests/
H A Dxml_parse_into_struct_variation.phpt54 [type] => open
61 [type] => open
83 [type] => open
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_perf_dump.c130 fd = open("/proc/self/exe", O_RDONLY); in zend_jit_perf_jitdump_open()
132 fd = open("/proc/curproc/exe", O_RDONLY); in zend_jit_perf_jitdump_open()
140 fd = open(path, O_RDONLY); in zend_jit_perf_jitdump_open()
142 fd = open("/proc/self/path/a.out", O_RDONLY); in zend_jit_perf_jitdump_open()
150 fd = open(path, O_RDONLY); in zend_jit_perf_jitdump_open()
169 jitdump_fd = open(filename, O_CREAT | O_TRUNC | O_RDWR, 0666); in zend_jit_perf_jitdump_open()
/PHP-8.1/ext/xmlreader/tests/
H A Dbug73246.phpt8 $reader->open(__FILE__, "UTF\0-8");
12 Warning: XMLReader::open(): Encoding must not contain NUL bytes in %s on line %d
H A Dstatic.phpt2 Calling XMLReader::open() and ::XML() statically
13 $reader = XMLReader::open($filename);
/PHP-8.1/ext/zip/tests/
H A Dbug8700.phpt12 if ($zip->open($filename) === FALSE) {
13 exit("cannot open $filename\n");
H A Dbug8009.phpt14 if (!$zip->open($filename)) {
15 exit("cannot open $filename\n");
H A Dbug81490.phpt10 $zip->open(__DIR__ . "/bug81490.zip", ZipArchive::CREATE|ZipArchive::OVERWRITE);
13 $zip->open(__DIR__ . "/bug81490.zip");
/PHP-8.1/ext/zlib/tests/
H A Dgzopen_variation9.phpt28 Warning: gzopen(): Cannot open a zlib stream for reading and writing at the same time! in %s on lin…
36 Warning: gzopen(): Cannot open a zlib stream for reading and writing at the same time! in %s on lin…
41 Warning: gzopen(%s/004.txt.gz): Failed to open stream: %s in %s on line %d
/PHP-8.1/ext/standard/tests/filters/
H A Dbug22538.phpt18 $fp = fopen($path1, "w") or die("Can not open $path1\n");
27 $fin = fopen($path1, "r") or die("Can not open $path1\n");
28 $fout = fopen($path2, "w") or die("Can not open $path2\n");
/PHP-8.1/tests/security/
H A Dopen_basedir_file_put_contents.phpt34 Warning: file_put_contents(../bad/bad.txt): Failed to open stream: %s in %s on line %d
39 Warning: file_put_contents(.././bad/bad.txt): Failed to open stream: %s in %s on line %d
44 Warning: file_put_contents(../bad/../bad/bad.txt): Failed to open stream: %s in %s on line %d
49 Warning: file_put_contents(./.././bad/bad.txt): Failed to open stream: %s in %s on line %d
54 Warning: file_put_contents%s/test/bad/bad.txt): Failed to open stream: %s in %s on line %d
/PHP-8.1/ext/intl/tests/
H A Dtransliterator_transliterate_variant1.phpt33 Warning: transliterator_transliterate(): transliterator_create: unable to open ICU transliterator w…
35 … transliterator with ID "inexistent id" (transliterator_create: unable to open ICU transliterator …
37 transliterator_create: unable to open ICU transliterator with id "inexistent id": U_INVALID_ID

Completed in 38 milliseconds

12345678910>>...33