Home
last modified time | relevance | path

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

1234

/PHP-7.3/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-7.3/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 ] {
88 Function [ <internal:pcre> function preg_replace ] {
117 Function [ <internal:pcre> function preg_filter ] {
127 Function [ <internal:pcre> function preg_split ] {
136 Function [ <internal:pcre> function preg_quote ] {
[all …]
H A D018.phpt23 pcre
/PHP-7.3/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");
13 PHP_INSTALL_HEADERS("ext/pcre", "php_pcre.h pcre2lib/");
16 ARG_WITH("pcre-jit", "Enable PCRE JIT support", "yes");
H A Dconfig0.m41 dnl config.m4 for extension pcre
6 PHP_ARG_WITH(pcre-regex,,
7 [ --with-pcre-regex=DIR Include Perl Compatible Regular Expressions support.
10 PHP_ARG_WITH(pcre-jit,,[ --with-pcre-jit Enable PCRE JIT functionality (BUNDLED only)], ye…
87 PHP_NEW_EXTENSION(pcre, php_pcre.c, no,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
88 PHP_INSTALL_HEADERS([ext/pcre], [php_pcre.h])
100 PHP_NEW_EXTENSION(pcre, $pcrelib_sources php_pcre.c, no,,$PHP_PCRE_CFLAGS)
102 PHP_INSTALL_HEADERS([ext/pcre], [php_pcre.h pcre2lib/])
117 PHP_ARG_WITH(pcre-valgrind,,[ --with-pcre-valgrind=DIR
120 … AC_MSG_WARN([PHP is going to be linked with an external PCRE, --with-pcre-valgrind has no effect])
H A Dphp_pcre.h71 ZEND_BEGIN_MODULE_GLOBALS(pcre)
79 ZEND_END_MODULE_GLOBALS(pcre)
81 PHPAPI ZEND_EXTERN_MODULE_GLOBALS(pcre)
82 #define PCRE_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(pcre, v)
/PHP-7.3/ext/filter/
H A Dconfig.m46 PHP_ARG_WITH(pcre-dir, pcre install prefix,
7 [ --with-pcre-dir FILTER: pcre install prefix], no, no)
45 PHP_ADD_EXTENSION_DEP(filter, pcre)
/PHP-7.3/ext/pcre/tests/
H A Dpreg_match_error3.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 Dgrep2.phpt4 <?php if (!PCRE_JIT_SUPPORT) die("skip no pcre jit support"); ?>
6 pcre.jit=1
19 ini_set('pcre.recursion_limit', 1);
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 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 Dbug41050.phpt2 Bug #41050 (pcre 7.0 regression)
H A Dno_jit_bug70110.phpt4 <?php if (!PCRE_JIT_SUPPORT) die("skip pcre jit support required"); ?>
H A Dbug40909.phpt2 Bug #40909 (pcre 7.0 regression)
H A Dbug76909.phpt5 if(!ini_get("pcre.jit")) {
H A Dpreg_match_basic_002.phpt7 * Source code: ext/pcre/php_pcre.c
/PHP-7.3/ext/spl/tests/
H A Dbug70868.phpt4 pcre.jit=1
6 <?php if (!extension_loaded("pcre")) die("skip"); ?>
/PHP-7.3/ext/fileinfo/tests/
H A Dcve-2014-3538-nojit.phpt2 Bug #66731: file: extensive backtraking, with pcre.jit=0
11 pcre.jit=0
/PHP-7.3/ext/mbstring/tests/
H A Dmb_split.phpt6 extension_loaded('pcre') or die('skip pcre not available');

Completed in 36 milliseconds

1234