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/bug47857.phpt |
--TEST-- Bug #47851 (is_callable throws fatal error) --FILE-- <?php class foo { function bar() { echo "ok\n"; } } var_dump(is_callable(array('foo','bar'))); foo::bar(); var_dump(is_callable(array('Exception','getMessage'))); Exception::getMessage(); ?> --EXPECTF-- bool(true) Deprecated: Non-static method foo::bar() should not be called statically in %sbug47857.php on line %d ok bool(false) Fatal error: Uncaught Error: Non-static method Exception::getMessage() cannot be called statically in %sbug47857.php:%d Stack trace: #0 {main} thrown in %sbug47857.php on line %d
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare