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/ext/standard/tests/general_functions/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/standard/tests/general_functions/010.phpt |
--TEST-- register_shutdown_function() & __call --FILE-- <?php class test { function _foo() { throw new Exception('test'); } function __call($name=null, $args=null) { return test::_foo(); } } try { var_dump(register_shutdown_function(array("test","__call"))); } catch (Error $e) { echo "\nException: " . $e->getMessage() . "\n"; } echo "Done\n"; ?> --EXPECTF-- Exception: Non-static method test::__call() cannot be called statically Done Fatal error: Non-static method test::__call() cannot be called statically in %s on line %d
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare