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 : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/tests/lang/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/tests/lang/bug24499.phpt |
--TEST-- Bug #24499 (bogus handling of a public property as a private one) --FILE-- <?php class Id { private $id="priv"; public function tester($obj) { $obj->id = "bar"; } } $id = new Id(); @$obj->foo = "bar"; $id->tester($obj); print_r($obj); ?> --EXPECT-- stdClass Object ( [foo] => bar [id] => bar )
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare