Home
last modified time | relevance | path

Searched refs:SPLIT (Results 1 – 5 of 5) sorted by relevance

/PHP-8.3/ext/spl/tests/
H A Diterator_055.phpt2 SPL: RegexIterator::SPLIT, USE_KEY
19 $it = new MyRegexIterator($ar, '/(\d),(\d)/', RegexIterator::SPLIT, RegexIterator::USE_KEY);
H A Diterator_054.phpt2 SPL: RegexIterator::SPLIT
19 $it = new MyRegexIterator($ar, '/,/', RegexIterator::SPLIT);
H A DregexIterator_mode_basic.phpt23 $regexIterator->setMode(RegexIterator::SPLIT);
24 var_dump($regexIterator->getMode() === RegexIterator::SPLIT);
H A DregexIterator_setMode_error.phpt23 …TCH, RegexIterator::GET_MATCH, RegexIterator::ALL_MATCHES, RegexIterator::SPLIT, or RegexIterator:…
/PHP-8.3/ext/spl/
H A Dspl_iterators.stub.php404 public const SPLIT = UNKNOWN; define in RegexIterator

Completed in 7 milliseconds