3v4l.org

run code in 500+ PHP versions simultaneously
<?php $str = 'T bw4  05/09/19 07:51 am BW6N 499.803'; $strArr = preg_split('/\s+/u', $str); print_r($strArr);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/18Hsc
function name:  (null)
number of ops:  10
compiled vars:  !0 = $str, !1 = $strArr
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                       !0, 'T+bw4%C2%A0%C2%A005%2F09%2F19+07%3A51+am+BW6N+499.803'
    4     1        INIT_FCALL                                                   'preg_split'
          2        SEND_VAL                                                     '%2F%5Cs%2B%2Fu'
          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.5.0


preferences:
170.49 ms | 2592 KiB | 15 Q