3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url = 'https://medium.com/on-coding/5963ca9d6499'; $params = array( 'type' => '11', 'PPSX' => 'Pass', 'NewUser' => '1', 'LoginOptions' => '1', 'i3' => '71126', 'm1' => '1366', 'm2' => '768', 'm3' => '0', 'i12' => '1', 'i17' => '0', 'i18' => '__Login_Host|1,', ); $array_keys = array_keys($params); if ($array_keys[0] !== 0) { $tmp = []; foreach ($params as &$params) { $tmp[] = implode('=', $params); } $params = $tmp; unset $tmp; } unset $array_keys; if (substr($url, -1) !== '?') { if (substr($url, -1) !== '/') { $url .= '/'; } $url .= '?'; } print $url .= implode('&', $params);
Output for 5.4.0 - 5.4.22
Parse error: syntax error, unexpected '$tmp' (T_VARIABLE), expecting '(' in /in/a5cr1 on line 26
Process exited with code 255.
Output for 5.3.0 - 5.3.27
Parse error: syntax error, unexpected '[' in /in/a5cr1 on line 21
Process exited with code 255.

preferences:
183.88 ms | 1395 KiB | 58 Q