3v4l.org

run code in 300+ PHP versions simultaneously
<?php $Filme = array("bla", "blubb", "fi", "fo", "fum"); array_splice($Filme, 1, 1); array_push($Filme, "tick", "trick"); echo $Filme[4];
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/igTrQ
function name:  (null)
number of ops:  14
compiled vars:  !0 = $Filme
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    4     1        INIT_FCALL                                               'array_splice'
          2        SEND_REF                                                 !0
          3        SEND_VAL                                                 1
          4        SEND_VAL                                                 1
          5        DO_ICALL                                                 
    5     6        INIT_FCALL                                               'array_push'
          7        SEND_REF                                                 !0
          8        SEND_VAL                                                 'tick'
          9        SEND_VAL                                                 'trick'
         10        DO_ICALL                                                 
    6    11        FETCH_DIM_R                                      ~4      !0, 4
         12        ECHO                                                     ~4
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.17 ms | 1385 KiB | 17 Q