3v4l.org

run code in 300+ PHP versions simultaneously
<?php $input_lines = "fasdf sadf asd $fdsf; asd $23; fsdafsd; $fdssfs"; preg_match_all("/asd (\$[a-z0-9]+);/", $input_lines, $output_array); print_r($output_array);
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined variable $fdsf in /in/5HAcU on line 3 Warning: Undefined variable $fdssfs in /in/5HAcU on line 6 Array ( [0] => Array ( ) [1] => Array ( ) )

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