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/class_properties_static.phpt |
--TEST-- Static Class Property Expressions --FILE-- <?php class Foo { public $b1 = 1 + 1; public $b2 = 1 << 2; public $b3 = "foo " . " bar " . " baz"; } $f = new Foo; var_dump( $f->b1, $f->b2, $f->b3 ); ?> --EXPECT-- int(2) int(4) string(13) "foo bar baz"
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare