Home
last modified time | relevance | path

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

/PHP-7.2/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.2/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.2/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.2/win32/build/
H A Dconfig.w32203 pvscfg.WriteLine("exclude-path = " + VCINSTALLDIR);
205 pvscfg.WriteLine("exclude-path = " + PROGRAM_FILESx86 + "\\windows kits\\");
207 pvscfg.WriteLine("exclude-path = " + PROGRAM_FILES + "\\windows kits\\");
338 ARG_WITH("test-ini-ext-exclude", "Comma separated list of shared extensions to \
H A DMakefile251 @xcopy $(BUILD_DIR)\*.dll /exclude:$(BUILD_DIR)\extension_dlls.txt $(PHP_PREFIX) /y >nul
/PHP-7.2/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.c5412 HashTable exclude; local
5449 zend_hash_init(&exclude, num, NULL, NULL, 0);
5453 zend_hash_add(&exclude, str, &dummy);
5462 if (!zend_hash_exists(&exclude, str)) {
5473 zend_hash_destroy(&exclude);
/PHP-7.2/ext/xsl/tests/
H A Dbug49634.phpt23 exclude-result-prefixes="ext">
/PHP-7.2/appveyor/
H A Dbuild_task.bat64 --with-test-ini-ext-exclude=%EXT_EXCLUDE_FROM_TEST%
/PHP-7.2/Zend/
H A DREADME.ZEND_VM97 exclude old executor together with specialized one using --without-old-executor.
/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_ssa.c36 const zend_cfg *cfg, const zend_basic_block *block, int check, int exclude) { in dominates_other_predecessors() argument
40 if (predecessor != exclude && !dominates(cfg->blocks, check, predecessor)) { in dominates_other_predecessors()
/PHP-7.2/ext/phar/phar/
H A Dpharcommand.inc137 'inf' => '<regex> Regular expression for input files to exclude.'
/PHP-7.2/ext/pcre/pcrelib/
H A DNEWS155 with GNU grep. In particular, --exclude and --include (and variants) apply
H A DChangeLog1157 (c) Multiple uses of --exclude, --exclude-dir, --include, and --include-dir
1160 (d) --exclude-from and --include-from (multiple use) have been added.
2116 --exclude-dir, though that is not available in GNU grep, at least as of
2814 4. Fixed two related pcregrep bugs involving -r with --include or --exclude:
2816 (1) The include/exclude patterns were being applied to the whole pathnames
2820 skipped unless they satisfied the include/exclude conditions. This is
2824 apply the include/exclude patterns to regular files.
4449 (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.2/
H A DNEWS2422 . Fixed bug #31875 (get_defined_functions additional param to exclude
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic701 # TODO: maybe this extra line exclude FoxPro Memo example NG.FPT starting with 000001b0 00000100 00…
16550 # exclude grub-core\lib\libgcrypt\mpi\Makefile.am with "#BEGIN_ASM_LIST"
16555 # exclude MS Windows help file CoNtenT with ":include FOOBAR.CNT"
H A Dmagic私はガラスを食べられます701 # TODO: maybe this extra line exclude FoxPro Memo example NG.FPT starting with 000001b0 00000100 00…
16550 # exclude grub-core\lib\libgcrypt\mpi\Makefile.am with "#BEGIN_ASM_LIST"
16555 # exclude MS Windows help file CoNtenT with ":include FOOBAR.CNT"
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt5523 (separator) property. Xsp is the same as Xps; it used to exclude ver-

Completed in 213 milliseconds