Home
last modified time | relevance | path

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

12345678910>>...31

/PHP-5.5/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-5.5/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-5.5/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";
34 *** 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
90 *** Testing fileinode() with files, links and directories ***
91 -- 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-5.5/ext/phar/tests/
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 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/phar_oo_test.phar.php');
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/phar_oo_test.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-5.5/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-5.5/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-5.5/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-5.5/ext/mysql/tests/
H A Dbug55473.phpt60 printf("[005] Setting openened files...\n");
64 printf("[007] Opened files as expected\n");
77 [005] Setting openened files...
83 [007] Opened files as expected
89 [007] Opened files as expected
95 [007] Opened files as expected
/PHP-5.5/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-5.5/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);
/PHP-5.5/ext/spl/
H A DREADME4 subdirectory. Based on the internal implementations or the files in the
5 examples subdirectory there are also some .php files to experiment with.
/PHP-5.5/ext/standard/tests/general_functions/
H A Dget_cfg_var_basic.phpt9 session.save_handler=files
24 string(5) "files"

Completed in 172 milliseconds

12345678910>>...31