Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/ext/opcache/
H A Dzend_accelerator_blacklist.c95 char regexp[12*1024], *p, *end, *c, *backtrack = NULL; in zend_accel_blacklist_update_regexp() local
104 regexp[0] = '^'; in zend_accel_blacklist_update_regexp()
105 regexp[1] = '('; in zend_accel_blacklist_update_regexp()
106 p = regexp + 2; in zend_accel_blacklist_update_regexp()
107 end = regexp + sizeof(regexp) - sizeof("[^\\\\]*)\0"); in zend_accel_blacklist_update_regexp()
196 if ((reg_err = regcomp(&it->comp_regex, regexp, REGEX_MODE)) != 0) { in zend_accel_blacklist_update_regexp()
200 p = regexp + 2; in zend_accel_blacklist_update_regexp()
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DFAQ29 new regexp objects or re-compiling objects or freeing objects,
/PHP-5.5/ext/filter/
H A Dlogical_filters.c414 char *regexp; in php_filter_validate_regexp() local
427 FETCH_STRING_OPTION(regexp, "regexp"); in php_filter_validate_regexp()
435 re = pcre_get_compiled_regex(regexp, &pcre_extra, &preg_options TSRMLS_CC); in php_filter_validate_regexp()
529 …const char regexp[] = "/^(?!(?:(?:\\x22?\\x5C[\\x00-\\x7E]\\x22?)|(?:\\x22?[^\\x5C\\x22]\\x22?)){2… in php_filter_validate_email() local
543 re = pcre_get_compiled_regex((char *)regexp, &pcre_extra, &preg_options TSRMLS_CC); in php_filter_validate_email()
/PHP-5.5/ext/pcre/tests/
H A D002.phpt39 Parse error: %s in %s002.php(12) : regexp code on line 1
/PHP-5.5/ext/ldap/tests/
H A DREADME29 authz-regexp
/PHP-5.5/ext/zip/
H A Dphp_zip.c625 int php_zip_pcre(char *regexp, int regexp_len, char *path, int path_len, zval *return_value TSRMLS_… in php_zip_pcre() argument
665 re = pcre_get_compiled_regex(regexp, &pcre_extra, &preg_options TSRMLS_CC); in php_zip_pcre()
/PHP-5.5/ext/pcre/pcrelib/
H A DREADME58 https://github.com/YasserAsmi/regexp, which aims to be simple and similar in
H A DChangeLog2274 5. The command line items --regex=pattern and --regexp=pattern were not
2275 recognized by pcregrep, which required --regex pattern or --regexp pattern
4226 instead of two lines, one with "regex" and the other with "regexp"
/PHP-5.5/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-5.5/
H A DNEWS10068 - Implemented periodic PCRE compiled regexp cache cleanup, to avoid memory

Completed in 84 milliseconds