3v4l.org

run code in 500+ PHP versions simultaneously
<?php $a = range(1, 10); $b = range('a', 'f'); $c = range('A', 'B'); var_export(implode(array_merge(...array_map(null, $a, $b, $c))));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/mEjok
function name:  (null)
number of ops:  30
compiled vars:  !0 = $a, !1 = $b, !2 = $c
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                                   'range'
          1        SEND_VAL                                                     1
          2        SEND_VAL                                                     10
          3        DO_ICALL                                             $3      
          4        ASSIGN                                                       !0, $3
    4     5        INIT_FCALL                                                   'range'
          6        SEND_VAL                                                     'a'
          7        SEND_VAL                                                     'f'
          8        DO_ICALL                                             $5      
          9        ASSIGN                                                       !1, $5
    5    10        INIT_FCALL                                                   'range'
         11        SEND_VAL                                                     'A'
         12        SEND_VAL                                                     'B'
         13        DO_ICALL                                             $7      
         14        ASSIGN                                                       !2, $7
    7    15        INIT_FCALL                                                   'var_export'
         16        INIT_FCALL                                                   'array_merge'
         17        INIT_FCALL                                                   'array_map'
         18        SEND_VAL                                                     null
         19        SEND_VAR                                                     !0
         20        SEND_VAR                                                     !1
         21        SEND_VAR                                                     !2
         22        DO_ICALL                                             $9      
         23        SEND_UNPACK                                                  $9
         24        CHECK_UNDEF_ARGS                                             
         25        DO_ICALL                                             $10     
         26        FRAMELESS_ICALL_1                implode             ~11     $10
         27        SEND_VAL                                                     ~11
         28        DO_ICALL                                                     
         29      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
173.41 ms | 1857 KiB | 17 Q