3v4l.org

run code in 300+ PHP versions simultaneously
<?php class TestClass { $f = "hello world"; function __construct() { } function return_f() { echo self::$f; } } $obj = new TestClass(); $obj->return_f();
Output for 5.4.0 - 5.4.9
Parse error: syntax error, unexpected '$f' (T_VARIABLE), expecting function (T_FUNCTION) in /in/rQTOI on line 4
Process exited with code 255.
Output for 5.3.0 - 5.3.19
Parse error: syntax error, unexpected T_VARIABLE, expecting T_FUNCTION in /in/rQTOI on line 4
Process exited with code 255.

preferences:
177.02 ms | 1386 KiB | 37 Q