--TEST-- ZE2 Late Static Binding within hooks/magic methods --FILE-- test(); $o->a = "b"; echo $o->a; ?> --EXPECT-- TestChild TestChild TestChild