Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/ext/spl/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/spl/tests/iterator_055.phpt |
--TEST-- SPL: RegexIterator::SPLIT, USE_KEY --FILE-- <?php class MyRegexIterator extends RegexIterator { function show() { foreach($this as $k => $v) { var_dump($k); var_dump($v); } } } $ar = new ArrayIterator(array('1'=>0,'1,2'=>1,'1,2,3'=>2,0=>3,'FooBar'=>4,','=>5,',,'=>6)); $it = new MyRegexIterator($ar, '/(\d),(\d)/', RegexIterator::SPLIT, RegexIterator::USE_KEY); $it->show(); var_dump($ar); ?> ===DONE=== <?php exit(0); ?> --EXPECTF-- string(3) "1,2" array(2) { [0]=> string(0) "" [1]=> string(0) "" } string(5) "1,2,3" array(2) { [0]=> string(0) "" [1]=> string(2) ",3" } object(ArrayIterator)#%d (1) { ["storage":"ArrayIterator":private]=> array(7) { [1]=> int(0) ["1,2"]=> int(1) ["1,2,3"]=> int(2) [0]=> int(3) ["FooBar"]=> int(4) [","]=> int(5) [",,"]=> int(6) } } ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare