3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = 'T bw4  05/09/19 07:51 am BW6N 499.803'; $cleanStr = iconv("UTF-8", "ISO-8859-1", $str); $strArr = preg_split('/[\s\t]/', $cleanStr); var_dump($strArr);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/2L35M
function name:  (null)
number of ops:  16
compiled vars:  !0 = $str, !1 = $cleanStr, !2 = $strArr
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'T+bw4%C2%A0%C2%A005%2F09%2F19+07%3A51+am+BW6N+499.803'
    3     1        INIT_FCALL_BY_NAME                                       'iconv'
          2        SEND_VAL_EX                                              'UTF-8'
          3        SEND_VAL_EX                                              'ISO-8859-1'
          4        SEND_VAR_EX                                              !0
          5        DO_FCALL                                      0  $4      
          6        ASSIGN                                                   !1, $4
    4     7        INIT_FCALL                                               'preg_split'
          8        SEND_VAL                                                 '%2F%5B%5Cs%5Ct%5D%2F'
          9        SEND_VAR                                                 !1
         10        DO_ICALL                                         $6      
         11        ASSIGN                                                   !2, $6
    5    12        INIT_FCALL                                               'var_dump'
         13        SEND_VAR                                                 !2
         14        DO_ICALL                                                 
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
141.09 ms | 1075 KiB | 15 Q