3v4l.org

run code in 300+ PHP versions simultaneously
<?php $foo = new class {}; $foo->destructListener = new class { public function __destruct() {echo "bye";} public function __set(string $name, $value) { throw new \Exception; } }; unset($foo);
Output for 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Deprecated: Creation of dynamic property class@anonymous::$destructListener is deprecated in /in/KT1TX on line 5 bye
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.25, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.28
bye
Output for 5.5.0 - 5.5.35, 5.6.0 - 5.6.28
Parse error: syntax error, unexpected 'class' (T_CLASS) in /in/KT1TX on line 3
Process exited with code 255.

preferences:
164.81 ms | 402 KiB | 229 Q