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/bug70868.phpt |
--TEST-- Bug #70868, with PCRE JIT --INI-- pcre.jit=1 --SKIPIF-- <?php if (!extension_loaded("pcre")) die("skip"); ?> --FILE-- <?php namespace X; $iterator = new \RegexIterator( new \ArrayIterator(['A.phpt', 'B.phpt', 'C.phpt']), '/\.phpt$/' ) ; foreach ($iterator as $foo) { var_dump($foo); preg_replace('/\.phpt$/', '', ''); } echo "Done", PHP_EOL; ?> --EXPECTF-- string(6) "A.phpt" string(6) "B.phpt" string(6) "C.phpt" Done
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare