Searched defs:files (Results 1 - 8 of 8) sorted by relevance
| /PHP_5_3/ext/phar/tests/files/ |
| H A D | pear2coverage.phar.php | 490 * @var string $testpath Location of .phpt files 587 // then find all code coverage files 749 * @var string $testpath Location of .phpt files 766 echo "Scanning for xdebug coverage files..."; 767 $files = $this->scan($testpath); 771 if (count($files)) { 772 foreach ($files as $testid => $xdebugfile) { 778 echo '(' . $testid . ' of ' . count($files) . ') ' . $xdebugfile; 786 echo "done (no modified xdebug files)\n"; 869 // then find all code coverage files 764 $files = $this->scan($testpath); variable [all...] |
| /PHP_5_3/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_3/ |
| H A D | server-tests.php | 517 // tests including files from src/tests 807 $this->writemsg("found ".count($this->test_files)." files\n"); 814 $this->writemsg("moving files from {$this->conf['TEST_PHP_SRCDIR']} to {$this->conf['TEST_BASE_PATH']}\n"); 816 $files = array(); variable 821 $files[] = $newlocation; 824 // XXX what to do with test files outside the 833 $this->test_files = $files; 850 // Cleanup any left-over tmp files from last run. 856 // Otherwise we're only interested in *.phpt files. 875 $this->writemsg("Running all test files [all...] |
| /PHP_5_3/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_3/ext/fileinfo/libmagic/ |
| H A D | apprentice.c | 330 /* const char *fn: list of magic files and directories */ 374 file_error(ms, 0, "could not find any magic files!"); 740 * parse a file or directory of files 756 size_t files = 0, maxfiles = 0; local 764 ms->flags |= MAGIC_CHECK; /* Enable checks for parsed files */ 796 if (files >= maxfiles) { 808 filearr[files++] = estrndup(mfn, mflen); 811 qsort(filearr, files, sizeof(*filearr), cmpstrp); 812 for (i = 0; i < files; i++) { 1544 * files wer [all...] |
| /PHP_5_3/ext/session/ |
| H A D | mod_files.h | 27 PS_FUNCS(files); variable
|
| /PHP_5_3/Zend/ |
| H A D | zend.c | 1139 /* User error handler may include() additinal PHP files. 1239 va_list files; local 1245 va_start(files, file_count); 1247 file_handle = va_arg(files, zend_file_handle *); 1289 va_end(files); 1295 va_end(files);
|
Completed in 41 milliseconds