Searched refs:ALL_MATCHES (Results 1 – 6 of 6) sorted by relevance
/PHP-8.2/ext/spl/tests/ |
H A D | regexIterator_mode_basic.phpt | 20 $regexIterator->setMode(RegexIterator::ALL_MATCHES); 21 var_dump($regexIterator->getMode() === RegexIterator::ALL_MATCHES);
|
H A D | iterator_052.phpt | 2 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 D | iterator_053.phpt | 2 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 D | regexIterator_setMode_error.phpt | 23 …must be RegexIterator::MATCH, RegexIterator::GET_MATCH, RegexIterator::ALL_MATCHES, RegexIterator:…
|
H A D | bug68128.phpt | 15 RecursiveRegexIterator::ALL_MATCHES, 0, PREG_PATTERN_ORDER);
|
/PHP-8.2/ext/spl/ |
H A D | spl_iterators.stub.php | 399 public const ALL_MATCHES = UNKNOWN; define in RegexIterator
|
Completed in 9 milliseconds