3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace Foo2; class treta { public __contructor() { define("TRUE", 0); var_dump(true, TRUE); } } new treta();
Output for 5.4.0 - 5.4.27
Parse error: syntax error, unexpected '__contructor' (T_STRING), expecting variable (T_VARIABLE) in /in/9mdYV on line 6
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_STRING, expecting T_VARIABLE in /in/9mdYV on line 6
Process exited with code 255.

preferences:
181.71 ms | 1395 KiB | 64 Q