Home
last modified time | relevance | path

Searched refs:PREG_GREP_INVERT (Results 1 – 8 of 8) sorted by relevance

/php-src/ext/pcre/tests/
H A Dpcre.constants.phpt13 echo "PREG_GREP_INVERT= ", PREG_GREP_INVERT, "\n";
28 PREG_GREP_INVERT= 1
H A Dgrep.phpt8 var_dump(preg_grep('/^(\d|.\d)$/', $array, PREG_GREP_INVERT));
H A Dgrep2.phpt15 var_dump(preg_grep('@^[a-z]+@', $array, PREG_GREP_INVERT));
H A Dpreg_grep_basic.phpt14 var_dump(preg_grep('@^HTTP(.*?)\w{2,}$@i', $array, PREG_GREP_INVERT)); //same as first example but …
/php-src/ext/pcre/
H A Dphp_pcre.stub.php44 const PREG_GREP_INVERT = UNKNOWN; define
H A Dphp_pcre_arginfo.h114 REGISTER_LONG_CONSTANT("PREG_GREP_INVERT", PREG_GREP_INVERT, CONST_PERSISTENT); in register_php_pcre_symbols()
H A Dphp_pcre.c37 #define PREG_GREP_INVERT (1<<0) macro
2931 invert = flags & PREG_GREP_INVERT ? 1 : 0; in php_pcre_grep_impl()
/php-src/sapi/cli/tests/
H A D006.phpt53 Constant [ <persistent> int PREG_GREP_INVERT ] { 1 }

Completed in 19 milliseconds