Open zobo opened 2 years ago
Watch is currently using eval. We could use eval cache to allow tree traversal, but on the other hand there are cases where we want to inspect private fields, and that is only possible with property_get....
eval
property_get
Watch is currently using
eval
. We could use eval cache to allow tree traversal, but on the other hand there are cases where we want to inspect private fields, and that is only possible withproperty_get
....