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/tests/lang/ |
Current File : //usr/local/src/php7/php-7.0.5/tests/lang/037.phpt |
--TEST-- 'Static' binding for private variables --FILE-- <?php class par { private $id="foo"; function displayMe() { $this->displayChild(); } }; class chld extends par { private $id = "bar"; function displayChild() { print $this->id; } }; $obj = new chld(); $obj->displayMe(); ?> --EXPECT-- bar
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare