Home
last modified time | relevance | path

Searched refs:PREG_SET_ORDER (Results 1 – 18 of 18) sorted by relevance

/php-src/ext/pcre/tests/
H A D004.phpt6 …*\w*\s*\])?\s*(?:=[^,;]+)?)*)\s*;/S', 'unsigned int xpto = 124; short a, b;', $m, PREG_SET_ORDER));
9 …?:\([^)]+\))?(&?)([\w>.()-]+(?:\[\w+\])?)\s*,?((?:\)*\s*=)?)/S', '&a, b, &c', $m, PREG_SET_ORDER));
12 …*([^{;]*)/S', 'zend_parse_parameters( 0, "addd|s/", a, b, &c);', $m, PREG_SET_ORDER | PREG_OFFSET_…
H A Dmatch_flags.phpt9 var_dump(preg_match_all('/(.)x/', 'zxyx', $match, PREG_SET_ORDER));
15 var_dump(preg_match_all('/(.)x/', 'zxyx', $match, PREG_SET_ORDER | PREG_OFFSET_CAPTURE));
H A Drequest47456.phpt8 preg_match_all('/(?J)(?<chr>[ac])(?<num>\d)|(?<chr>[b])/', 'a1bc3', $m, PREG_SET_ORDER);
12 preg_match_all('/(?<chr>[ac])(?<num>\d)|(?<chr>[b])/J', 'a1bc3', $m, PREG_SET_ORDER);
H A Dbug61780_1.phpt17 preg_match_all('/(4)?(2)?\d/', '123456', $matches, PREG_SET_ORDER | PREG_UNMATCHED_AS_NULL);
20 preg_match_all('/(4)?(2)?\d/', '123456', $matches, PREG_SET_ORDER | PREG_OFFSET_CAPTURE | PREG_UNMA…
H A Dbug27011.phpt6 …eg_match_all('|(\w+)://([^\s"<]*[\w+#?/&=])|', "This is a text string", $matches, PREG_SET_ORDER));
H A Dbug61780_2.phpt17 preg_match_all('/(?<a>4)?(?<b>2)?\d/', '123456', $matches, PREG_SET_ORDER | PREG_UNMATCHED_AS_NULL);
20 preg_match_all('/(?<a>4)?(?<b>2)?\d/', '123456', $matches, PREG_SET_ORDER | PREG_OFFSET_CAPTURE | P…
H A D003.phpt6 foreach (array(PREG_PATTERN_ORDER, PREG_SET_ORDER) as $flag) {
H A Dpreg_match_all_edit_basic.phpt10 var_dump(preg_match_all('/[tT]his is a(.*?)\./', $string, $match2, PREG_SET_ORDER)); //fin…
H A Dmarks.phpt21 var_dump(preg_match_all($regex, '_a__b__c__d_', $matches, PREG_SET_ORDER));
H A Dpreg_match_all_basic.phpt11 var_dump(preg_match_all('/[tT]his is a(.*?)\./', $string, $match2, PREG_SET_ORDER)); //finds "This …
H A D005.phpt74 var_dump(preg_match_all($gcc_regex, $sampledata, $m, PREG_SET_ORDER));
/php-src/scripts/dev/
H A Dcheck_parameters.php107 …[^,;]+)?((?:\s*,\s*\**\s*\w+(?:\[\s*\w*\s*\])?\s*(?:=[^,;]+)?)*)\s*;/S', $txt, $m, PREG_SET_ORDER);
116 preg_match_all('/(\**)\s*(\w+(?:\[\s*\w*\s*\])?)\s*(=?)/S', $x[6], $y, PREG_SET_ORDER);
159 …_all('/(?:\([^)]+\))?(&?)([\w>.()-]+(?:\[\w+\])?)\s*,?((?:\)*\s*=)?)/S', $str, $m, PREG_SET_ORDER);
201 if (preg_match_all($regex, $txt, $matches, PREG_SET_ORDER | PREG_OFFSET_CAPTURE)) {
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dgenerate_name_perfect_hash_table.php21 preg_match_all($pattern, $fileContent, $matches, PREG_SET_ORDER);
/php-src/ext/pcre/
H A Dphp_pcre.stub.php14 const PREG_SET_ORDER = UNKNOWN; define
H A Dphp_pcre_arginfo.h108 REGISTER_LONG_CONSTANT("PREG_SET_ORDER", PREG_SET_ORDER, CONST_PERSISTENT); in register_php_pcre_symbols()
H A Dphp_pcre.c29 #define PREG_SET_ORDER 2 macro
1180 if ((global && (subpats_order < PREG_PATTERN_ORDER || subpats_order > PREG_SET_ORDER)) || in php_pcre_match_impl()
/php-src/sapi/cli/tests/
H A D006.phpt47 Constant [ <persistent> int PREG_SET_ORDER ] { 2 }
/php-src/Zend/
H A Dzend_vm_gen.php2643 …atch_all("/ZEND_VM_DISPATCH_TO_HANDLER\(\s*([A-Z_]*)\s*\)/m", $dsc["code"], $mm, PREG_SET_ORDER)) {

Completed in 59 milliseconds