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/tests/classes/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/tests/classes/dereferencing_001.phpt |
--TEST-- ZE2 dereferencing of objects from methods --FILE-- <?php class Name { function __construct($_name) { $this->name = $_name; } function display() { echo $this->name . "\n"; } } class Person { private $name; function __construct($_name, $_address) { $this->name = new Name($_name); } function getName() { return $this->name; } } $person = new Person("John", "New York"); $person->getName()->display(); ?> --EXPECT-- John
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare