3v4l.org

run code in 300+ PHP versions simultaneously
<?php $requestXML = ''; $arr = array('http'=> array( 'method'=>'POST', 'follow_location'=>0, 'content' => $requestXML ) ); $context = stream_context_create($arr); $f = fopen('http://www.example.com', 'r', FALSE, $context); echo stream_get_contents($f);

preferences:
39.71 ms | 402 KiB | 5 Q