3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Test { private $greeting; public function __contruct() { $this->greeting = "Hello "; } public function greeting($name) { function($name) { return $this->greeting . $name; } } } $test = new Test; echo $test->greeting("Nico");
Output for 5.4.18 - 5.4.19
Parse error: syntax error, unexpected '}' in /in/pjPWt on line 18
Process exited with code 255.
Output for 5.3.0 - 5.3.27, 5.4.0 - 5.4.17
Parse error: syntax error, unexpected '}' in /in/LTs3U on line 18
Process exited with code 255.

preferences:
180.53 ms | 1395 KiB | 55 Q