History log of /php-src/Zend/tests/asymmetric_visibility/virtual_set_only.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# 7f0d2574 03-Sep-2024 Ilija Tovilo

Simplify a-vis error message


# 2b8a1b42 01-Sep-2024 Ilija Tovilo

Forbid a-vis on unilateral virtual prop

The get-only case is obvious, there is no set operation so specifying its
visibility is senseless. The set-only case is also questionable, since t

Forbid a-vis on unilateral virtual prop

The get-only case is obvious, there is no set operation so specifying its
visibility is senseless. The set-only case is also questionable, since there is
no operation other than set, so changing the visibility of the entire property
is preferable.

Closes GH-15698

show more ...