3v4l.org

run code in 300+ PHP versions simultaneously
<?php final class Color { private const RED = 'red'; private const BLUE = 'blue'; public function __get($a, $b) { var_dump($a); } } Color::ARED;
Output for 7.1.0 - 7.1.13, 7.2.0 - 7.2.1
Fatal error: Method Color::__get() must take exactly 1 argument in /in/QkXuj on line 10
Process exited with code 255.

preferences:
159.37 ms | 1395 KiB | 23 Q