3v4l.org

run code in 300+ PHP versions simultaneously
<?php $sString = ' Bonjour, M.Gombert N°06737401 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 '; $string = preg_replace('/\s+/', '', $string); echo $string; $aWords = explode(' ', $string); print_r($aWords);
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined variable $string in /in/VKMMt on line 15 Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /in/VKMMt on line 15 Array ( [0] => )

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