| /PHP_5_4/build/ |
| H A D | build.mk | 75 @if (test ! -f '.git/info/exclude' || grep -s "git-ls-files" .git/info/exclude); then \
|
| /PHP_5_4/ext/openssl/ |
| H A D | openssl.mak | 23 # 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_4/ext/pgsql/ |
| H A D | pgsql.mak | 20 # 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_5_4/ext/phar/phar/ |
| H A D | pharcommand.inc | 100 'inf' => '<regex> Specifies a regular expression for input files.' 120 'inf' => '<loader> Location of PHP_Archive class file (pear list-files PHP_Archive).' 137 'inf' => '<regex> Regular expression for input files to exclude.' 231 $files = explode("\n", `pear list-files PHP_Archive`); 236 foreach($files as $ent) { 280 self::error("Phar files must have file extension '.phar', '.phar.php', '.phar.bz2' or '.phar.gz'.\n"); 439 * @return string A description about packing files into a Phar archive. 443 return "Pack files into a PHAR archive.\n" . 445 "excluded from the list of input files/dir [all...] |
| /PHP_5_4/ext/phar/tests/cache_list/files/ |
| H A D | phar_oo_test.inc | 9 $files = array(); 17 $files['a.php'] = '<?php echo "This is a.php\n"; ?>'; 18 $files['b.php'] = '<?php echo "This is b.php\n"; ?>'; 19 $files['b/c.php'] = '<?php echo "This is b/c.php\n"; ?>'; 20 $files['b/d.php'] = '<?php echo "This is b/d.php\n"; ?>'; 21 $files['e.php'] = '<?php echo "This is e.php\n"; ?>'; 24 $files['a.csv'] =<<<EOF 31 $files['a.csv'] =<<<EOF 42 $files['a.php'] = '<?php echo new new class;';
|
| H A D | phar_test.inc | 10 foreach($files as $name => $cont) 12 global $gflags, $files; 48 $files[$name] = $comp; 55 $manifest = pack('VnVV', count($files), isset($hasdir) ? 0x1110 : 0x1000, $gflags, strlen($alias)) . (binary)$alias . pack('V', strlen($pmeta)) . (binary)$pmeta . $manifest; 59 foreach($files as $cont)
|
| /PHP_5_4/ext/phar/tests/files/ |
| H A D | phar_oo_test.inc | 9 $files = array(); 17 $files['a.php'] = '<?php echo "This is a.php\n"; ?>'; 18 $files['b.php'] = '<?php echo "This is b.php\n"; ?>'; 19 $files['b/c.php'] = '<?php echo "This is b/c.php\n"; ?>'; 20 $files['b/d.php'] = '<?php echo "This is b/d.php\n"; ?>'; 21 $files['e.php'] = '<?php echo "This is e.php\n"; ?>'; 24 $files['a.csv'] =<<<EOF 31 $files['a.csv'] =<<<EOF 42 $files['a.php'] = '<?php echo new new class;';
|
| H A D | phar_test.inc | 10 foreach($files as $name => $cont) 12 global $gflags, $files; 48 $files[$name] = $comp; 55 $manifest = pack('VnVV', count($files), isset($hasdir) ? 0x1110 : 0x1000, $gflags, strlen($alias)) . (binary)$alias . pack('V', strlen($pmeta)) . (binary)$pmeta . $manifest; 59 foreach($files as $cont)
|
| /PHP_5_4/ext/spl/examples/ |
| H A D | findfile.inc | 16 * @brief Base class to find files 31 * @param $file the name of the files to search fro
|
| H A D | regexfindfile.inc | 13 * @brief Find files by regular expression 25 * @param $regex perl style regular expression to find files with
|
| /PHP_5_4/ext/standard/tests/file/ |
| H A D | file.inc | 4 create_files() : create files with specified contents 5 delete_files() : delete files 9 change_file_perms() : Change permission of files 156 $count = no. of files, default is 1 163 Integer, Count of total files permission changed. 201 Description: Creates given number of files with specified mode and 203 $file_path = dir where files will be created 207 $count = total no. of files to be created, default = 1 230 filled => total files filled 231 perms_changed => total files permissio [all...] |
| /PHP_5_4/ext/standard/tests/file/windows_acls/ |
| H A D | common.inc | 51 /* Current user needs to be owner of the test files. As well 52 all the other users having acls on the files must loose them.
|
| /PHP_5_4/ext/standard/tests/http/ |
| H A D | server.inc | 13 * $files is an array of files containing N responses for N expected requests. Server dies after N requests. 16 function http_server($socket_string, array $files, &$output = null) { 39 foreach($files as $file) {
|
| /PHP_5_4/ext/xml/ |
| H A D | xml.mak | 15 # 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_4/ext/zip/examples/ |
| H A D | extract.php | 20 $files = array('test', 'testdir/test2'); variable 21 if (!$zip->extractTo("./testext/path/to", $files)) {
|
| H A D | extractAll.php | 16 $files = array('test', 'testdir/test2'); variable
|
| /PHP_5_4/scripts/dev/ |
| H A D | credits | 15 php5/sapi/.../CREDITS files 24 files=`find "$what" -name CREDITS | grep -v "$what"/skeleton/CREDITS` 25 awk "$awkprog" $files | sort -f | uniq >> $file
|
| /PHP_5_4/scripts/ |
| H A D | phpize.in | 79 Cannot find build files at '$phpdir'. Please check your PHP installation.
|
| /PHP_5_4/ext/fileinfo/ |
| H A D | fileinfo.php | 11 $files = glob("*"); variable 12 foreach ($files as $file) { 22 * FILEINFO_COMPRESS - decompress compressed files 25 $files = glob("*"); variable 26 foreach ($files as $file) {
|
| /PHP_5_4/ext/ldap/ |
| H A D | ldap.mak | 15 # 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_5_4/ext/mysql/ |
| H A D | mysql.mak | 23 # Extensions of all input and output files 27 # Source files 35 # Library files 38 # Destination directories and files 151 @echo Deleting all dependency files... 156 @echo Deleting all object files... 161 @echo Deleting binary files... 163 @echo Deleting MAP, DEF files, etc....
|
| /PHP_5_4/ext/session/ |
| H A D | mod_files.c | 64 PS_MOD(files) 137 /* On Win32 locked files that are closed without being explicitly unlocked 258 PS_OPEN_FUNC(files) 322 PS_CLOSE_FUNC(files) 339 PS_READ_FUNC(files) 383 PS_WRITE_FUNC(files) 418 PS_DESTROY_FUNC(files) 442 PS_GC_FUNC(files)
|
| H A D | mod_files.h | 27 PS_FUNCS(files); variable
|
| H A D | php_session.h | 113 zval *files; /* data["files"] array */ member in struct:_php_session_rfc1867_progress
|
| /PHP_5_4/Zend/ |
| H A D | zend.c | 1179 /* User error handler may include() additinal PHP files. 1285 va_list files; local 1292 va_start(files, file_count); 1294 file_handle = va_arg(files, zend_file_handle *); 1345 va_end(files); 1352 va_end(files);
|