The __get() magic method runs three checks before giving up but the __isset()...
The __get() magic method runs three checks before giving up but the __isset() method only runs two checks. This syncs the logic to ensure that __get() and __isset() are looking at the same possibilities.
Showing
Please register or sign in to comment