3v4l.org

run code in 300+ PHP versions simultaneously
<?php $cb = function ($notification_code , $severity , $message , $message_code , $bytes_transferred , $bytes_max) { var_dump(func_get_args()); }; $ctx = stream_context_set_default(['http' => []]); stream_context_set_params($ctx, array('notification' => $cb)); file_get_contents("http://www.free.fr");

preferences:
34.97 ms | 402 KiB | 5 Q