3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = '"SKU" "TITLE" "LINK" "LINK2" "PRICE" "World of Warcraft"'; $arr = implode('";"', explode('" "', $str)); echo $arr;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/5in4X
function name:  (null)
number of ops:  12
compiled vars:  !0 = $str, !1 = $arr
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '%22SKU%22+%22TITLE%22+%22LINK%22+%22LINK2%22+%22PRICE%22+%22World+of+Warcraft%22'
    3     1        INIT_FCALL                                               'implode'
          2        SEND_VAL                                                 '%22%3B%22'
          3        INIT_FCALL                                               'explode'
          4        SEND_VAL                                                 '%22+%22'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                         $3      
          7        SEND_VAR                                                 $3
          8        DO_ICALL                                         $4      
          9        ASSIGN                                                   !1, $4
    4    10        ECHO                                                     !1
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.6 ms | 1010 KiB | 15 Q