3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array1 = '12345'; $array2 = '67890'; echo implode(',', array($array1,$array2));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/BhgsJ
function name:  (null)
number of ops:  10
compiled vars:  !0 = $array1, !1 = $array2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '12345'
    3     1        ASSIGN                                                   !1, '67890'
    4     2        INIT_FCALL                                               'implode'
          3        SEND_VAL                                                 '%2C'
          4        INIT_ARRAY                                       ~4      !0
          5        ADD_ARRAY_ELEMENT                                ~4      !1
          6        SEND_VAL                                                 ~4
          7        DO_ICALL                                         $5      
          8        ECHO                                                     $5
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.75 ms | 1385 KiB | 15 Q