You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current fork now produces this error (since accessor_info inclusion into property_info): Fatal error: Cannot access protected property A::$foo in ... on line 15
When an accessor is not accessible from the current scope (due to visibility constraints) currently
__call('__get[Name]
, [])` is called:This produces the output:
This happens because the accessors are fetched from the function table using the normal
std_get_method
handler.The text was updated successfully, but these errors were encountered: