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/tests/classes/ |
Current File : //usr/local/src/php7/php-7.0.5/tests/classes/static_properties_003_error3.phpt |
--TEST-- Attempting to access static properties using instance property syntax --FILE-- <?php class C { protected static $y = 'C::$y'; } $c = new C; echo "\n--> Access non-visible static prop like instance prop:\n"; $c->y = 1; ?> ==Done== --EXPECTF-- --> Access non-visible static prop like instance prop: Fatal error: Uncaught Error: Cannot access protected property C::$y in %s:8 Stack trace: #0 {main} thrown in %s on line 8
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare