3v4l.org

run code in 300+ PHP versions simultaneously
<?php abstract class bob{ function __contruct(){ $myitem = 25; } public $myitem } class john extends bob{ public function GetItem(){ echo $myitem; } } var $j = new john(); $j->GetItem();
Output for 5.3.0 - 5.3.26, 5.4.0 - 5.4.16
Parse error: syntax error, unexpected '}', expecting ',' or ';' in /in/dcYqk on line 8
Process exited with code 255.

preferences:
204.31 ms | 1395 KiB | 51 Q