3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = 'v Bonjour  M GombertN°06737401 Récréditation Demande N°17217851 du 10 12 13'; $output = preg_replace("/[[:blank:]]+/"," ",$string); $aWords = explode(' ', $output); print_r($aWords);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [0] => v [1] => Bonjour [2] =>  M [3] => GombertN°06737401 Récréditation [4] => Demande [5] => N°17217851 [6] => du [7] => 10 [8] => 12 [9] => 13 )

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:
39.11 ms | 401 KiB | 8 Q