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/bug45910_2.phpt |
--TEST-- Bug #45910.2 (Cannot declare self-referencing constant) --FILE-- <?php class foo { const AAA = 'x'; const BBB = 'a'; const CCC = 'a'; const DDD = self::AAA; private static $foo = array( self::BBB => 'a', self::CCC => 'b', self::DDD => 11 ); public static function test() { self::$foo; } } foo::test(); print 1; ?> --EXPECT-- 1
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare