3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url = 'http://www.cinnober.com/open-positions/?aguid=A089F903349B4D85B20E02611FA845FB'; $url = 'http://www.cinnober.com/open-positions/?aguid=88888888888888888888888888888888'; //$url = null; $x = preg_split('/aguid\=/i', $url); var_dump($x); print "x:" . $x; $aguid = preg_replace_callback('/([^\w{32}])/i', function($match){ return $match[0]; }, $x[1]); var_dump($aguid); print "aguid:" . $aguid;
Output for git.master, git.master_jit, rfc.property-hooks
array(2) { [0]=> string(40) "http://www.cinnober.com/open-positions/?" [1]=> string(32) "88888888888888888888888888888888" } Warning: Array to string conversion in /in/X9fFW on line 7 x:Arraystring(32) "88888888888888888888888888888888" aguid:88888888888888888888888888888888

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:
47.16 ms | 401 KiB | 8 Q