3v4l.org

run code in 300+ PHP versions simultaneously
<?php $context = stream_context_create(array('http' => array('header'=>'Connection: close\r\n'))); file_get_contents("https://api.twitter.com/1.1/search/tweets.json?q=%40twitterapi",false,$context); /* $ch=file_get_contents("https://api.twitter.com/1.1/search/tweets.json?q=%40twitterapi"); print_r($ch);*/ ?>

preferences:
39.1 ms | 402 KiB | 5 Q