'; } } $obj = new clsA(); $obj -> a = 'world'; $obj -> b = 'test'; //b未定义,但b被赋值时,自动调用了__set,自动传入b和test ?>