3v4l.org

run code in 300+ PHP versions simultaneously
<?php public static function createLink($page, array $params = array()) { $params = array_merge(array('page' => $page), $params); // TODO add support for Apache's module rewrite return 'index.php?' .http_build_query($params); } ?>
Output for 5.4.0 - 5.4.20, 5.5.0 - 5.5.4
Parse error: syntax error, unexpected 'public' (T_PUBLIC) in /in/2OEsj on line 2
Process exited with code 255.
Output for 5.3.0 - 5.3.27
Parse error: syntax error, unexpected T_PUBLIC in /in/2OEsj on line 2
Process exited with code 255.

preferences:
174.6 ms | 1395 KiB | 61 Q