Home
last modified time | relevance | path

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

1234

/PHP-7.1/ext/standard/tests/general_functions/
H A Dini_get_all.phpt4 pcre.backtrack_limit=1000000
5 pcre.recursion_limit=100000
15 var_dump(ini_get_all("pcre"));
16 var_dump(ini_get_all("pcre", false));
34 ["pcre.backtrack_limit"]=>
43 ["pcre.jit"]=>
52 ["pcre.recursion_limit"]=>
63 ["pcre.backtrack_limit"]=>
65 ["pcre.jit"]=>
67 ["pcre.recursion_limit"]=>
/PHP-7.1/sapi/cli/tests/
H A D006.phpt19 var_dump(`$php -n --re pcre`);
31 Entry [ pcre.backtrack_limit <ALL> ]
34 Entry [ pcre.recursion_limit <ALL> ]
37 Entry [ pcre.jit <ALL> ]
61 Function [ <internal:pcre> function preg_match ] {
71 Function [ <internal:pcre> function preg_match_all ] {
81 Function [ <internal:pcre> function preg_replace ] {
110 Function [ <internal:pcre> function preg_filter ] {
120 Function [ <internal:pcre> function preg_split ] {
129 Function [ <internal:pcre> function preg_quote ] {
[all …]
H A D018.phpt23 pcre
/PHP-7.1/ext/pcre/
H A Dconfig.w324 EXTENSION("pcre", "php_pcre.c", false /* never shared */,
5 "-Iext/pcre/pcrelib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
6pcre/pcrelib", "pcre_chartables.c pcre_ucd.c pcre_compile.c pcre_config.c pcre_exec.c pcre_fullinf…
7 ADD_DEF_FILE("ext\\pcre\\php_pcre.def");
12 PHP_INSTALL_HEADERS("ext/pcre", "php_pcre.h pcrelib/");
15 ARG_WITH("pcre-jit", "Enable PCRE JIT support", "yes");
H A Dconfig0.m48 PHP_ARG_WITH(pcre-regex,,
9 [ --with-pcre-regex=DIR Include Perl Compatible Regular Expressions support.
15 test -f $i/pcre.h && PCRE_INCDIR=$i
19 AC_MSG_ERROR([Could not find pcre.h in $PHP_PCRE_REGEX])
34 pcre_major=`grep PCRE_MAJOR $PCRE_INCDIR/pcre.h | sed -e 's/[^0-9]//g'`
35 pcre_minor=`grep PCRE_MINOR $PCRE_INCDIR/pcre.h | sed -e 's/[^0-9]//g'`
46 PHP_ADD_LIBRARY_WITH_PATH(pcre, $PCRE_LIBDIR)
51 PHP_INSTALL_HEADERS([ext/pcre], [php_pcre.h])
64 PHP_NEW_EXTENSION(pcre, $pcrelib_sources php_pcre.c, no,,$PHP_PCRE_CFLAGS)
66 PHP_INSTALL_HEADERS([ext/pcre], [php_pcre.h pcrelib/])
[all …]
H A Dphp_pcre.h37 PHPAPI pcre* pcre_get_compiled_regex(zend_string *regex, pcre_extra **extra, int *options);
38 PHPAPI pcre* pcre_get_compiled_regex_ex(zend_string *regex, pcre_extra **extra, int *preg_options, …
47 pcre *re;
74 ZEND_BEGIN_MODULE_GLOBALS(pcre)
82 ZEND_END_MODULE_GLOBALS(pcre)
84 PHPAPI ZEND_EXTERN_MODULE_GLOBALS(pcre)
85 #define PCRE_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(pcre, v)
/PHP-7.1/ext/filter/
H A Dconfig.m47 PHP_ARG_WITH(pcre-dir, pcre install prefix,
8 [ --with-pcre-dir FILTER: pcre install prefix], no, no)
46 PHP_ADD_EXTENSION_DEP(filter, pcre)
/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre.h325 typedef struct real_pcre pcre; typedef
540 PCRE_EXP_DECL pcre *pcre_compile(const char *, int, const char **, int *,
555 PCRE_EXP_DECL int pcre_copy_named_substring(const pcre *, const char *,
567 PCRE_EXP_DECL int pcre_dfa_exec(const pcre *, const pcre_extra *,
579 PCRE_EXP_DECL int pcre_jit_exec(const pcre *, const pcre_extra *,
594 PCRE_EXP_DECL int pcre_fullinfo(const pcre *, const pcre_extra *, int,
600 PCRE_EXP_DECL int pcre_get_named_substring(const pcre *, const char *,
606 PCRE_EXP_DECL int pcre_get_stringnumber(const pcre *, const char *);
630 PCRE_EXP_DECL int pcre_refcount(pcre *, int);
633 PCRE_EXP_DECL pcre_extra *pcre_study(const pcre *, int, const char **);
[all …]
H A DREADME16 ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-xxx.tar.gz
17 ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-xxx.tar.bz2
18 ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-xxx.zip
187 into /source/pcre/pcre-xxx, but you want to build it in /build/pcre/pcre-xxx:
189 cd /build/pcre/pcre-xxx
190 /source/pcre/pcre-xxx/configure
466 pcre-config
483 pcre.h
494 pcre.3
495 pcre*.3 (lots more pages, all starting "pcre")
[all …]
H A Dpcre_refcount.c71 pcre_refcount(pcre *argument_re, int adjust) in pcre_refcount()
/PHP-7.1/ext/pcre/tests/
H A Dbacktrack_limit.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 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 Dpreg_match_error3.phpt5 if (ini_get("pcre.jit") === FALSE) {
H A Dbug41050.phpt2 Bug #41050 (pcre 7.0 regression)
H A Dbug40909.phpt2 Bug #40909 (pcre 7.0 regression)
H A Dpreg_match_basic_002.phpt7 * Source code: ext/pcre/php_pcre.c
H A Dsplit2.phpt4 pcre.jit=0
17 ini_set('pcre.recursion_limit', 1);
/PHP-7.1/ext/spl/tests/
H A Dbug70868.phpt4 pcre.jit=1
6 <?php if (!extension_loaded("pcre")) die("skip"); ?>
/PHP-7.1/ext/mbstring/tests/
H A Dmb_split.phpt6 extension_loaded('pcre') or die('skip pcre not available');
/PHP-7.1/ext/standard/tests/mail/
H A Dbug69115.phpt2 Bug #69115 crash in mail (plus indirect pcre test)

Completed in 50 milliseconds

1234