3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo {} $extend = "Foo"; var_dump(new class(10) extends $extend { private $num; public function __construct($num) { $this->num = $num; } });
Output for 7.0.0 - 7.0.2
Parse error: syntax error, unexpected '$extend' (T_VARIABLE), expecting identifier (T_STRING) or namespace (T_NAMESPACE) or \\ (T_NS_SEPARATOR) in /in/iHFK4 on line 9
Process exited with code 255.
Output for 5.5.24 - 5.5.31, 5.6.8 - 5.6.17
Parse error: syntax error, unexpected 'class' (T_CLASS) in /in/iHFK4 on line 9
Process exited with code 255.

preferences:
166.69 ms | 1395 KiB | 28 Q