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/bug28817.phpt |
--TEST-- Bug #28817 (problems with properties declared in the class extending MySQLi) --SKIPIF-- <?php require_once('skipif.inc'); require_once('skipifconnectfailure.inc'); ?> --FILE-- <?php require_once("connect.inc"); class my_mysql extends mysqli { public $p_test; function __construct() { $this->p_test[] = "foo"; $this->p_test[] = "bar"; } } $mysql = new my_mysql(); var_dump($mysql->p_test); @var_dump($mysql->errno); $mysql->connect($host, $user, $passwd, $db, $port, $socket); $mysql->select_db("nonexistingdb"); var_dump($mysql->errno > 0); $mysql->close(); ?> --EXPECTF-- array(2) { [0]=> %s(3) "foo" [1]=> %s(3) "bar" } NULL bool(true)
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare