Home
last modified time | relevance | path

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

/PHP-7.3/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.m43726 # use absolute paths for naming shared libraries, and exclude the
5357 # exclude_expsyms can be an extended regexp of symbols to exclude
5359 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
/PHP-7.3/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.3/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.3/ext/standard/
H A Dscanf.c103 int exclude; /* 1 if this is an exclusion set. */ member
149 cset->exclude = 1; in BuildCharSet()
260 return (cset->exclude ? !match : match); in CharInSet()
H A Darray.c5388 HashTable exclude; local
5485 zend_hash_init(&exclude, num, NULL, NULL, 0);
5489 zend_hash_add(&exclude, str, &dummy);
5498 if (!zend_hash_exists(&exclude, str)) {
5509 zend_hash_destroy(&exclude);
/PHP-7.3/win32/build/
H A Dconfig.w32208 pvscfg.WriteLine("exclude-path = " + VCINSTALLDIR);
210 pvscfg.WriteLine("exclude-path = " + PROGRAM_FILESx86 + "\\windows kits\\");
212 pvscfg.WriteLine("exclude-path = " + PROGRAM_FILES + "\\windows kits\\");
345 ARG_WITH("test-ini-ext-exclude", "Comma separated list of shared extensions to \
H A DMakefile264 @xcopy $(BUILD_DIR)\*.dll /exclude:$(BUILD_DIR)\extension_dlls.txt $(PHP_PREFIX) /y >nul
/PHP-7.3/ext/xsl/tests/
H A Dbug49634.phpt23 exclude-result-prefixes="ext">
/PHP-7.3/appveyor/
H A Dbuild_task.bat65 --with-test-ini-ext-exclude=%EXT_EXCLUDE_FROM_TEST%
/PHP-7.3/Zend/
H A DREADME.ZEND_VM97 exclude old executor together with specialized one using --without-old-executor.
/PHP-7.3/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.3/ext/mbstring/oniguruma/doc/
H A DSYNTAX.md919 flag is clear, negative character classes do not automatically exclude newlines, and
920 only exclude those characters and ranges written in them.
/PHP-7.3/ext/phar/phar/
H A Dpharcommand.inc137 'inf' => '<regex> Regular expression for input files to exclude.'
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic767 # TODO: maybe this extra line exclude FoxPro Memo example NG.FPT starting with 000001b0 00000100 00…
17932 # exclude grub-core\lib\libgcrypt\mpi\Makefile.am with "#BEGIN_ASM_LIST"
17938 # exclude MS Windows help file CoNtenT with ":include FOOBAR.CNT"
H A Dmagic私はガラスを食べられます767 # TODO: maybe this extra line exclude FoxPro Memo example NG.FPT starting with 000001b0 00000100 00…
17932 # exclude grub-core\lib\libgcrypt\mpi\Makefile.am with "#BEGIN_ASM_LIST"
17938 # exclude MS Windows help file CoNtenT with ":include FOOBAR.CNT"

Completed in 256 milliseconds