Home
last modified time | relevance | path

Searched refs:open (Results 1 – 25 of 816) sorted by relevance

12345678910>>...33

/PHP-7.4/ext/oci8/tests/
H A Dimp_res_7.phpt28 open c1 for select 1 from dual;
30 open c1 for select 2 from dual;
32 open c1 for select 3 from dual;
34 open c1 for select 4 from dual;
36 open c1 for select 5 from dual;
38 open c1 for select 6 from dual;
40 open c1 for select 7 from dual;
42 open c1 for select 8 from dual;
44 open c1 for select 9 from dual;
46 open c1 for select 10 from dual;
[all …]
/PHP-7.4/ext/session/tests/
H A Dsessionhandler_open_001.phpt2 Testing repated SessionHandler::open() calls
10 $x->open('','');
11 $x->open('','');
12 $x->open('','');
13 $x->open('','');
19 Warning: SessionHandler::open(): Session is not active in %s on line 5
21 Warning: SessionHandler::open(): Session is not active in %s on line 6
23 Warning: SessionHandler::open(): Session is not active in %s on line 7
25 Warning: SessionHandler::open(): Session is not active in %s on line 8
H A Dsession_set_save_handler_class_012.phpt2 Test session_set_save_handler() : incorrect arguments for existing handler open
20 echo "*** Testing session_set_save_handler() : incorrect arguments for existing handler open ***\n";
24 public function open($path, $name) {
29 return (null === parent::open());
45 *** Testing session_set_save_handler() : incorrect arguments for existing handler open ***
48 Warning: SessionHandler::open() expects exactly 2 parameters, 0 given in %s on line %d
51 Warning: SessionHandler::read(): Parent session handler is not open in %s on line %d
53 Warning: SessionHandler::close(): Parent session handler is not open in %s on line %d
/PHP-7.4/ext/zip/tests/
H A Doo_open.phpt2 zip::open() function
12 $r = $zip->open($dirname . 'nofile');
19 $r = $zip->open($dirname . 'nofile', ZIPARCHIVE::CREATE);
28 $zip->open('');
30 if (!$zip->open($dirname . 'test.zip')) {
44 Warning: ZipArchive::open(): Empty string as source in %s on line %d
H A Dbug47667.phpt13 if ($zip->open($filename, ZipArchive::CREATE) !== true) {
14 exit("Unable to open the zip file");
22 if ($zip->open($filename, ZipArchive::OVERWRITE) !== true) {
23 exit("Unable to open the zip file");
30 if ($zip->open($filename, ZipArchive::CREATE) !== true) {
31 exit("Unable to open the zip file");
/PHP-7.4/ext/xmlreader/tests/
H A Dopen_error.phpt2 XMLReader: open error
8 var_dump($reader->open(__DIR__.'/missing-file.xml'));
12 Warning: XMLReader::open(): Unable to open source data in %s on line %d
H A D002.phpt13 if ($reader->open('')) exit();
16 if (!$reader->open($filename)) {
29 $reader->open($filename);
36 Warning: XMLReader::open(): Empty string supplied as input in %s on line %d
/PHP-7.4/ext/standard/tests/file/
H A Dopen_basedir_cwd_resolve.phpt8 var_dump(file_get_contents('/some/path/outside/open/basedir'));
12 Warning: file_get_contents(): open_basedir restriction in effect. File(/some/path/outside/open/base…
14 Warning: file_get_contents(/some/path/outside/open/basedir): failed to open stream: Operation not p…
H A Dphp_fd_wrapper_03.phpt14 Warning: fopen(php://fd): failed to open stream: operation failed in %s on line 2
16 Warning: fopen(php://fd/): failed to open stream: php://fd/ stream must be specified in the form ph…
18 Warning: fopen(php://fd/-2): failed to open stream: The file descriptors must be non-negative numbe…
20 Warning: fopen(php://fd/1/): failed to open stream: php://fd/ stream must be specified in the form …
/PHP-7.4/ext/tokenizer/tests/
H A Dtoken_get_all_basic.phpt14 // with php open/close tags
16 echo "-- source string with PHP open and close tags --\n";
19 // without php open/close tags testing for T_INLINE_HTML
21 echo "-- source string without PHP open and close tags --\n";
28 -- source string with PHP open and close tags --
87 -- source string without PHP open and close tags --
/PHP-7.4/ext/standard/tests/dir/
H A Ddir_variation5.phpt2 Test dir() function : usage variations - open a file instead of directory
22 echo "*** Testing dir() : open a file instead of a directory ***\n";
24 // open the file instead of directory
31 *** Testing dir() : open a file instead of a directory ***
33 Warning: dir(%s): failed to open dir: %s in %s on line %d
H A Ddir_variation6.phpt21 echo "*** Testing dir() : open a non-existent directory ***\n";
28 // open existent directory
32 // remove directory and try to open the same(non-existent) directory again
48 *** Testing dir() : open a non-existent directory ***
51 Warning: dir(%s): failed to open dir: %s in %s on line %d
55 Warning: dir(%s): failed to open dir: %s in %s on line %d
/PHP-7.4/ext/imap/tests/
H A Dimap_errors_basic.phpt18 echo "Issue open with invalid password with normal default number of retries, i.e 3\n";
24 echo "\n\nIssue open with invalid password with retries == 1\n";
33 Issue open with invalid password with normal default number of retries, i.e 3
35 Warning: imap_open(): Couldn't open stream %s in %s on line %d
47 Issue open with invalid password with retries == 1
49 Warning: imap_open(): Couldn't open stream %s in %s on line %d
/PHP-7.4/ext/zlib/tests/
H A Dgzfile_variation4.phpt29 Warning: gzfile(10.5): failed to open stream: No such file or directory in %s on line %d
32 Warning: gzfile(-10.5): failed to open stream: No such file or directory in %s on line %d
35 Warning: gzfile(123456789000): failed to open stream: No such file or directory in %s on line %d
38 Warning: gzfile(-123456789000): failed to open stream: No such file or directory in %s on line %d
41 Warning: gzfile(0.5): failed to open stream: No such file or directory in %s on line %d
H A Dreadgzfile_variation4.phpt29 Warning: readgzfile(10.5): failed to open stream: No such file or directory in %s on line %d
32 Warning: readgzfile(-10.5): failed to open stream: No such file or directory in %s on line %d
35 Warning: readgzfile(123456789000): failed to open stream: No such file or directory in %s on line %d
38 Warning: readgzfile(-123456789000): failed to open stream: No such file or directory in %s on line …
41 Warning: readgzfile(0.5): failed to open stream: No such file or directory in %s on line %d
H A Dgzfile_variation5.phpt28 Warning: gzfile(0): failed to open stream: No such file or directory in %s on line %d
31 Warning: gzfile(1): failed to open stream: No such file or directory in %s on line %d
34 Warning: gzfile(12345): failed to open stream: No such file or directory in %s on line %d
37 Warning: gzfile(-2345): failed to open stream: No such file or directory in %s on line %d
H A Dreadgzfile_variation5.phpt28 Warning: readgzfile(0): failed to open stream: No such file or directory in %s on line %d
31 Warning: readgzfile(1): failed to open stream: No such file or directory in %s on line %d
34 Warning: readgzfile(12345): failed to open stream: No such file or directory in %s on line %d
37 Warning: readgzfile(-2345): failed to open stream: No such file or directory in %s on line %d
H A Dgzfile_variation7.phpt32 Warning: gzfile(string): failed to open stream: No such file or directory in %s on line %d
35 Warning: gzfile(string): failed to open stream: No such file or directory in %s on line %d
38 Warning: gzfile(sTrInG): failed to open stream: No such file or directory in %s on line %d
41 Warning: gzfile(hello world): failed to open stream: No such file or directory in %s on line %d
H A Dreadgzfile_variation7.phpt32 Warning: readgzfile(string): failed to open stream: No such file or directory in %s on line %d
35 Warning: readgzfile(string): failed to open stream: No such file or directory in %s on line %d
38 Warning: readgzfile(sTrInG): failed to open stream: No such file or directory in %s on line %d
41 Warning: readgzfile(hello world): failed to open stream: No such file or directory in %s on line %d
/PHP-7.4/ext/standard/tests/streams/
H A Dglob-wrapper.phpt15 echo "Failed to open $spec\n";
28 Warning: opendir(%s): failed to open dir: Operation not permitted in %s%eglob-wrapper.php on line 5
29 Failed to open %s
34 Warning: opendir(glob://%s): failed to open dir: operation failed in %s%eglob-wrapper.php on line 5
35 Failed to open glob://%s
/PHP-7.4/ext/phar/tests/
H A Dtest_alias_unset.phpt20 $phar2->setAlias('first'); // this works because there are no references to $fname open
24 … = fopen($pname . '/file1.txt', 'r'); // this works because there are no references to $fname2 open
26 $phar2 = new Phar($fname2); // fails because references open to $fname
41 Cannot open archive "%stest_alias_unset.2.phar.php", alias is already in use by existing archive
44 Warning: file_get_contents(phar://%sfile1.txt): failed to open stream: Cannot open archive "%stest_…
H A Dcreate_path_error.phpt69 1:Error: file_put_contents(phar://%s//): failed to open stream: phar error: file "" in phar "%s" ca…
70 2:Error: file_put_contents(phar://%s/.): failed to open stream: phar error: file "" in phar "%s" ca…
71 3:Error: file_put_contents(phar://%s/../): failed to open stream: phar error: file "" in phar "%s" …
72 4:Error: file_put_contents(phar://%s/a/..): failed to open stream: phar error: file "" in phar "%s"…
77 9:Error: file_put_contents(phar://%s): failed to open stream: phar error: invalid path "%s" contain…
78 10:Error: file_put_contents(phar://%s): failed to open stream: phar error: invalid path "%s" contai…
79 11:Error: file_put_contents(phar://%s): failed to open stream: phar error: invalid path "%s" contai…
80 12:Error: file_put_contents(phar://%s): failed to open stream: phar error: invalid path "%s" contai…
81 13:Error: file_put_contents(phar://%s): failed to open stream: phar error: invalid path "%s" contai…
/PHP-7.4/ext/fileinfo/tests/
H A Dfinfo_open_001.phpt22 Warning: finfo_open(%s123): failed to open stream: No such file or directory in %s on line %d
24 Warning: finfo_open(%s123): failed to open stream: No such file or directory in %s on line %d
29 Warning: finfo_open(%s1): failed to open stream: No such file or directory in %s on line %d
31 Warning: finfo_open(%s1): failed to open stream: No such file or directory in %s on line %d
36 Warning: finfo_open(%sinexistent): failed to open stream: No such file or directory in %s on line %d
38 Warning: finfo_open(%sinexistent): failed to open stream: No such file or directory in %s on line %d
/PHP-7.4/tests/security/
H A Dopen_basedir_copy.phpt38 Warning: copy(../bad): failed to open stream: %s in %s on line %d
43 Warning: copy(../bad/bad.txt): failed to open stream: %s in %s on line %d
48 Warning: copy(..): failed to open stream: %s in %s on line %d
53 Warning: copy(../): failed to open stream: %s in %s on line %d
58 Warning: copy(/): failed to open stream: %s in %s on line %d
63 Warning: copy(../bad/.): failed to open stream: %s in %s on line %d
68 Warning: copy(../bad/./bad.txt): failed to open stream: %s in %s on line %d
73 Warning: copy(./../.): failed to open stream: %s in %s on line %d
H A Dopen_basedir_opendir.phpt32 Warning: opendir(../bad): failed to open dir: %s in %s on line %d
37 Warning: opendir(../bad/bad.txt): failed to open dir: %s in %s on line %d
42 Warning: opendir(..): failed to open dir: %s in %s on line %d
47 Warning: opendir(../): failed to open dir: %s in %s on line %d
52 Warning: opendir(/): failed to open dir: %s in %s on line %d
57 Warning: opendir(../bad/.): failed to open dir: %s in %s on line %d
62 Warning: opendir(%s/test/bad/bad.txt): failed to open dir: %s in %s on line %d
67 Warning: opendir(%s/test/bad/../bad/bad.txt): failed to open dir: %s in %s on line %d

Completed in 39 milliseconds

12345678910>>...33