Closed fegies closed 6 years ago
read_into in safe mode does not check for the existence of a magic method.
This makes the call always return null instead of the result of __get, as one would expect.
Defining __isset for the property in question fixes theis.
read_into in safe mode does not check for the existence of a magic method.
This makes the call always return null instead of the result of __get, as one would expect.