3v4l.org

run code in 300+ PHP versions simultaneously
<?php <?php curl_setopt_array($ch = curl_init(), array( CURLOPT_URL => "https://api.pushover.net/1/messages.json", CURLOPT_POSTFIELDS => array( "token" => "aNfYfkpzHf4UciQdV5ZQDZCncEReR2", "user" => "u34wmDqYrSdJFa2sYVpDQZZiMTddHf", "message" => "hello world", ), )); var_dump(curl_exec($ch)); curl_close($ch);
Output for 7.0.0 - 7.0.1
Parse error: syntax error, unexpected '<', expecting end of file in /in/XAN9G on line 3
Process exited with code 255.
Output for 5.5.24 - 5.5.30, 5.6.8 - 5.6.16
Parse error: syntax error, unexpected '<' in /in/XAN9G on line 3
Process exited with code 255.

preferences:
164.96 ms | 1395 KiB | 25 Q