3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str1 = 'namae'; $str2 = null; echo implode(' ', array($str1, $str2));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/e75sE
function name:  (null)
number of ops:  10
compiled vars:  !0 = $str1, !1 = $str2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'namae'
    4     1        ASSIGN                                                   !1, null
    6     2        INIT_FCALL                                               'implode'
          3        SEND_VAL                                                 '+'
          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:
167.68 ms | 1394 KiB | 15 Q