3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(0); class a { function a() { echo "CONSTRUCTOR CALLED\r\n"; } function static b($var) { return $var . 'x'; } } print_r(array_map(array('a', 'b'), array('a', 'b')));
Output for 5.4.0 - 5.4.29
Parse error: syntax error, unexpected 'static' (T_STATIC), expecting identifier (T_STRING) in /in/HVA1N on line 10
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_STATIC, expecting T_STRING in /in/HVA1N on line 10
Process exited with code 255.

preferences:
187.75 ms | 1395 KiB | 66 Q