--TEST-- get_class_vars(): Testing the scope --FILE-- a, $this->b, $this->c); } } new C; ?> --EXPECTF-- array(1) { [u"a"]=> int(1) } array(3) { [u"a"]=> int(1) [u"aa"]=> int(4) [u"cc"]=> int(6) } Notice: Undefined property: C::$b in %s on line %d Notice: Undefined property: C::$c in %s on line %d int(1) NULL NULL