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/traits/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/Zend/tests/traits/bug75607a.phpt |
--TEST-- Bug #75607 (Comparision of initial static properties failing) --FILE-- <?php trait T1 { public static $prop1 = 1; } trait T2 { public static $prop1 = 1; } class Base { use T1; } class Child extends base { } class Grand extends Child { use T2; } $c = new Grand(); var_dump($c::$prop1); ?> --EXPECT-- int(1)
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare