3v4l.org

run code in 300+ PHP versions simultaneously
<?php $ch = curl_init('https://www.google.com'); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_VERBOSE, true); $verbose = fopen('php://output', 'w+'); curl_setopt($ch, CURLOPT_STDERR, $verbose); $result = curl_exec($ch);
Output for 8.2.0 - 8.2.29, 8.3.0 - 8.3.27, 8.4.1 - 8.4.14
Fatal error: Uncaught Error: Call to undefined function curl_init() in /in/n9buo:2 Stack trace: #0 {main} thrown in /in/n9buo on line 2
Process exited with code 255.

preferences:
59.32 ms | 406 KiB | 5 Q