Home
last modified time | relevance | path

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

12345678910>>...32

/php-src/ext/phar/tests/
H A Dphar_oo_nosig.phpt10 require_once 'files/phar_oo_test.inc';
17 unlink(__DIR__ . '/files/phar_oo_nosig.phar.php');
H A Dphar_ctx_001.phpt15 $files = array();
16 $files['a'] = 'a';
17 $files['b'] = 'b';
18 $files['c'] = 'c';
20 include 'files/phar_test.inc';
H A Drename_dir.phpt17 $files = array();
18 $files['a/x'] = 'a';
19 include 'files/phar_test.inc';
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 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_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';
/php-src/sapi/phpdbg/tests/
H A Dbug76801.phpt2 include()ing files should not raise "too many open files" error
/php-src/ext/phar/tests/zip/
H A Dcorrupt_005.phpt8 new PharData(__DIR__ . '/files/encrypted.zip');
14 phar error: Cannot process encrypted zip files in zip-based phar "%sencrypted.zip"
/php-src/ext/standard/tests/file/
H A Dfiletype_basic.phpt5 echo "*** Testing filetype() with files and dirs ***\n";
13 *** Testing filetype() with files and dirs ***
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-src/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-src/ext/session/tests/user_session_module/
H A Dbug55688.phpt7 session.save_handler=files
10 ini_set('session.save_handler', 'files');
/php-src/Zend/tests/
H A Dbug78340.phpt8 public static $files= [];
13 $this->bytes= self::$files[$path];
47 lib::$files['lib://test.php']= '<?php /* '.$fill.' */ function test() { echo "Works!\n"; }';
/php-src/sapi/fpm/tests/
H A Dsocket-uds-too-long-filename-start.phpt41 $files = glob($socketFilePrefix . '*');
43 if ($files === []) {
44 echo 'Socket files were not found.' . PHP_EOL;
47 if ($socketFile === $files[0]) {
/php-src/ext/session/tests/
H A Dsession_module_name_variation3.phpt6 session.save_handler=files
29 var_dump(session_module_name("files"));
40 string(5) "files"
H A Drfc1867_sid_invalid.phpt17 session.save_handler=files
57 Warning: PHP Request Startup: Failed to read session data: files (path: ) in Unknown on line 0
59 Warning: PHP Request Startup: Failed to write session data (files). Please verify that the current …
63 Warning: PHP Request Startup: Failed to read session data: files (path: ) in Unknown on line 0
65 Warning: PHP Request Startup: Failed to write session data (files). Please verify that the current …
109 ["files"]=>
/php-src/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");
/php-src/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");
/php-src/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 25 milliseconds

12345678910>>...32