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/bug33710.phpt |
--TEST-- Bug #33710 (ArrayAccess objects doesn't initialize $this) --FILE-- <?php class Foo implements ArrayAccess { function offsetExists($offset) {/*...*/} function offsetGet($offset) {/*...*/} function offsetSet($offset, $value) {/*...*/} function offsetUnset($offset) {/*...*/} function fail() { $this['blah']; } function succeed() { $this; $this['blah']; } } $bar = new Foo(); $bar->succeed(); $bar->fail(); ?> ===DONE=== --EXPECT-- ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare