3v4l.org

run code in 300+ PHP versions simultaneously
<?php $sString = "v 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"; $arr = preg_split('/[\s]+/', $sString); print_r($arr);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/5X26q
function name:  (null)
number of ops:  10
compiled vars:  !0 = $sString, !1 = $arr
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'v+Bonjour+%C2%A0+M+Gombert+N%C2%B006737401+%C2%A0+R%C3%A9cr%C3%A9ditation+Demande+N%C2%B017217851+du+10+12+13%C2%A0+N%C2%B0+de+tel+erron%C3%A9%C2%A0+Mail+sans+r%C3%A9ponse+Je+vous+est+pr%C3%A9venu+le+15+12+13+%C2%A0+M+Gombert'
    4     1        INIT_FCALL                                               'preg_split'
          2        SEND_VAL                                                 '%2F%5B%5Cs%5D%2B%2F'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $3      
          5        ASSIGN                                                   !1, $3
    5     6        INIT_FCALL                                               'print_r'
          7        SEND_VAR                                                 !1
          8        DO_ICALL                                                 
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.95 ms | 1394 KiB | 17 Q