3v4l.org

run code in 300+ PHP versions simultaneously
<?php preg_match_all('#\w#u','işşişillıu',$f); var_dump($f); preg_match_all('#\pL#u','سیب',$f); var_dump($f);
Output for git.master, git.master_jit, rfc.property-hooks
array(1) { [0]=> array(10) { [0]=> string(1) "i" [1]=> string(2) "ş" [2]=> string(2) "ş" [3]=> string(1) "i" [4]=> string(2) "ş" [5]=> string(1) "i" [6]=> string(1) "l" [7]=> string(1) "l" [8]=> string(2) "ı" [9]=> string(1) "u" } } array(1) { [0]=> array(3) { [0]=> string(2) "س" [1]=> string(2) "ی" [2]=> string(2) "ب" } }

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