We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just check failing tests here - #2056, #2078
Zephir ignores property visibility, there is no error thrown when setting private/protected properties in scope that shouldn't do it.
Also __set is ignored as well in that case.
__set
The text was updated successfully, but these errors were encountered:
Added tests for #2057 (part I)
27b7c0d
Amended tests for #2057 (part II)
e42e591
Amended tests for #2057 (part III)
69f56a3
8da899b
aa126bc
sergeyklay
No branches or pull requests
Just check failing tests here -
#2056, #2078Zephir ignores property visibility, there is no error thrown when setting private/protected properties in scope that shouldn't do it.
Also
__set
is ignored as well in that case.The text was updated successfully, but these errors were encountered: