3v4l.org

run code in 300+ PHP versions simultaneously
<?php $keyword="world"; $data = array('CompanyID'=>'88','TopicID'=>'60567'); //定义参数 $data = @http_build_query($data); //把参数转换成URL数据 $aContext = array('http' => array('method' => 'GET', 'header' => 'Content-type: application/x-www-form-urlencoded', 'content' => $data )); $cxContext = stream_context_create($aContext); $sUrl = 'http://www.happay.com/Page/Transport/blogDetail.aspx?'; //此处必须为完整路径 $d = @file_get_contents($sUrl,false,$cxContext); print($d); ?>
Output for git.master, git.master_jit, rfc.property-hooks

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
42.01 ms | 401 KiB | 8 Q