3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = 'v Bonjour  M GombertN°06737401 Demande récréditation 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 Demande [4] => récréditation [5] => N°17217851 [6] => du [7] => 10 [8] => 12 [9] => 13  [10] => N° [11] => de [12] => tel [13] => erroné  [14] => Mail [15] => sans [16] => réponse [17] => Je [18] => vous [19] => est [20] => prévenu [21] => le [22] => 15 [23] => 12 [24] => 13 M [25] => 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:
38.86 ms | 402 KiB | 8 Q