3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = '0,"20"1,"100000050"25,"100000050"19,""11,"Masuda"12,"Jin"'; preg_match_all("/([0-9]+,\"([0-9a-z]+)?\")/i", $string, $m); var_dump($m);
Output for git.master, git.master_jit, rfc.property-hooks
array(3) { [0]=> array(6) { [0]=> string(6) "0,"20"" [1]=> string(13) "1,"100000050"" [2]=> string(14) "25,"100000050"" [3]=> string(5) "19,""" [4]=> string(11) "11,"Masuda"" [5]=> string(8) "12,"Jin"" } [1]=> array(6) { [0]=> string(6) "0,"20"" [1]=> string(13) "1,"100000050"" [2]=> string(14) "25,"100000050"" [3]=> string(5) "19,""" [4]=> string(11) "11,"Masuda"" [5]=> string(8) "12,"Jin"" } [2]=> array(6) { [0]=> string(2) "20" [1]=> string(9) "100000050" [2]=> string(9) "100000050" [3]=> string(0) "" [4]=> string(6) "Masuda" [5]=> string(3) "Jin" } }

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:
157.96 ms | 407 KiB | 5 Q