<?php error_reporting (E_ALL); $socket = socket_create(AF_INET, SOCK_STREAM, SOL_TCP); echo $socket? "OK":"Error"; ?>
Standard input is empty
Fatal error: Call to undefined function socket_create() in /home/hxdICl/prog.php on line 4
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!