3v4l.org

run code in 300+ PHP versions simultaneously
<? $ch = curl_init(); curl_setopt($ch, CURLOPT_URL,"http://sor.bealparslan.com/index.php"); curl_setopt($ch, CURLOPT_POST, 1); function generateRandomString() { return substr(str_shuffle("0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"), 0, 300); } curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); for ( $say=1 ; $say < 100000 ; $say++ ) { curl_setopt($ch, CURLOPT_POSTFIELDS,"soru=".generateRandomString()); curl_exec ($ch); } curl_close ($ch); ?>
Output for git.master, git.master_jit, rfc.property-hooks
<? $ch = curl_init(); curl_setopt($ch, CURLOPT_URL,"http://sor.bealparslan.com/index.php"); curl_setopt($ch, CURLOPT_POST, 1); function generateRandomString() { return substr(str_shuffle("0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"), 0, 300); } curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); for ( $say=1 ; $say < 100000 ; $say++ ) { curl_setopt($ch, CURLOPT_POSTFIELDS,"soru=".generateRandomString()); curl_exec ($ch); } curl_close ($ch); ?>

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:
44.26 ms | 402 KiB | 8 Q