3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace Huste\Dobre class Mazec { public function __construct() { echo __METHOD__; } } new Mazec;
Output for 5.4.0 - 5.4.28
Parse error: syntax error, unexpected 'class' (T_CLASS), expecting \\ (T_NS_SEPARATOR) or ';' or '{' in /in/rqRbM on line 5
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_CLASS, expecting T_NS_SEPARATOR or ';' or '{' in /in/rqRbM on line 5
Process exited with code 255.

preferences:
184.65 ms | 1395 KiB | 65 Q