3v4l.org

run code in 300+ PHP versions simultaneously
<?php $var1 = ["2243124114411|02-02|02003050020|2|1|2015/12/05 09:37:09|17|page_B3_100020.html","2243124114411|03-01|02003050020|2|1|2015/12/05 09:37:09|18|page_B3_100030.html","2243124114411|01-02|02003050020|4|2|2015/12/05 09:37:09|19|page_B3_100040.html","2243124114411|02-01|02003050020|3|2|2015/12/05 09:37:09|11|page_B3_100050.html","2243124114411|08-01|02003050111|1|3|2015/12/05 09:37:09|6|page_B3_100060.html","2243124114411|04-01|02003050020|2|4|2015/12/05 09:37:09|7|page_B3_100070.html","2243124114411|02-03|02003050020|4|4|2015/12/05 09:37:09|9|page_B3_100080.html","2243124114411|02-04|02003050020|1|3|2015/12/05 09:37:09|8|page_B3_100090.html","2243124114411|03-02|02003050020|1|4|2015/12/05 09:37:09|8|page_B3_100100.html","2243124114411|05-01|02003050111|4|4|2015/12/05 09:37:09|10|page_B3_100110.html","2243124114411|06-01|02003050111|4|3|2015/12/05 09:37:09|8|page_B3_100120.html","2243124114411|01-01|02003050020|1|3|2015/12/05 09:37:09|11|page_B3_100130.html","2243124114411|04-01|02003050111|1|4|2015/12/05 09:37:09|9|page_B3_100140.html"]; echo "\n\nRaw:\n" . $var1; echo "\nString: \n" . explode('","', $var1) ;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Hmttp
function name:  (null)
number of ops:  10
compiled vars:  !0 = $var1
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    9     1        CONCAT                                           ~2      '%0A%0ARaw%3A%0A', !0
          2        ECHO                                                     ~2
   11     3        INIT_FCALL                                               'explode'
          4        SEND_VAL                                                 '%22%2C%22'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                         $3      
          7        CONCAT                                           ~4      '%0AString%3A+%0A', $3
          8        ECHO                                                     ~4
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.67 ms | 1398 KiB | 15 Q