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/Zend/tests/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/Zend/tests/bug51176.phpt |
--TEST-- Bug #51176 (Static calling in non-static method behaves like $this->) --FILE-- <?php class Foo { public function start() { self::bar(); static::bar(); Foo::bar(); } public function __call($n, $a) { echo "instance\n"; } public static function __callStatic($n, $a) { echo "static\n"; } } $foo = new Foo(); $foo->start(); ?> --EXPECT-- instance instance instance
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare