3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = 'v Bonjour  M GombertN°06737401 h  récréditation Demande N°17217851 du 10 12 13  N° de tel erroné  Mail sans réponse Je vous est prévenu le 15 12 13 M Gombert'; $m = preg_replace("/[[:blank:]]+/"," ",$string); $aWords = explode(' ', $m); print_r($aWords);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [0] => v [1] => Bonjour [2] =>  M [3] => GombertN°06737401 [4] => h [5] =>  récréditation [6] => Demande [7] => N°17217851 [8] => du [9] => 10 [10] => 12 [11] => 13  [12] => N° [13] => de [14] => tel [15] => erroné  [16] => Mail [17] => sans [18] => réponse [19] => Je [20] => vous [21] => est [22] => prévenu [23] => le [24] => 15 [25] => 12 [26] => 13 M [27] => Gombert )

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