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/bug70873.phpt |
--TEST-- Bug #70873 (Regression on private static properties access) --FILE-- <?php class A { private static $x = 1; } class B extends A { function bar() { var_dump(self::$x); } }; class C extends A { function bar() { var_dump(A::$x); } }; $a = new B; $a->bar(); $b = new C; $b->bar(); ?> --EXPECTF-- Fatal error: Uncaught Error: Cannot access property B::$x in %sbug70873.php:%d Stack trace: #0 %sbug70873.php(%d): B->bar() #1 {main} thrown in %sbug70873.php on line %d
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare