--TEST-- get_class_vars(): Simple test --FILE-- --EXPECT-- array(1) { ["a"]=> int(1) } array(2) { ["a"]=> int(1) ["aa"]=> int(4) }