3v4l.org

run code in 500+ PHP versions simultaneously
<?php class x { private string $p = 'a' { get => 'c'; set => $value; } } $x = new x; $b = $x->f = 'b'; print_r($x->f); print_r($b);
Output for 8.5.7
Deprecated: Creation of dynamic property x::$f is deprecated in /in/bD8OB on line 11 bb

preferences:
45.45 ms | 480 KiB | 4 Q