/PHP-8.0/ext/oci8/tests/ |
H A D | imp_res_7.phpt | 28 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-8.0/ext/session/tests/ |
H A D | sessionhandler_open_001.phpt | 2 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 D | session_set_save_handler_error.phpt | 97 session_set_save_handler(): Argument #1 ($open) must be a valid callback, function "0" not found or… 100 session_set_save_handler(): Argument #1 ($open) must be a valid callback, function "1" not found or… 124 session_set_save_handler(): Argument #1 ($open) must be a valid callback, function "" not found or … 127 session_set_save_handler(): Argument #1 ($open) must be a valid callback, function "" not found or … 130 session_set_save_handler(): Argument #1 ($open) must be a valid callback, function "1" not found or… 133 session_set_save_handler(): Argument #1 ($open) must be a valid callback, function "" not found or … 136 session_set_save_handler(): Argument #1 ($open) must be a valid callback, function "1" not found or… 139 session_set_save_handler(): Argument #1 ($open) must be a valid callback, function "" not found or … 142 session_set_save_handler(): Argument #1 ($open) must be a valid callback, function "" not found or … 145 session_set_save_handler(): Argument #1 ($open) must be a valid callback, function "" not found or … [all …]
|
H A D | session_set_save_handler_class_012.phpt | 2 Test session_set_save_handler() : incorrect arguments for existing handler open 14 echo "*** Testing session_set_save_handler() : incorrect arguments for existing handler open ***\n"; 18 public function open($path, $name) { 23 return (null === parent::open()); 44 *** Testing session_set_save_handler() : incorrect arguments for existing handler open *** 46 SessionHandler::open() expects exactly 2 arguments, 0 given
|
/PHP-8.0/ext/zip/tests/ |
H A D | oo_open.phpt | 2 zip::open() function 12 $r = $zip->open($dirname . 'nofile'); 19 $r = $zip->open($dirname . 'nofile', ZIPARCHIVE::CREATE); 29 $zip->open(''); 34 if (!$zip->open($dirname . 'test.zip')) { 47 ZipArchive::open(): Argument #1 ($filename) cannot be empty
|
H A D | bug47667.phpt | 13 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");
|
H A D | oo_replacefile.phpt | 17 if (!$zip->open($file)) { 18 exit('open failed'); 44 if (!$zip->open($file)) { 45 exit('re-open failed');
|
/PHP-8.0/ext/xmlreader/tests/ |
H A D | open_error.phpt | 2 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 D | 002.phpt | 14 $reader->open(''); 20 if (!$reader->open($filename)) { 33 $reader->open($filename); 39 XMLReader::open(): Argument #1 ($uri) cannot be empty
|
/PHP-8.0/ext/standard/tests/dir/ |
H A D | dir_variation5.phpt | 2 Test dir() function : usage variations - open a file instead of directory 16 echo "*** Testing dir() : open a file instead of a directory ***\n"; 18 // open the file instead of directory 25 *** Testing dir() : open a file instead of a directory *** 27 Warning: dir(%s): Failed to open directory: %s in %s on line %d
|
H A D | dir_variation6.phpt | 15 echo "*** Testing dir() : open a non-existent directory ***\n"; 22 // open existent directory 26 // remove directory and try to open the same(non-existent) directory again 42 *** Testing dir() : open a non-existent directory *** 45 Warning: dir(%s): Failed to open directory: %s in %s on line %d 49 Warning: dir(%s): Failed to open directory: %s in %s on line %d
|
H A D | dir_variation8.phpt | 12 * Create more than one temporary directory & subdirectory and check if dir() function can open 42 Warning: dir(%s/dir_var*): Failed to open directory: %s in %s on line %d 45 Warning: dir(%s/*): Failed to open directory: %s in %s on line %d 49 Warning: dir(%s/dir_variation81/sub_dir?): Failed to open directory: %s in %s on line %d 52 Warning: dir(%s/dir_variation81/sub?dir1): Failed to open directory: %s in %s on line %d
|
/PHP-8.0/ext/mysqli/tests/ |
H A D | mysqli_max_links.phpt | 23 …printf("[%03d] One link is already open, it should not be possible to open more, [%d] %s, [%d] %s\… 38 Warning: mysqli_%sonnect(): Too many open links (1) in %s on line %d 40 Warning: mysqli_%sonnect(): Too many open links (1) in %s on line %d 42 Warning: mysqli_%sonnect(): Too many open links (1) in %s on line %d 44 Warning: mysqli_%sonnect(): Too many open links (1) in %s on line %d 46 Warning: mysqli_%sonnect(): Too many open links (1) in %s on line %d
|
/PHP-8.0/ext/tokenizer/tests/ |
H A D | token_get_all_basic.phpt | 9 // with php open/close tags 11 echo "-- source string with PHP open and close tags --\n"; 14 // without php open/close tags testing for T_INLINE_HTML 16 echo "-- source string without PHP open and close tags --\n"; 23 -- source string with PHP open and close tags -- 82 -- source string without PHP open and close tags --
|
/PHP-8.0/ext/standard/tests/file/ |
H A D | open_basedir_cwd_resolve.phpt | 8 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…
|
/PHP-8.0/ext/zlib/tests/ |
H A D | gzfile_variation4.phpt | 28 Warning: gzfile(10.5): Failed to open stream: No such file or directory in %s on line %d 31 Warning: gzfile(-10.5): Failed to open stream: No such file or directory in %s on line %d 34 Warning: gzfile(123456789000): Failed to open stream: No such file or directory in %s on line %d 37 Warning: gzfile(-123456789000): Failed to open stream: No such file or directory in %s on line %d 40 Warning: gzfile(0.5): Failed to open stream: No such file or directory in %s on line %d
|
H A D | readgzfile_variation4.phpt | 28 Warning: readgzfile(10.5): Failed to open stream: No such file or directory in %s on line %d 31 Warning: readgzfile(-10.5): Failed to open stream: No such file or directory in %s on line %d 34 Warning: readgzfile(123456789000): Failed to open stream: No such file or directory in %s on line %d 37 Warning: readgzfile(-123456789000): Failed to open stream: No such file or directory in %s on line … 40 Warning: readgzfile(0.5): Failed to open stream: No such file or directory in %s on line %d
|
H A D | gzfile_variation5.phpt | 27 Warning: gzfile(0): Failed to open stream: No such file or directory in %s on line %d 30 Warning: gzfile(1): Failed to open stream: No such file or directory in %s on line %d 33 Warning: gzfile(12345): Failed to open stream: No such file or directory in %s on line %d 36 Warning: gzfile(-2345): Failed to open stream: No such file or directory in %s on line %d
|
H A D | readgzfile_variation5.phpt | 27 Warning: readgzfile(0): Failed to open stream: No such file or directory in %s on line %d 30 Warning: readgzfile(1): Failed to open stream: No such file or directory in %s on line %d 33 Warning: readgzfile(12345): Failed to open stream: No such file or directory in %s on line %d 36 Warning: readgzfile(-2345): Failed to open stream: No such file or directory in %s on line %d
|
H A D | gzfile_variation7.phpt | 31 Warning: gzfile(string): Failed to open stream: No such file or directory in %s on line %d 34 Warning: gzfile(string): Failed to open stream: No such file or directory in %s on line %d 37 Warning: gzfile(sTrInG): Failed to open stream: No such file or directory in %s on line %d 40 Warning: gzfile(hello world): Failed to open stream: No such file or directory in %s on line %d
|
H A D | readgzfile_variation7.phpt | 31 Warning: readgzfile(string): Failed to open stream: No such file or directory in %s on line %d 34 Warning: readgzfile(string): Failed to open stream: No such file or directory in %s on line %d 37 Warning: readgzfile(sTrInG): Failed to open stream: No such file or directory in %s on line %d 40 Warning: readgzfile(hello world): Failed to open stream: No such file or directory in %s on line %d
|
/PHP-8.0/ext/standard/tests/streams/ |
H A D | glob-wrapper.phpt | 15 echo "Failed to open $spec\n"; 29 Warning: opendir(%s): Failed to open directory: Operation not permitted in %s%eglob-wrapper.php on … 30 Failed to open %s 35 Warning: opendir(glob://%s): Failed to open directory: operation failed in %s%eglob-wrapper.php on … 36 Failed to open glob://%s
|
/PHP-8.0/ext/fileinfo/tests/ |
H A D | finfo_open_001.phpt | 26 Warning: finfo_open(%s123): Failed to open stream: No such file or directory in %s on line %d 28 Warning: finfo_open(%s123): Failed to open stream: No such file or directory in %s on line %d 33 Warning: finfo_open(%s1): Failed to open stream: No such file or directory in %s on line %d 35 Warning: finfo_open(%s1): Failed to open stream: No such file or directory in %s on line %d 40 Warning: finfo_open(%sinexistent): Failed to open stream: No such file or directory in %s on line %d 42 Warning: finfo_open(%sinexistent): Failed to open stream: No such file or directory in %s on line %d
|
/PHP-8.0/ext/phar/tests/ |
H A D | test_alias_unset.phpt | 20 $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 40 Cannot open archive "%stest_alias_unset.2.phar.php", alias is already in use by existing archive 43 Warning: file_get_contents(phar://%sfile1.txt): Failed to open stream: Cannot open archive "%stest_…
|
H A D | create_path_error.phpt | 68 1:Error: file_put_contents(phar://%s//): Failed to open stream: phar error: file "" in phar "%s" ca… 69 2:Error: file_put_contents(phar://%s/.): Failed to open stream: phar error: file "" in phar "%s" ca… 70 3:Error: file_put_contents(phar://%s/../): Failed to open stream: phar error: file "" in phar "%s" … 71 4:Error: file_put_contents(phar://%s/a/..): Failed to open stream: phar error: file "" in phar "%s"… 76 9:Error: file_put_contents(phar://%s): Failed to open stream: phar error: invalid path "%s" contain… 77 10:Error: file_put_contents(phar://%s): Failed to open stream: phar error: invalid path "%s" contai… 78 11:Error: file_put_contents(phar://%s): Failed to open stream: phar error: invalid path "%s" contai… 79 12:Error: file_put_contents(phar://%s): Failed to open stream: phar error: invalid path "%s" contai… 80 13:Error: file_put_contents(phar://%s): Failed to open stream: phar error: invalid path "%s" contai…
|