Home
last modified time | relevance | path

Searched refs:pcre (Results 26 – 50 of 66) sorted by relevance

123

/php-src/ext/pcre/tests/
H A Dbug40909.phpt2 Bug #40909 (pcre 7.0 regression)
H A Dpreg_match_variation1.phpt5 /* Function is implemented in ext/pcre/php_pcre.c */
H A Dsplit2.phpt4 pcre.jit=0
16 ini_set('pcre.recursion_limit', 1);
H A Dbug76909.phpt5 if(!ini_get("pcre.jit")) {
H A Dbug40195.phpt2 Bug #40195 (pcre 6.7 regression)
H A Dbug42298.phpt2 Bug #42298 (pcre gives bogus results with /u)
H A Dpcre.constants.phpt2 Test for pre-defined pcre constants
H A Dpreg_replace_variation1.phpt6 * Function is implemented in ext/pcre/php_pcre.c
H A Dpreg_match_all_error3.phpt6 * Function is implemented in ext/pcre/php_pcre.c
H A Dbug41148.phpt2 Bug #41148 (pcre 7.0 regression)
H A Dpreg_quote_basic.phpt6 * Function is implemented in ext/pcre/php_pcre.c
H A Dpreg_replace_error2.phpt6 * Function is implemented in ext/pcre/php_pcre.c
H A Dpreg_match_basic.phpt5 /* Function is implemented in ext/pcre/php_pcre.c */
H A Dpreg_replace_callback_error1.phpt6 * Function is implemented in ext/pcre/php_pcre.c
H A Dpreg_replace_error1.phpt6 * Function is implemented in ext/pcre/php_pcre.c
H A D004.phpt2 abusing pcre
H A Dpreg_replace_callback_basic.phpt6 * Function is implemented in ext/pcre/php_pcre.c
H A Dpreg_grep_error1.phpt6 * Function is implemented in ext/pcre/php_pcre.c
H A Dpreg_split_basic.phpt6 * Function is implemented in ext/pcre/php_pcre.c
H A Dpreg_split_error1.phpt6 * Function is implemented in ext/pcre/php_pcre.c
/php-src/ext/filter/
H A Dconfig.m411 PHP_ADD_EXTENSION_DEP(filter, pcre)
/php-src/ext/spl/tests/
H A Dbug70868.phpt4 pcre.jit=1
/php-src/ext/spl/
H A Dconfig.m43 PHP_ADD_EXTENSION_DEP(spl, pcre, true)
/php-src/ext/standard/tests/mail/
H A Dbug69115.phpt2 Bug #69115 crash in mail (plus indirect pcre test)
/php-src/ext/pcre/
H A Dphp_pcre.c389 static PHP_MINFO_FUNCTION(pcre) in PHP_MINFO_FUNCTION() argument
430 static PHP_MINIT_FUNCTION(pcre) in PHP_MINIT_FUNCTION() argument
3034 PHP_MINIT(pcre),
3035 PHP_MSHUTDOWN(pcre),
3036 PHP_RINIT(pcre),
3037 PHP_RSHUTDOWN(pcre),
3038 PHP_MINFO(pcre),
3040 PHP_MODULE_GLOBALS(pcre),
3041 PHP_GINIT(pcre),
3042 PHP_GSHUTDOWN(pcre),
[all …]

Completed in 71 milliseconds

123