--TEST-- Bug #31141 (properties declared in the class extending MySQLi are not available) --SKIPIF-- --FILE-- test = &$ar_test; } } $my_test = new Test; $my_test->foo(); var_dump($my_test->test); ?> --EXPECTF-- array(2) { [0]=> string(3) "foo" [1]=> string(3) "bar" }