3v4l.org

run code in 300+ PHP versions simultaneously
<?php class A { static function hello(){ echo "Hello World\n"; } } $y[0] = 'hello'; echo "A::{${'y'}[0]}"; // echo A::{${'y'}[0]};
Output for 5.5.24 - 5.5.30, 5.6.8 - 5.6.16, 7.0.0 - 7.0.1
Parse error: syntax error, unexpected ';', expecting '(' in /in/b0Tgm on line 12
Process exited with code 255.

preferences:
164.07 ms | 1400 KiB | 25 Q