Home
last modified time | relevance | path

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

12345678910>>...33

/PHP-8.1/ext/standard/tests/file/
H A Dparse_ini_file_variation6.phpt86 …iFileVar6Sub//..//../parseIniFileVar6Sub/ParseIniFileVar6.ini): Failed to open stream: No such fil…
91 …iFileVar6.dir/parseIniFileVar6Sub/BADDIR/ParseIniFileVar6.ini): Failed to open stream: No such fil…
120 Warning: parse_ini_file(BADDIR/ParseIniFileVar6.ini): Failed to open stream: No such file or direct…
H A Dparse_ini_file_error.phpt25 Warning: parse_ini_file(%s): Failed to open stream: No such file or directory in %s on line %d
30 Warning: parse_ini_file(%s): Failed to open stream: No such file or directory in %s on line %d
H A Dfile_get_contents_variation7-win32-mb.phpt81 …..\fileGetContentsVar7Sub私はガラスを食べられます\FileGetContentsVar7.tmp): Failed to open stream: No such fil…
86 …GetContentsVar7Sub私はガラスを食べられます\BADDIR\FileGetContentsVar7.tmp): Failed to open stream: No such fil…
103 Warning: file_get_contents(BADDIR\FileGetContentsVar7.tmp): Failed to open stream: No such file or …
H A Dfile_get_contents_variation7-win32.phpt81 …ar7Sub\\..\\..\fileGetContentsVar7Sub\FileGetContentsVar7.tmp): Failed to open stream: No such fil…
86 …ar7.dir\fileGetContentsVar7Sub\BADDIR\FileGetContentsVar7.tmp): Failed to open stream: No such fil…
103 Warning: file_get_contents(BADDIR\FileGetContentsVar7.tmp): Failed to open stream: No such file or …
H A Dfile_variation8-win32.phpt93 …\..\\\fileVar8Sub\\..\\..\fileVar8Sub\FileGetContentsVar7.tmp): Failed to open stream: No such fil…
98 Warning: file(%sfileVar8.dir\fileVar8Sub\BADDIR\FileGetContentsVar7.tmp): Failed to open stream: No…
127 Warning: file(BADDIR\FileGetContentsVar7.tmp): Failed to open stream: No such file or directory in …
/PHP-8.1/ext/session/tests/
H A D005.phpt20 function open($save_path, $session_name): bool
59 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
73 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
86 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
H A D025.phpt21 function open($save_path, $session_name): bool
60 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
74 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
90 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
H A Dbug60634_error_3.phpt16 function open($save_path, $session_name) {
42 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dsession_set_save_handler_class_003.phpt19 public function open($path, $name): bool {
21 return parent::open($path, $name);
H A D024.phpt21 function open($save_path, $session_name): bool
59 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
74 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
H A D004.phpt20 function open($save_path, $session_name): bool
58 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
70 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) {
/PHP-8.1/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-8.1/ext/zip/examples/
H A Daddglob.php4 $z->open('a.zip', ZIPARCHIVE::CREATE);
H A Daddpattern.php3 $z->open('a.zip', ZIPARCHIVE::CREATE);
H A Dim.php7 $z->open(dirname(__FILE__) . '/test_im.zip');
/PHP-8.1/ext/zip/tests/
H A Doo_rename.phpt14 if (!$zip->open($file, ZIPARCHIVE::CREATE)) {
29 if (!$zip->open($file)) {
H A Dbug51353.phpt19 $r = $zip->open("$base_path/51353.zip", ZIPARCHIVE::CREATE | ZIPARCHIVE::OVERWRITE);
30 $r = $zip->open("$base_path/51353.zip");
/PHP-8.1/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation4.phpt14 echo "\nChange to file's directory and open with a relative path:\n";
51 Change to file's directory and open with a relative path:
/PHP-8.1/ext/oci8/tests/
H A Dimp_res_cursor.phpt41 open c1 for select * from dual;
44open c1 for select cursor(select c1, c2 from imp_res_cursor_tab_1 order by 1) as curs from dual;
47 open c1 for select * from imp_res_cursor_tab_2 where rownum < 3 order by 1;
H A Dimp_res_get_cursor.phpt41open c1 for select cursor(select c1, c2 from imp_res_get_cursor_tab_1 order by 1) as curs from dua…
44 open c1 for select * from imp_res_get_cursor_tab_2 where rownum < 3 order by 1;
47 open c1 for select * from dual;
H A Dimp_res_get_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/tests/output/
H A Dbug60282.phpt2 Bug #60282 (Segfault when using ob_gzhandler() with open buffers)
/PHP-8.1/Zend/tests/
H A Dbug55445.phpt2 Bug #55445 (Lexer error with short open tags)
/PHP-8.1/ext/standard/tests/dir/
H A Dscandir_error2.phpt30 Warning: scandir(%s/idonotexist): Failed to open directory: %s in %s on line %d
37 Warning: scandir(/idonotexist): Failed to open directory: %s in %s on line %d

Completed in 34 milliseconds

12345678910>>...33