3v4l.org

run code in 300+ PHP versions simultaneously
<?php $b = []; list ($b[], $b[], $b[]) = str_split('abc'); var_dump($b);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/UA0TG
function name:  (null)
number of ops:  18
compiled vars:  !0 = $b
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    5     1        INIT_FCALL                                               'str_split'
          2        SEND_VAL                                                 'abc'
          3        DO_ICALL                                         $2      
          4        FETCH_LIST_R                                     $3      $2, 0
          5        ASSIGN_DIM                                               !0
          6        OP_DATA                                                  $3
          7        FETCH_LIST_R                                     $5      $2, 1
          8        ASSIGN_DIM                                               !0
          9        OP_DATA                                                  $5
         10        FETCH_LIST_R                                     $7      $2, 2
         11        ASSIGN_DIM                                               !0
         12        OP_DATA                                                  $7
         13        FREE                                                     $2
    6    14        INIT_FCALL                                               'var_dump'
         15        SEND_VAR                                                 !0
         16        DO_ICALL                                                 
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.45 ms | 1394 KiB | 17 Q