Home
last modified time | relevance | path

Searched refs:regexp (Results 1 – 13 of 13) sorted by relevance

/PHP-7.2/ext/filter/tests/
H A D017.phpt8 var_dump(filter_var("data", FILTER_VALIDATE_REGEXP, array("options"=>array("regexp"=>'/.*/'))));
9 var_dump(filter_var("data", FILTER_VALIDATE_REGEXP, array("options"=>array("regexp"=>'/^b(.*)/'))));
10 var_dump(filter_var("data", FILTER_VALIDATE_REGEXP, array("options"=>array("regexp"=>'/^d(.*)/'))));
11 var_dump(filter_var("data", FILTER_VALIDATE_REGEXP, array("options"=>array("regexp"=>'/blah/'))));
12 var_dump(filter_var("data", FILTER_VALIDATE_REGEXP, array("options"=>array("regexp"=>'/\[/'))));
24 Warning: filter_var(): 'regexp' option missing in %s on line %d
H A D033_run.inc26 …k=>$d) $result[$k] = filter_var($d,filter_id($filter),array("options"=>array("regexp"=>'/^O.*/')));
/PHP-7.2/ext/opcache/
H A Dzend_accelerator_blacklist.c79 char regexp[12*1024], *p, *end, *c, *backtrack = NULL; in zend_accel_blacklist_update_regexp() local
88 regexp[0] = '^'; in zend_accel_blacklist_update_regexp()
89 regexp[1] = '('; in zend_accel_blacklist_update_regexp()
90 p = regexp + 2; in zend_accel_blacklist_update_regexp()
91 end = regexp + sizeof(regexp) - sizeof("[^\\\\]*)\0"); in zend_accel_blacklist_update_regexp()
180 …if ((it->re = pcre_compile(regexp, PCRE_NO_AUTO_CAPTURE, &pcre_error, &pcre_error_offset, 0)) == N… in zend_accel_blacklist_update_regexp()
186 p = regexp + 2; in zend_accel_blacklist_update_regexp()
/PHP-7.2/ext/mbstring/tests/
H A Dbug72710.phpt2 Bug #72710 (`mb_ereg` causes buffer overflow on regexp compile error)
/PHP-7.2/ext/filter/
H A Dlogical_filters.c429 zend_string *regexp; in php_filter_validate_regexp() local
438 FETCH_STR_OPTION(regexp, "regexp"); in php_filter_validate_regexp()
445 re = pcre_get_compiled_regex(regexp, &pcre_extra, &preg_options); in php_filter_validate_regexp()
609 const char *regexp; in php_filter_validate_email() local
613 regexp = regexp0; in php_filter_validate_email()
616 regexp = regexp1; in php_filter_validate_email()
625 sregexp = zend_string_init(regexp, regexp_len, 0); in php_filter_validate_email()
/PHP-7.2/ext/ldap/tests/
H A DREADME103 authz-regexp
/PHP-7.2/ext/mbstring/oniguruma/doc/
H A DRE237 \n \k<n> \k'n' (n >= 1) backreference the nth group in the regexp
/PHP-7.2/ext/zip/
H A Dphp_zip.c618 int php_zip_pcre(zend_string *regexp, char *path, int path_len, zval *return_value) /* {{{ */ in php_zip_pcre() argument
658 re = pcre_get_compiled_regex(regexp, &pcre_extra, &preg_options); in php_zip_pcre()
/PHP-7.2/ext/mbstring/oniguruma/
H A DHISTORY38 2016/10/10: fix memory leaks after parsing regexp error.
64 and too many captures in regexp.
/PHP-7.2/ext/pcre/pcrelib/
H A DREADME58 https://github.com/YasserAsmi/regexp, which aims to be simple and similar in
H A DChangeLog2460 5. The command line items --regex=pattern and --regexp=pattern were not
2461 recognized by pcregrep, which required --regex pattern or --regexp pattern
4412 instead of two lines, one with "regex" and the other with "regexp"
/PHP-7.2/build/
H A Dlibtool.m44606 opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5361 # exclude_expsyms can be an extended regexp of symbols to exclude
/PHP-7.2/
H A DNEWS2813 . Fixed bug #72710 (`mb_ereg` causes buffer overflow on regexp compile error).

Completed in 93 milliseconds