Home
last modified time | relevance | path

Searched refs:exclude (Results 1 – 22 of 22) sorted by relevance

/PHP-7.1/build/
H A Dbuild.mk63 @if (test ! -f '.git/info/exclude' || grep -s "git-ls-files" .git/info/exclude); then \
64 …/exclude" && echo '*.o' > .git/info/exclude && git svn propget svn:ignore | grep -v config.nice >>…
H A Dlibtool.m43730 # use absolute paths for naming shared libraries, and exclude the
5361 # exclude_expsyms can be an extended regexp of symbols to exclude
5363 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
/PHP-7.1/Zend/tests/traits/
H A Dbug61052.phpt18 … definition. The method foo is to be used from T1, but T1 is also on the exclude list in %s on lin…
H A Derror_010.phpt2 Trying to exclude trait method multiple times
/PHP-7.1/ext/spl/tests/
H A Darray_003.phpt6 // This test also needs to exclude the protected and private variables
H A Darray_007.phpt6 // This test also needs to exclude the protected and private variables
/PHP-7.1/win32/build/
H A Dconfig.w32199 pvscfg.WriteLine("exclude-path = " + VCINSTALLDIR);
201 pvscfg.WriteLine("exclude-path = " + PROGRAM_FILESx86 + "\\windows kits\\");
203 pvscfg.WriteLine("exclude-path = " + PROGRAM_FILES + "\\windows kits\\");
319 ARG_WITH("test-ini-ext-exclude", "Comma separated list of shared extensions to \
H A DMakefile248 @xcopy $(BUILD_DIR)\*.dll /exclude:$(BUILD_DIR)\extension_dlls.txt $(PHP_PREFIX) /y >nul
/PHP-7.1/ext/standard/
H A Dscanf.c105 int exclude; /* 1 if this is an exclusion set. */ member
151 cset->exclude = 1; in BuildCharSet()
262 return (cset->exclude ? !match : match); in CharInSet()
H A Darray.c4699 HashTable exclude; local
4736 zend_hash_init(&exclude, num, NULL, NULL, 0);
4740 zend_hash_add(&exclude, str, &dummy);
4749 if (!zend_hash_exists(&exclude, str)) {
4760 zend_hash_destroy(&exclude);
/PHP-7.1/appveyor/
H A Dbuild_task.bat53 --with-test-ini-ext-exclude=%EXT_EXCLUDE_FROM_TEST%
/PHP-7.1/ext/xsl/tests/
H A Dbug49634.phpt23 exclude-result-prefixes="ext">
/PHP-7.1/Zend/
H A DREADME.ZEND_VM97 exclude old executor together with specialized one using --without-old-executor.
/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_ssa.c34 const zend_cfg *cfg, const zend_basic_block *block, int check, int exclude) { in dominates_other_predecessors() argument
38 if (predecessor != exclude && !dominates(cfg->blocks, check, predecessor)) { in dominates_other_predecessors()
/PHP-7.1/ext/pcre/pcrelib/
H A DNEWS134 with GNU grep. In particular, --exclude and --include (and variants) apply
H A DChangeLog971 (c) Multiple uses of --exclude, --exclude-dir, --include, and --include-dir
974 (d) --exclude-from and --include-from (multiple use) have been added.
1930 --exclude-dir, though that is not available in GNU grep, at least as of
2628 4. Fixed two related pcregrep bugs involving -r with --include or --exclude:
2630 (1) The include/exclude patterns were being applied to the whole pathnames
2634 skipped unless they satisfied the include/exclude conditions. This is
2638 apply the include/exclude patterns to regular files.
4263 (p) Added --include and --exclude options to specify files for inclusion
H A DREADME704 end), or a number preceded by ~ to exclude a test. For example:
/PHP-7.1/ext/phar/phar/
H A Dpharcommand.inc137 'inf' => '<regex> Regular expression for input files to exclude.'
/PHP-7.1/
H A DNEWS1417 . Fixed bug #31875 (get_defined_functions additional param to exclude
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt5523 (separator) property. Xsp is the same as Xps; it used to exclude ver-
/PHP-7.1/ext/fileinfo/tests/
H A Dmagic688 # TODO: maybe this extra line exclude FoxPro Memo example NG.FPT starting with 000001b0 00000100 00…
H A Dmagic私はガラスを食べられます688 # TODO: maybe this extra line exclude FoxPro Memo example NG.FPT starting with 000001b0 00000100 00…

Completed in 213 milliseconds