Home
last modified time | relevance | path

Searched refs:pcre (Results 1 – 25 of 66) sorted by relevance

123

/php-src/ext/standard/tests/general_functions/
H A Dini_get_all.phpt4 pcre.jit=1
5 pcre.backtrack_limit=1000000
6 pcre.recursion_limit=100000
16 var_dump(ini_get_all("pcre"));
17 var_dump(ini_get_all("pcre", false));
35 ["pcre.backtrack_limit"]=>
44 ["pcre.jit"]=>
53 ["pcre.recursion_limit"]=>
64 ["pcre.backtrack_limit"]=>
66 ["pcre.jit"]=>
[all …]
/php-src/ext/pcre/
H A Dconfig.w323 EXTENSION("pcre", "php_pcre.c", false /* never shared */,
4 "-Iext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
5pcre/pcre2lib", "pcre2_auto_possess.c pcre2_chartables.c pcre2_compile.c pcre2_config.c pcre2_cont…
6 ADD_DEF_FILE("ext\\pcre\\php_pcre.def");
12 PHP_INSTALL_HEADERS("ext/pcre", "php_pcre.h pcre2lib/");
15 ARG_WITH("pcre-jit", "Enable PCRE JIT support", "yes");
H A Dconfig0.m42 dnl --with-external-pcre is supplied, we'll use that for linking.
3 PHP_ARG_WITH([external-pcre],,
4 [AS_HELP_STRING([--with-external-pcre],
9 PHP_ARG_WITH([pcre-jit],,
10 [AS_HELP_STRING([--without-pcre-jit],
57 PHP_NEW_EXTENSION(pcre, php_pcre.c, no,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
58 PHP_INSTALL_HEADERS([ext/pcre], [php_pcre.h])
98 PHP_NEW_EXTENSION(pcre, $pcrelib_sources php_pcre.c, no,,$PHP_PCRE_CFLAGS)
100 PHP_INSTALL_HEADERS([ext/pcre], [php_pcre.h pcre2lib/])
103 dnl Enable pcre valgrind support only in DEBUG build (it affects performance)
H A Dphp_pcre.h74 ZEND_BEGIN_MODULE_GLOBALS(pcre)
88 ZEND_END_MODULE_GLOBALS(pcre)
90 PHPAPI ZEND_EXTERN_MODULE_GLOBALS(pcre)
91 #define PCRE_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(pcre, v)
/php-src/sapi/cli/tests/
H A D006.phpt10 die ("skip not pcre jit support builtin");
22 var_dump(`$php -n --re pcre`);
34 Entry [ pcre.backtrack_limit <ALL> ]
37 Entry [ pcre.recursion_limit <ALL> ]
40 Entry [ pcre.jit <ALL> ]
68 Function [ <internal:pcre> function preg_match ] {
90 Function [ <internal:pcre> function preg_replace ] {
101 Function [ <internal:pcre> function preg_filter ] {
135 Function [ <internal:pcre> function preg_split ] {
145 Function [ <internal:pcre> function preg_quote ] {
[all …]
H A D018.phpt23 pcre
/php-src/ext/pcre/tests/
H A Dgh11374.phpt7 …_bundled() && (PCRE_VERSION_MAJOR == 10 && PCRE_VERSION_MINOR <= 42)) die("skip old pcre version");
22 ini_set('pcre.jit', '0');
24 ini_set('pcre.jit', '1');
H A Dgrep2.phpt4 <?php if (!PCRE_JIT_SUPPORT) die("skip no pcre jit support"); ?>
6 pcre.jit=1
17 ini_set('pcre.recursion_limit', 1);
H A Dpreg_match_error3.phpt5 if (ini_get("pcre.jit") === FALSE) {
10 pcre.jit=1
H A Derrors05.phpt5 if (ini_get('pcre.jit') === false) {
10 pcre.jit=1
H A Dbacktrack_limit.phpt10 pcre.backtrack_limit=2
11 pcre.jit=0
H A Derrors04.phpt10 pcre.backtrack_limit=2
11 pcre.jit=0
H A Dbug41638.phpt2 Bug #41638 (pcre 7.0 regression)
10 // these two are from Magnus Holmgren (extracted from a pcre-dev mailing list post)
H A Drecursion_limit.phpt10 pcre.jit=0
11 pcre.recursion_limit=2
H A D006.phpt4 pcre.jit=0
5 pcre.backtrack_limit=100000
H A Dbug78338.phpt4 pcre.jit=1
H A Dbug52732.phpt4 pcre.backtrack_limit=1
H A Derrors01.phpt4 pcre.recursion_limit=1
H A Dcheck_jit_enabled.phpt5 if (ini_get("pcre.jit") === FALSE) {
H A Dbug38600.phpt2 Bug #38600 (infinite loop in pcre with extended class)
H A Dgh11956.phpt4 pcre.jit=1
H A Dno_jit_bug70110.phpt4 <?php if (!PCRE_JIT_SUPPORT) die("skip pcre jit support required"); ?>
H A Dbug41050.phpt2 Bug #41050 (pcre 7.0 regression)
/php-src/ext/fileinfo/tests/
H A Dcve-2014-3538-nojit.phpt2 Bug #66731: file: extensive backtracking, with pcre.jit=0
13 pcre.jit=0
/php-src/
H A Dcodecov.yml3 - "ext/pcre/pcre2lib" # bundled library

Completed in 45 milliseconds

123