3v4l.org

run code in 300+ PHP versions simultaneously
<?php class myClass { static function test($var) { echo "Testing: $var\n"; } } (new class extends myClass { public $arr = array("test"); function bar( $str ){ if( is_callable( $this->arr[0],true ) ){ (parent::{$arr[0]})( $str ); } } })->bar("bla");
Output for 7.0.0 - 7.0.2
Parse error: syntax error, unexpected ')', expecting '(' in /in/cGD73 on line 17
Process exited with code 255.
Output for 5.5.24 - 5.5.31, 5.6.8 - 5.6.17
Parse error: syntax error, unexpected 'class' (T_CLASS) in /in/cGD73 on line 13
Process exited with code 255.

preferences:
162.88 ms | 1399 KiB | 28 Q