3v4l.org

run code in 500+ PHP versions simultaneously
<?php class A { private $x = "a"; } $a = new A(); $r = new ReflectionProperty($a, "x"); $r->setAccessible(true);
Output for 8.5.1 - 8.5.3
Deprecated: Method ReflectionProperty::setAccessible() is deprecated since 8.5, as it has no effect since PHP 8.1 in /in/ukI3N on line 11
Output for 8.5.0
Deprecated: Method ReflectionProperty::setAccessible() is deprecated since 8.5, as it has no effect in /in/ukI3N on line 11
Output for 8.1.34, 8.2.0 - 8.2.30, 8.3.0 - 8.3.30, 8.4.1 - 8.4.18

preferences:
57.25 ms | 830 KiB | 4 Q