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/get_parent_class_001.phpt |
--TEST-- Testing get_parent_class() --FILE-- <?php interface ITest { function foo(); } abstract class bar implements ITest { public function foo() { var_dump(get_parent_class()); } } class foo extends bar { public function __construct() { var_dump(get_parent_class()); } } $a = new foo; $a->foo(); ?> --EXPECT-- string(3) "bar" bool(false)
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare