Home
last modified time | relevance | path

Searched refs:open (Results 151 – 175 of 816) sorted by relevance

12345678910>>...33

/PHP-7.4/ext/zip/tests/
H A Doo_rename.phpt16 if (!$zip->open($file, ZIPARCHIVE::CREATE)) {
31 if (!$zip->open($file)) {
H A Dbug51353.phpt18 $r = $zip->open("$base_path/51353.zip", ZIPARCHIVE::CREATE | ZIPARCHIVE::OVERWRITE);
29 $r = $zip->open("$base_path/51353.zip");
/PHP-7.4/ext/session/tests/
H A D005.phpt18 function open($save_path, $session_name)
57 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
71 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
84 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
H A D025.phpt19 function open($save_path, $session_name)
58 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
72 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
88 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
H A Dsave_handler_closures.inc5 foreach (array ('open', 'close', 'read', 'write', 'destroy', 'gc') as $fn) {
H A D024.phpt19 function open($save_path, $session_name)
57 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
72 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
H A Dsession_set_save_handler_class_003.phpt23 public function open($path, $name) {
25 return parent::open($path, $name);
H A Dsession_set_save_handler_class_013.phpt23 public function open($path, $name) {
26 return parent::open($path, $name);
H A Dsession_set_save_handler_variation5.phpt19 …* Prototype : bool session_set_save_handler(callback $open, callback $close, callback $read, callb…
37 var_dump(session_set_save_handler("open", "close", "read", "write", "destroy", "noisy_gc", "create_…
46 var_dump(session_set_save_handler("open", "close", "read", "write", "destroy", "noisy_gc", "create_…
/PHP-7.4/Zend/tests/
H A Dbug55445.phpt2 Bug #55445 (Lexer error with short open tags)
/PHP-7.4/ext/gd/libgd/
H A Dgd_bmp.c782 im->open[i] = 1; in bmp_read_palette()
837 if (im->open[index]) { in bmp_read_1bit()
838 im->open[index] = 0; in bmp_read_1bit()
907 if (im->open[index]) { in bmp_read_4bit()
908 im->open[index] = 0; in bmp_read_4bit()
918 if (im->open[index]) { in bmp_read_4bit()
919 im->open[index] = 0; in bmp_read_4bit()
993 if (im->open[index]) { in bmp_read_8bit()
994 im->open[index] = 0; in bmp_read_8bit()
1042 im->open[index] = 0; in bmp_read_rle()
[all …]
/PHP-7.4/ext/zip/examples/
H A DextractAll.php5 $zip->open("test.zip");
H A Dextract.php9 $zip->open("test.zip");
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)) {
/PHP-7.4/ext/standard/tests/dir/
H A Dopendir_error2.phpt36 Warning: opendir(%s/idonotexist): failed to open dir: %s in %s on line %d
41 Warning: opendir(idonotexist): failed to open dir: %s in %s on line %d
/PHP-7.4/ext/standard/tests/file/
H A Dfscanf_variation1.phpt21 exit("Error:failed to open file $filename");
26 // open file for reading
H A Dfile_variation8.phpt91 …/..///fileVar8Sub//..//../fileVar8Sub/FileGetContentsVar7.tmp): failed to open stream: No such fil…
96 Warning: file(%sfileVar8.dir/fileVar8Sub/BADDIR/FileGetContentsVar7.tmp): failed to open stream: No…
125 Warning: file(BADDIR/FileGetContentsVar7.tmp): failed to open stream: No such file or directory in …
H A Dparse_ini_file_variation6.phpt92 …iFileVar6Sub//..//../parseIniFileVar6Sub/ParseIniFileVar6.ini): failed to open stream: No such fil…
97 …iFileVar6.dir/parseIniFileVar6Sub/BADDIR/ParseIniFileVar6.ini): failed to open stream: No such fil…
126 Warning: parse_ini_file(BADDIR/ParseIniFileVar6.ini): failed to open stream: No such file or direct…
H A Dreadfile_variation9.phpt81 …b/..///readfileVar8Sub//..//../readfileVar8Sub/fileToRead.tmp): failed to open stream: No such fil…
85 Warning: readfile(%sreadfileVar8Sub/BADDIR/fileToRead.tmp): failed to open stream: No such file or …
97 Warning: readfile(BADDIR/fileToRead.tmp): failed to open stream: No such file or directory in %s on…
H A Dfile_get_contents_variation7.phpt79 …ar7Sub//..//../fileGetContentsVar7Sub/FileGetContentsVar7.tmp): failed to open stream: No such fil…
84 …ar7.dir/fileGetContentsVar7Sub/BADDIR/FileGetContentsVar7.tmp): failed to open stream: No such fil…
101 Warning: file_get_contents(BADDIR/FileGetContentsVar7.tmp): failed to open stream: No such file or …
/PHP-7.4/ext/oci8/tests/
H A Dimp_res_cursor.phpt40 open c1 for select * from dual;
43open c1 for select cursor(select c1, c2 from imp_res_cursor_tab_1 order by 1) as curs from dual;
46 open c1 for select * from imp_res_cursor_tab_2 where rownum < 3 order by 1;
H A Dimp_res_get_cursor.phpt40open c1 for select cursor(select c1, c2 from imp_res_get_cursor_tab_1 order by 1) as curs from dua…
43 open c1 for select * from imp_res_get_cursor_tab_2 where rownum < 3 order by 1;
46 open c1 for select * from dual;
/PHP-7.4/tests/output/
H A Dbug60282.phpt2 Bug #60282 (Segfault when using ob_gzhandler() with open buffers)
/PHP-7.4/ext/phar/tests/tar/
H A Dbug64343.phpt2 Bug #64343 (phar cannot open tars with pax headers)

Completed in 30 milliseconds

12345678910>>...33