Home
last modified time | relevance | path

Searched refs:files (Results 126 – 150 of 765) sorted by relevance

12345678910>>...31

/PHP-8.1/tests/basic/
H A Drfc1867_multiple_webkitdirectory.phpt10 Content-Disposition: form-data; name="files[]"; filename="directory/subdirectory/file2.txt"
15 Content-Disposition: form-data; name="files[]"; filename="directory/file1.txt"
27 ["files"]=>
/PHP-8.1/Zend/tests/
H A Dbug78340.phpt7 public static $files= [];
12 $this->bytes= self::$files[$path];
46 lib::$files['lib://test.php']= '<?php /* '.$fill.' */ function test() { echo "Works!\n"; }';
/PHP-8.1/ext/session/tests/
H A Drfc1867_sid_invalid.phpt17 session.save_handler=files
57 Warning: Unknown: Failed to read session data: files (path: ) in Unknown on line 0
59 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of s…
63 Warning: Unknown: Failed to read session data: files (path: ) in Unknown on line 0
65 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of s…
109 ["files"]=>
H A Dbug55688.phpt9 session.save_handler=files
12 ini_set('session.save_handler', 'files');
H A Dsession_module_name_variation3.phpt6 session.save_handler=files
27 var_dump(session_module_name("files"));
38 string(5) "files"
/PHP-8.1/ext/phar/tests/
H A D017.phpt17 $files = array();
18 $files['a'] = 'abc';
19 include 'files/phar_test.inc';
H A D033a.phpt14 $files = array();
15 $files['a.php'] = '<?php echo "This is a\n"; include "'.$pname.'/b.php"; ?>';
16 include 'files/phar_test.inc';
H A Dphar_oo_007.phpt10 require_once 'files/phar_oo_test.inc';
60 unlink(__DIR__ . '/files/phar_oo_007.phar.php');
64 MyFile::__construct(phar://*/files/phar_oo_007.phar.php/a.php)
80 MyFile::__construct(phar://*/files/phar_oo_007.phar.php/a.php)
H A D032.phpt12 require_once 'files/phar_oo_test.inc';
24 unlink(__DIR__ . '/files/032.phar.php');
H A Dphar_stub.phpt14 $files = array();
15 $files['a'] = 'a';
16 $files['b'] = 'b';
17 $files['c'] = 'c';
19 include 'files/phar_test.inc';
H A Drename_dir_and_mount.phpt16 $files = array();
17 $files['a/x'] = 'a';
18 $files['a/b/x'] = 'a';
19 include 'files/phar_test.inc';
H A Dpharfileinfo_getcrc32.phpt18 $files = array();
19 $files['a/subdir/here'] = array('cont'=>'a','ulen'=>1,'clen'=>1);
20 include 'files/phar_test.inc';
H A Dphar_oo_011.phpt13 require_once 'files/phar_oo_test.inc';
27 unlink(__DIR__ . '/files/phar_oo_011.phar.php');
H A D031.phpt12 require_once 'files/phar_oo_test.inc';
25 unlink(__DIR__ . '/files/031.phar.php');
H A Dphar_oo_iswriteable.phpt15 $files = array();
16 $files['a.php'] = '<?php echo "This is a\n"; include "'.$pname.'/b.php"; ?>';
17 $files['dir/'] = '';
19 include 'files/phar_test.inc';
H A Dphar_oo_012.phpt13 require_once 'files/phar_oo_test.inc';
28 unlink(__DIR__ . '/files/phar_oo_012.phar.php');
/PHP-8.1/ext/phar/tests/files/
H A Dinclude_path.phar2 set_include_path('.' . PATH_SEPARATOR . 'phar://' . dirname(__FILE__) . '/files/include_path2.phar'…
4 set_include_path('.' . PATH_SEPARATOR . 'phar://' . dirname(__FILE__) . '/files/include_path2.phar/…
H A Dblog.phar3 if(file_exists(dirname(__FILE__) . "/files/config.xml")) {
4 Phar::mount("config.xml", dirname(__FILE__) . "/files/config.xml");
H A Dblog.phar.inc9 if(file_exists(dirname(__FILE__) . "/files/config.xml")) {
10 Phar::mount("config.xml", dirname(__FILE__) . "/files/config.xml");
/PHP-8.1/ext/phar/tests/cache_list/files/
H A Dblog.phar1 <?php if(file_exists(dirname(__FILE__) . "/files/config.xml")) {
2 Phar::mount("config.xml", dirname(__FILE__) . "/files/config.xml");
H A Dblog.phar.inc7 $phar->setStub('<?php if(file_exists(dirname(__FILE__) . "/files/config.xml")) {
8 Phar::mount("config.xml", dirname(__FILE__) . "/files/config.xml");
/PHP-8.1/ext/standard/tests/file/
H A Dfileinode_variation.phpt12 echo "*** Testing fileinode() with files, links and directories ***\n";
20 echo "-- Testing with files --\n";
21 //creating the files
86 *** Testing fileinode() with files, links and directories ***
87 -- Testing with files --
H A Drealpath_basic3.phpt5 echo "\n*** Testing basic functions of realpath() with files ***\n";
7 /* creating directories and files */
38 /* loop through $files to read the filepath of $file in the above array */
58 *** Testing basic functions of realpath() with files ***
/PHP-8.1/ext/openssl/tests/
H A Dcheck_default_conf_path.phpt30 string(%d) "c:\program files%r( \(x86\)|)%r\common files\ssl\openssl.cnf"
/PHP-8.1/ext/phar/tests/tar/
H A Dbug49910.phpt8 $fname = str_replace('\\', '/', __DIR__ . '/files/Structures_Graph-1.0.3.tgz');
10 $files = array();
12 $files[] = str_replace($fname, '*', $file->getPathName());
14 print_r($files);

Completed in 54 milliseconds

12345678910>>...31