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/selfParent_001.phpt |
--TEST-- Test when constants are initialised. See also selfParent_002.phpt. --FILE-- <?php class A { const myConst = "const in A"; const myDynConst = self::myConst; public static function test() { var_dump(self::myDynConst); } } class B extends A { const myConst = "const in B"; public static function test() { var_dump(parent::myDynConst); } } A::test(); B::test(); ?> --EXPECT-- string(10) "const in A" string(10) "const in A"
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare