Home
last modified time | relevance | path

Searched refs:files (Results 151 – 175 of 852) sorted by relevance

12345678910>>...35

/PHP-7.1/ext/phar/tests/
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 Dphar_oo_nosig.phpt11 require_once 'files/phar_oo_test.inc';
19 unlink(dirname(__FILE__) . '/files/phar_oo_test.phar.php');
H A D032.phpt12 require_once 'files/phar_oo_test.inc';
24 unlink(dirname(__FILE__) . '/files/032.phar.php');
H A D017.phpt20 $files = array();
21 $files['a'] = 'abc';
22 include 'files/phar_test.inc';
H A D017U.phpt20 $files = array();
21 $files['a'] = 'abc';
22 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 D031.phpt12 require_once 'files/phar_oo_test.inc';
25 unlink(dirname(__FILE__) . '/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_stub_error.phpt15 $files = array();
16 $files['a'] = 'a';
18 include 'files/phar_test.inc';
/PHP-7.1/ext/pgsql/
H A Dpgsql.mak20 # Extensions of all input and output files
24 # Source files
32 # Library files
35 # Destination directories and files
152 @echo Deleting all dependency files...
157 @echo Deleting all object files...
162 @echo Deleting binary files...
164 @echo Deleting MAP, DEF files, etc....
/PHP-7.1/ext/ldap/
H A Dldap.mak15 # Extensions of all input and output files
19 # Source files
27 # Library files
30 # Destination directories and files
155 @echo Deleting all dependency files...
160 @echo Deleting all object files...
165 @echo Deleting binary files...
167 @echo Deleting MAP, DEF files, etc....
/PHP-7.1/ext/xml/
H A Dxml.mak15 # Extensions of all input and output files
19 # Source files
27 # Library files
30 # Destination directories and files
154 @echo Deleting all dependency files...
159 @echo Deleting all object files...
164 @echo Deleting binary files...
166 @echo Deleting MAP, DEF files, etc....
/PHP-7.1/ext/phar/tests/zip/
H A Dcorrupt_005.phpt9 new PharData(dirname(__FILE__) . '/files/encrypted.zip');
16 phar error: Cannot process encrypted zip files in zip-based phar "%sencrypted.zip"
/PHP-7.1/ext/standard/tests/file/
H A Dfilesize_variation1.phpt2 Test filesize() function: usage variations - size of files
21 echo "*** Checking filesize() with different size of files ***\n";
33 *** Checking filesize() with different size of files ***
H A Dfiletype_basic.phpt11 echo "*** Testing filetype() with files and dirs ***\n";
19 *** Testing filetype() with files and dirs ***
H A Dfileinode_variation.phpt16 echo "*** Testing fileinode() with files, links and directories ***\n";
24 echo "-- Testing with files --\n";
25 //creating the files
89 *** Testing fileinode() with files, links and directories ***
90 -- Testing with files --
H A Drealpath_basic3.phpt9 echo "\n*** Testing basic functions of realpath() with files ***\n";
11 /* creating directories and files */
42 /* loop through $files to read the filepath of $file in the above array */
62 *** Testing basic functions of realpath() with files ***
/PHP-7.1/ext/session/tests/
H A Drfc1867_sid_invalid.phpt19 session.save_handler=files
52 Warning: Unknown: Failed to read session data: files (path: ) in Unknown on line 0
54 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of s…
58 Warning: Unknown: Failed to read session data: files (path: ) in Unknown on line 0
60 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of s…
/PHP-7.1/ext/phar/tests/files/
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");
H A Dinclude_path.phar.inc13 set_include_path('.' . PATH_SEPARATOR . 'phar://' . dirname(__FILE__) . '/files/include_path2.phar'…
15 set_include_path('.' . PATH_SEPARATOR . 'phar://' . dirname(__FILE__) . '/files/include_path2.phar/…
/PHP-7.1/ext/standard/tests/http/
H A Dserver.inc13 …* $files is an array of files containing N responses for N expected requests. Server dies after N …
16 function http_server($socket_string, array $files, &$output = null) {
39 foreach($files as $file) {
/PHP-7.1/ext/openssl/
H A Dopenssl.mak23 # Extensions of all input and output files
27 # Source files
36 # Library files
41 # Destination directories and files
167 @echo Deleting all dependency files...
172 @echo Deleting all object files...
177 @echo Deleting binary files...
179 @echo Deleting MAP, DEF files, etc....
/PHP-7.1/ext/phar/tests/cache_list/files/
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-7.1/ext/phar/tests/tar/
H A Dbug49910.phpt8 $fname = str_replace('\\', '/', dirname(__FILE__) . '/files/Structures_Graph-1.0.3.tgz');
10 $files = array();
12 $files[] = str_replace($fname, '*', $file->getPathName());
14 print_r($files);

Completed in 120 milliseconds

12345678910>>...35