Home
last modified time | relevance | path

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

/PHP-5.3/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.inc25 …k=>$d) $result[$k] = filter_var($d,filter_id($filter),array("options"=>array("regexp"=>'/^O.*/')));
/PHP-5.3/ext/mbstring/oniguruma/doc/
H A DFAQ29 new regexp objects or re-compiling objects or freeing objects,
/PHP-5.3/ext/filter/
H A Dlogical_filters.c406 char *regexp; in php_filter_validate_regexp() local
419 FETCH_STRING_OPTION(regexp, "regexp"); in php_filter_validate_regexp()
427 re = pcre_get_compiled_regex(regexp, &pcre_extra, &preg_options TSRMLS_CC); in php_filter_validate_regexp()
525 …const char regexp[] = "/^(?!(?:(?:\\x22?\\x5C[\\x00-\\x7E]\\x22?)|(?:\\x22?[^\\x5C\\x22]\\x22?)){2… in php_filter_validate_email() local
539 re = pcre_get_compiled_regex((char *)regexp, &pcre_extra, &preg_options TSRMLS_CC); in php_filter_validate_email()
/PHP-5.3/ext/pcre/tests/
H A D002.phpt37 Parse error: %s in %s002.php(12) : regexp code on line 1
/PHP-5.3/ext/ldap/tests/
H A DREADME29 authz-regexp
/PHP-5.3/ext/zip/
H A Dphp_zip.c634 int php_zip_pcre(char *regexp, int regexp_len, char *path, int path_len, zval *return_value TSRMLS_… in php_zip_pcre() argument
674 re = pcre_get_compiled_regex(regexp, &pcre_extra, &preg_options TSRMLS_CC); in php_zip_pcre()
/PHP-5.3/build/
H A Dlibtool.m44603 opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5358 # exclude_expsyms can be an extended regexp of symbols to exclude
/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog1338 5. The command line items --regex=pattern and --regexp=pattern were not
1339 recognized by pcregrep, which required --regex pattern or --regexp pattern
3289 instead of two lines, one with "regex" and the other with "regexp"
/PHP-5.3/
H A DNEWS7018 - Implemented periodic PCRE compiled regexp cache cleanup, to avoid memory

Completed in 71 milliseconds