3v4l.org

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

preferences:
184.03 ms | 1395 KiB | 64 Q