3v4l.org

run code in 300+ PHP versions simultaneously
<?php $text = "När:Sent lördag kväll och natt till söndag\nVar:Främst norra Jämtland\nIntensitet:Väst ca 21 m/s\nKommentar:-"; preg_match_all("/\w+:(.*?)\\n/", $text, $match); print_r($match);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [0] => Array ( [0] => r:Sent lördag kväll och natt till söndag [1] => Var:Främst norra Jämtland [2] => Intensitet:Väst ca 21 m/s ) [1] => Array ( [0] => Sent lördag kväll och natt till söndag [1] => Främst norra Jämtland [2] => Väst ca 21 m/s ) )

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