3v4l.org

run code in 300+ PHP versions simultaneously
<?php $from = array('table1', 'table2', 'table3'); echo array_join($from, ',');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/vYies
function name:  (null)
number of ops:  7
compiled vars:  !0 = $from
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        INIT_FCALL_BY_NAME                                       'array_join'
          2        SEND_VAR_EX                                              !0
          3        SEND_VAL_EX                                              '%2C'
          4        DO_FCALL                                      0  $2      
          5        ECHO                                                     $2
          6      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.01 ms | 937 KiB | 14 Q