3v4l.org

run code in 300+ PHP versions simultaneously
<?php class GenericExample { private $type; public __construct($type) { $this->type=$type; } }
Output for 5.4.0 - 5.4.17, 5.5.0 - 5.5.1
Parse error: syntax error, unexpected '__construct' (T_STRING), expecting variable (T_VARIABLE) in /in/U2IQ9 on line 5
Process exited with code 255.
Output for 5.3.0 - 5.3.27
Parse error: syntax error, unexpected T_STRING, expecting T_VARIABLE in /in/U2IQ9 on line 5
Process exited with code 255.

preferences:
193.97 ms | 1399 KiB | 55 Q