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_user_func_005.phpt |
--TEST-- Passing Closure as parameter to an non-existent function --FILE-- <?php class foo { public static function __callstatic($x, $y) { var_dump($x,$y); return 1; } public function teste() { return foo::x(function &($a=1,$b) { }); } } var_dump(call_user_func(array('foo', 'teste'))); ?> --EXPECTF-- Deprecated: %son-static method foo::teste() should not be called statically in %s on line %d %string|unicode%(1) "x" array(1) { [0]=> object(Closure)#%d (1) { ["parameter"]=> array(2) { ["$a"]=> string(10) "<required>" ["$b"]=> string(10) "<required>" } } } int(1)
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare