| /PHP_5_4/ext/bcmath/libbcmath/ |
| H A D | missing | 40 aclocal touch file \`aclocal.m4' 41 autoconf touch file \`configure' 42 autoheader touch file \`config.h.in' 44 bison touch file \`y.tab.c' 45 makeinfo touch the output file 46 yacc touch file \`y.tab.c'" 100 your modified any \`.y' file. For being effective, your 109 you modified a \`.texi' or \`.texinfo' file, or any other file 114 file [all...] |
| H A D | mkinstalldirs | 10 for file in ${1+"$@"} ; do 11 set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
|
| /PHP_5_4/ext/pcre/ |
| H A D | upgrade-pcre.php | 9 echo "more than one '$pattern' file. aborting\n"; 15 die("need one '$pattern' file. aborting.\n"); 26 die("file type not recognized: $newpcre\n"); 36 foreach (scandir($path) as $file) { 38 if ($file[0] === '.' || 39 $file === 'CVS' || variable 40 @substr_compare($file, '.lo', -3, 3) === 0 || 41 @substr_compare($file, '.loT', -4, 4) === 0 || 42 @substr_compare($file, '.o', -2, 2) === 0) continue; 44 $file variable [all...] |
| /PHP_5_4/ext/phar/phar/ |
| H A D | phar.php | 4 /** @file phar.php 35 function command_include($file) 37 $file = 'phar://' . __FILE__ . '/' . $file; variable 38 if (file_exists($file)) { 39 include($file);
|
| /PHP_5_4/ext/phar/tests/cache_list/files/ |
| H A D | write5.phar.inc | 18 foreach ($phar2 as $name => $file) { 19 $arr[$name] = $file->getContent();
|
| H A D | write6.phar.inc | 19 foreach ($phar2 as $name => $file) { 20 $arr[$name] = $file->getContent();
|
| /PHP_5_4/ext/phar/tests/zip/files/ |
| H A D | zipmaker.php.inc | 6 * Path to archive file 26 * save a file inside this package 28 * @param string|resource file contents or open file handle
|
| /PHP_5_4/ext/session/tests/ |
| H A D | save_handler.inc | 50 while (($file = readdir($directory)) !== FALSE) { 51 $qualified = ($session_save_path."/".$file); 53 if (substr($file, 0, $length) === SESSION_FILE_PREFIX) {
|
| /PHP_5_4/ext/spl/examples/ |
| H A D | autoload.inc | 3 /** @file autoload.inc 17 $file = $dir . '/' . $classname . '.inc'; 18 if (file_exists($file)) 20 require_once($file); 32 * current directory of script or include file.
|
| H A D | directorytree.php | 3 /** @file directorytree.php 32 foreach(new LimitIterator(new DirectoryTreeIterator($argv[1]), @$argv[2], $length) as $key=>$file) { 33 //foreach(new DirectoryTreeIterator($argv[1]) as $file) { 34 echo $file . "\n";
|
| H A D | findfile.inc | 3 /** @file findfile.inc 24 private $file; 31 * @param $file the name of the files to search fro 33 function __construct($path, $file) 35 $this->file = $file; 48 /** @return whether the current file matches the given filename 52 return !strcmp($this->current(), $this->file); 61 return $this->file;
|
| H A D | findfile.php | 3 /** @file findfile.php 4 * @brief Program Find a specific file by name. 20 Find a specific file by name. 32 foreach(new FindFile($argv[1], $argv[2]) as $file) echo $file->getPathname()."\n";
|
| H A D | findregex.php | 3 /** @file findregex.php 4 * @brief Program Find a specific file by name. 17 Usage: php findregex.php <file> <name> 19 Find a specific file by name. 31 foreach(new RegexFindFile($argv[1], $argv[2]) as $file) 33 echo $file->getPathname()."\n";
|
| H A D | inigroups.inc | 3 /** @file inigroups.inc 16 * @brief Class to iterate all groups within an ini file. 20 * Using this class you can iterator over all groups of a ini file. 31 * Construct an ini file group iterator from a filename. 33 * @param file Ini file to open. 35 function __construct($file) { 36 parent::__construct(new DbaReader($file, 'inifile'), '^\[.*\]$');
|
| H A D | phar_from_dir.php | 3 /** @file phar_from_dir.php 42 foreach($dir as $file) 44 echo "$file\n"; 45 copy($file, "phar://newphar/$file");
|
| H A D | tree.php | 3 /** @file tree.php 16 //foreach(new RecursiveIteratorIterator(new ParentIterator(new RecursiveDirectoryIterator($argv[1])), 1) as $file) { 35 foreach(new DirectoryGraphIterator($argv[1]) as $file) 37 echo $file . "\n";
|
| /PHP_5_4/ext/spl/examples/tests/ |
| H A D | examples.inc | 18 foreach (new IncludeFiles(dirname(__FILE__). '/..', $classes) as $file) 20 require_once($file);
|
| /PHP_5_4/ext/xmlrpc/libxmlrpc/ |
| H A D | base64.h | 3 Encode or decode file as MIME base64 (RFC 1341) 32 void *_malloc_real(size_t s, char *file, int line); 33 void _free_real(void *p, char *file, int line);
|
| /PHP_5_4/ext/zip/lib/ |
| H A D | zip_fclose.c | 2 zip_fclose.c -- close file in zip archive 5 This file is part of libzip, a library to manipulate ZIP archives. 53 if (zf->za->file[i] == zf) { 54 zf->za->file[i] = zf->za->file[zf->za->nfile-1];
|
| H A D | zip_free.c | 5 This file is part of libzip, a library to manipulate ZIP archives. 46 corresponding file. */ 74 if (za->file[i]->error.zip_err == ZIP_ER_OK) { 75 _zip_error_set(&za->file[i]->error, ZIP_ER_ZIPCLOSED, 0); 76 za->file[i]->za = NULL; 80 free(za->file);
|
| /PHP_5_4/scripts/dev/ |
| H A D | conv_proto | 14 echo "$0: cannot create temporary file" 18 for file in ${1+"$@"} ; do 19 echo "working on $file" 20 cat $file | \ 25 cp $tmpfile $file
|
| H A D | credits | 8 file=ext/standard/credits_$what.h 9 cat >$file <<END 18 CREDITS file instead 25 awk "$awkprog" $files | sort -f | uniq >> $file 26 echo "Updated $file"
|
| H A D | extern_c.php | 6 foreach (glob("$dir/*") as $file) { 7 if (is_dir($file)) { 8 if (basename($file) != "CVS") { 9 scan_dir($file); 11 } else if (fnmatch("*.h", $file)) { 12 scan_file($file); 17 function scan_file($file) { 20 foreach (file($file) as $nr => $line) { 22 # echo "$file [all...] |
| /PHP_5_4/ext/fileinfo/ |
| H A D | fileinfo.php | 12 foreach ($files as $file) { 13 echo finfo_file($res, $file) . "\n"; 26 foreach ($files as $file) { 27 echo $fi->buffer(file_get_contents($file)) . "\n";
|
| /PHP_5_4/main/streams/ |
| H A D | php_stream_plain_wrapper.h | 7 | This source file is subject to version 3.01 of the PHP license, | 8 | that is bundled with this package in the file LICENSE, and is | 23 /* operations for a plain file; use the php_stream_fopen_XXX funcs below */ 36 PHPAPI php_stream *_php_stream_fopen_from_file(FILE *file, const char *mode STREAMS_DC TSRMLS_DC); 37 #define php_stream_fopen_from_file(file, mode) _php_stream_fopen_from_file((file), (mode) STREAMS_CC TSRMLS_CC) 42 PHPAPI php_stream *_php_stream_fopen_from_pipe(FILE *file, const char *mode STREAMS_DC TSRMLS_DC); 43 #define php_stream_fopen_from_pipe(file, mode) _php_stream_fopen_from_pipe((file), (mode) STREAMS_CC TSRMLS_CC)
|