3v4l.org

run code in 300+ PHP versions simultaneously
<?php class testo{ public $val='oo'; /` public function __construct($v){ $this->val = $v; }*/ } // your code goes here /* $t = new testo('ok'); echo $t ; */ $t = new testo('ok'); $a=$t->val='ok'; echo $a ;
Output for 5.4.0 - 5.4.26
Parse error: syntax error, unexpected '/', expecting function (T_FUNCTION) in /in/HhuQs on line 6
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected '/', expecting T_FUNCTION in /in/HhuQs on line 6
Process exited with code 255.

preferences:
182.27 ms | 1395 KiB | 63 Q