3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Source: https://bugs.php.net/bug.php?id=62476 class A{ function __get($a) { return 5; } } $a = new A(); var_dump($a->t); $a->t = 7; var_dump($a->t);

preferences:
52.89 ms | 402 KiB | 5 Q