3v4l.org

run code in 300+ PHP versions simultaneously
<?php class A { public test(array $p = []) { print_r($p); return null; } } $a = new A; $b = 'test'; $a->$b([ 'firstName' => 'Nikita', 'secondName' => 'Gopkalo', ]);
Output for 5.4.0 - 5.4.15
Parse error: syntax error, unexpected 'test' (T_STRING), expecting variable (T_VARIABLE) in AvQlL on line 3
Process exited with code 255.
Output for 5.3.25
Parse error: syntax error, unexpected T_STRING, expecting T_VARIABLE in /in/AvQlL on line 3
Process exited with code 255.
Output for 5.3.0 - 5.3.24
Parse error: syntax error, unexpected T_STRING, expecting T_VARIABLE in AvQlL on line 3
Process exited with code 255.

preferences:
186.41 ms | 1399 KiB | 49 Q