What is the output of the following code?
Fatal error: Access to private variable MyTrait: $abc from context MyClass
Notice: Undefined property MyClass: $abc
int(2)
int(3)
NULL
Submit