Home
last modified time | relevance | path

Searched refs:ALL_MATCHES (Results 1 – 6 of 6) sorted by relevance

/PHP-8.3/ext/spl/tests/
H A DregexIterator_mode_basic.phpt20 $regexIterator->setMode(RegexIterator::ALL_MATCHES);
21 var_dump($regexIterator->getMode() === RegexIterator::ALL_MATCHES);
H A Diterator_052.phpt2 SPL: RegexIterator::ALL_MATCHES
36 $it = new MyRegexIterator($ar, '/(\d),(\d)/', RegexIterator::ALL_MATCHES);
39 $it = new MyRegexIterator($ar, '/(\d)/', RegexIterator::ALL_MATCHES);
H A Diterator_053.phpt2 SPL: RegexIterator::ALL_MATCHES
36 $it = new MyRegexIterator($ar, '/(\d),(\d)/', RegexIterator::ALL_MATCHES, RegexIterator::USE_KEY);
39 $it = new MyRegexIterator($ar, '/(\d)/', RegexIterator::ALL_MATCHES, RegexIterator::USE_KEY);
H A DregexIterator_setMode_error.phpt23 …must be RegexIterator::MATCH, RegexIterator::GET_MATCH, RegexIterator::ALL_MATCHES, RegexIterator:…
H A Dbug68128.phpt15 RecursiveRegexIterator::ALL_MATCHES, 0, PREG_PATTERN_ORDER);
/PHP-8.3/ext/spl/
H A Dspl_iterators.stub.php399 public const ALL_MATCHES = UNKNOWN; define in RegexIterator

Completed in 9 milliseconds