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/bug48899.phpt |
--TEST-- Bug #48899 (is_callable returns true even if method does not exist in parent class) --FILE-- <?php class ParentClass { } class ChildClass extends ParentClass { public function testIsCallable() { var_dump(is_callable(array($this, 'parent::testIsCallable'))); } public function testIsCallable2() { var_dump(is_callable(array($this, 'static::testIsCallable2'))); } } $child = new ChildClass(); $child->testIsCallable(); $child->testIsCallable2(); ?> --EXPECT-- bool(false) bool(true)
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare