3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo { } class Bar { const SOMECLASS = 'Foo'; protected $instance; public function __construct() { $instance = new static::SOMECLASS; $this->instance = new $instance; } }
Output for 5.4.0 - 5.4.27
Parse error: syntax error, unexpected 'SOMECLASS' (T_STRING), expecting variable (T_VARIABLE) or '$' in /in/Q2bJ6 on line 14
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_STRING, expecting T_VARIABLE or '$' in /in/Q2bJ6 on line 14
Process exited with code 255.

preferences:
180.59 ms | 1395 KiB | 64 Q