3v4l.org

run code in 300+ PHP versions simultaneously
<?php $config = array( 'secret' => 123, 'cipher' => 'aes' ); list($secret, $cipher) = array($config['secret'], $config['cipher']);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/jRhqi
function name:  (null)
number of ops:  11
compiled vars:  !0 = $config, !1 = $secret, !2 = $cipher
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    7     1        FETCH_DIM_R                                      ~4      !0, 'secret'
          2        INIT_ARRAY                                       ~5      ~4
          3        FETCH_DIM_R                                      ~6      !0, 'cipher'
          4        ADD_ARRAY_ELEMENT                                ~5      ~6
          5        FETCH_LIST_R                                     $7      ~5, 0
          6        ASSIGN                                                   !1, $7
          7        FETCH_LIST_R                                     $9      ~5, 1
          8        ASSIGN                                                   !2, $9
          9        FREE                                                     ~5
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
169.63 ms | 1392 KiB | 13 Q