Home
last modified time | relevance | path

Searched refs:preg_match_all (Results 26 – 47 of 47) sorted by relevance

12

/PHP-8.2/scripts/dev/
H A Dcheck_parameters.php107preg_match_all('/((?:(?:unsigned|struct)\s+)?\w+)(?:\s*(\*+)\s+|\s+(\**))(\w+(?:\[\s*\w*\s*\])?)\s…
116 preg_match_all('/(\**)\s*(\w+(?:\[\s*\w*\s*\])?)\s*(=?)/S', $x[6], $y, PREG_SET_ORDER);
159preg_match_all('/(?:\([^)]+\))?(&?)([\w>.()-]+(?:\[\w+\])?)\s*,?((?:\)*\s*=)?)/S', $str, $m, PREG_…
201 if (preg_match_all($regex, $txt, $matches, PREG_SET_ORDER | PREG_OFFSET_CAPTURE)) {
/PHP-8.2/ext/pcre/tests/
H A Dmarks.phpt18 var_dump(preg_match_all($regex, '_a__b__c__d_', $matches, PREG_PATTERN_ORDER));
21 var_dump(preg_match_all($regex, '_a__b__c__d_', $matches, PREG_SET_ORDER));
H A Dbug40909.phpt12 if ($result =preg_match_all($pattern, $context, $match))
H A Dpcre_anchored.phpt5 if (@preg_match_all('/\p{N}/', '0123456789', $dummy) === false) {
H A Dbug63055.phpt19 preg_match_all("/(\d)+/", "foo123456bar", $matches);
H A Dbug70232.phpt7 preg_match_all($pattern, $subject, $matches);
H A Dbug27103.phpt19 preg_match_all('/./u', $teststr, $matches);
H A Dbug42945.phpt6 var_dump(preg_match_all('/\b/', "a'", $m, PREG_OFFSET_CAPTURE));
H A Dmatch_flags3.phpt14 var_dump(preg_match_all('/\d+/', '123 456 789 012', $match, 0, -8));
H A D005.phpt2 abusing preg_match_all() #2
74 var_dump(preg_match_all($gcc_regex, $sampledata, $m, PREG_SET_ORDER));
/PHP-8.2/ext/standard/tests/mail/
H A Dbug47983.phpt9 var_dump(preg_match_all('/(?<!\r)\n/', $mail));
H A Dgh8086.phpt10 var_dump(preg_match_all('/(?<!\r)\n/', $mail));
/PHP-8.2/ext/tokenizer/
H A Dtokenizer_data_gen.php22 preg_match_all('(^%token.*\b(?<token_name>T_.*?)\b)m', $incontent, $matches);
/PHP-8.2/ext/pcre/
H A Dphp_pcre_arginfo.h67 ZEND_FUNCTION(preg_match_all);
81 ZEND_FE(preg_match_all, arginfo_preg_match_all)
H A Dphp_pcre.stub.php105 function preg_match_all(string $pattern, string $subject, &$matches = null, int $flags = 0, int $of… function
H A Dphp_pcre.c1491 PHP_FUNCTION(preg_match_all) in PHP_FUNCTION() argument
/PHP-8.2/ext/mbstring/tests/
H A Dgh8086.phpt24 var_dump(preg_match_all('/(?<!\r)\n/', $eml));
H A Dgh7902.phpt25 var_dump(preg_match_all('/(?<!\r)\n/', $eml));
/PHP-8.2/ext/spl/tests/
H A Diterator_052.phpt28 @preg_match_all($this->re, (string)($this->uk ? $this->key() : $this->current()), $sub);
H A Diterator_053.phpt28 @preg_match_all($this->re, (string)($this->uk ? $this->key() : $this->current()), $sub);
/PHP-8.2/sapi/cli/tests/
H A D006.phpt79 Function [ <internal:pcre> function preg_match_all ] {
/PHP-8.2/Zend/
H A Dzend_vm_gen.php2601 …} else if (preg_match_all("/ZEND_VM_DISPATCH_TO_HANDLER\(\s*([A-Z_]*)\s*\)/m", $dsc["code"], $mm, …

Completed in 35 milliseconds

12