Searched refs:pcre (Results 1 – 25 of 79) sorted by relevance
1234
/PHP-7.3/ext/standard/tests/general_functions/ |
H A D | ini_get_all.phpt | 4 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 D | 006.phpt | 10 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 D | 018.phpt | 23 pcre
|
/PHP-7.3/ext/pcre/ |
H A D | config.w32 | 3 EXTENSION("pcre", "php_pcre.c", false /* never shared */, 4 "-Iext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1"); 5 …pcre/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 D | config0.m4 | 1 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 D | php_pcre.h | 71 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 D | config.m4 | 6 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 D | preg_match_error3.phpt | 5 if (ini_get("pcre.jit") === FALSE) { 10 pcre.jit=1
|
H A D | backtrack_limit.phpt | 10 pcre.backtrack_limit=2 11 pcre.jit=0
|
H A D | grep2.phpt | 4 <?php if (!PCRE_JIT_SUPPORT) die("skip no pcre jit support"); ?> 6 pcre.jit=1 19 ini_set('pcre.recursion_limit', 1);
|
H A D | bug41638.phpt | 2 Bug #41638 (pcre 7.0 regression) 10 // these two are from Magnus Holmgren (extracted from a pcre-dev mailing list post)
|
H A D | recursion_limit.phpt | 10 pcre.jit=0 11 pcre.recursion_limit=2
|
H A D | 006.phpt | 4 pcre.jit=0 5 pcre.backtrack_limit=100000
|
H A D | bug78338.phpt | 4 pcre.jit=1
|
H A D | bug52732.phpt | 4 pcre.backtrack_limit=1
|
H A D | check_jit_enabled.phpt | 5 if (ini_get("pcre.jit") === FALSE) {
|
H A D | bug38600.phpt | 2 Bug #38600 (infinite loop in pcre with extended class)
|
H A D | bug41050.phpt | 2 Bug #41050 (pcre 7.0 regression)
|
H A D | no_jit_bug70110.phpt | 4 <?php if (!PCRE_JIT_SUPPORT) die("skip pcre jit support required"); ?>
|
H A D | bug40909.phpt | 2 Bug #40909 (pcre 7.0 regression)
|
H A D | bug76909.phpt | 5 if(!ini_get("pcre.jit")) {
|
H A D | preg_match_basic_002.phpt | 7 * Source code: ext/pcre/php_pcre.c
|
/PHP-7.3/ext/spl/tests/ |
H A D | bug70868.phpt | 4 pcre.jit=1 6 <?php if (!extension_loaded("pcre")) die("skip"); ?>
|
/PHP-7.3/ext/fileinfo/tests/ |
H A D | cve-2014-3538-nojit.phpt | 2 Bug #66731: file: extensive backtraking, with pcre.jit=0 11 pcre.jit=0
|
/PHP-7.3/ext/mbstring/tests/ |
H A D | mb_split.phpt | 6 extension_loaded('pcre') or die('skip pcre not available');
|
Completed in 58 milliseconds
1234