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/bug30346.phpt |
--TEST-- Bug #30346 (arrayAccess and using $this) --FILE-- <?php class Test implements ArrayAccess { public function __construct() { } public function offsetExists( $offset ) { return false; } public function offsetGet( $offset ) { return $offset; } public function offsetSet( $offset, $data ) { } public function offsetUnset( $offset ) { } } $post = new Test; $id = 'page'; echo $post[$id.'_show']; echo "\n"; ?> ===DONE=== --EXPECT-- page_show ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare