3v4l.org

run code in 500+ PHP versions simultaneously
<?php $data = "<th style='text-align:center;width:33%;'><a onclick='return myfunction(12314568);' href='#test' class='btn mini full'>Test</a> </th>"; preg_match("/return myfunction\(([0-9]+)\)/", $data, $m); print_r($m);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [0] => return myfunction(12314568) [1] => 12314568 )

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:
46.76 ms | 1400 KiB | 4 Q