Home
last modified time | relevance | path

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

/PHP-7.4/build/
H A DMakefile.gcov56 --exclude-directories 'ext/date/lib$$' \
63 --exclude-directories 'ext/date/lib$$' \
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.4/scripts/dev/
H A Dtidy.php44 foreach ($excludes as $exclude) {
45 if (strpos($path, $exclude) !== false) {
/PHP-7.4/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.4/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.4/
H A Dazure-pipelines.yml8 exclude:
H A D.gitignore3 # such as editor configuration, a good practice is to exclude them using the
4 # .git/info/exclude in the cloned repository or a global .gitignore file.
H A DUPGRADING709 . New INI directive to include or exclude arguments from stack traces
H A Dphp.ini-development364 ; Allows to include or exclude arguments from stack traces generated for exceptions.
H A Dphp.ini-production364 ; Allows to include or exclude arguments from stack traces generated for exceptions.
/PHP-7.4/ext/standard/
H A Dscanf.c101 int exclude; /* 1 if this is an exclusion set. */ member
147 cset->exclude = 1; in BuildCharSet()
258 return (cset->exclude ? !match : match); in CharInSet()
H A Darray.c5461 HashTable exclude; local
5556 zend_hash_init(&exclude, num, NULL, NULL, 0);
5560 zend_hash_add(&exclude, str, &dummy);
5569 if (!zend_hash_exists(&exclude, str)) {
5580 zend_hash_destroy(&exclude);
/PHP-7.4/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\\");
354 ARG_WITH("test-ini-ext-exclude", "Comma separated list of shared extensions to \
H A DMakefile263 @xcopy $(BUILD_DIR)\*.dll /exclude:$(BUILD_DIR)\extension_dlls.txt $(PHP_PREFIX) /y >nul
/PHP-7.4/ext/xsl/tests/
H A Dbug49634.phpt23 exclude-result-prefixes="ext">
/PHP-7.4/appveyor/
H A Dbuild_task.bat65 --with-test-ini-ext-exclude=%EXT_EXCLUDE_FROM_TEST%
/PHP-7.4/azure/
H A Dcommunity_job.yml70 php ./phpunit --exclude-group tty,benchmark,intl-data,transient
/PHP-7.4/Zend/
H A DREADME.md131 or exclude old executor together with specialized one using
/PHP-7.4/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.4/ext/phar/phar/
H A Dpharcommand.inc137 'inf' => '<regex> Regular expression for input files to exclude.'
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます821 # TODO: maybe this extra line exclude FoxPro Memo example NG.FPT starting with 000001b0 00000100 00…
19291 # exclude grub-core\lib\libgcrypt\mpi\Makefile.am with "#BEGIN_ASM_LIST"
19297 # exclude MS Windows help file CoNtenT with ":include FOOBAR.CNT"
H A Dmagic821 # TODO: maybe this extra line exclude FoxPro Memo example NG.FPT starting with 000001b0 00000100 00…
19291 # exclude grub-core\lib\libgcrypt\mpi\Makefile.am with "#BEGIN_ASM_LIST"
19297 # exclude MS Windows help file CoNtenT with ":include FOOBAR.CNT"

Completed in 178 milliseconds