3v4l.org

run code in 300+ PHP versions simultaneously
<?php $x = array(); array_push($x, 123,321,456,987,123,148,528,239); var_dump($x);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/DKO7g
function name:  (null)
number of ops:  16
compiled vars:  !0 = $x
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        INIT_FCALL                                               'array_push'
          2        SEND_REF                                                 !0
          3        SEND_VAL                                                 123
          4        SEND_VAL                                                 321
          5        SEND_VAL                                                 456
          6        SEND_VAL                                                 987
          7        SEND_VAL                                                 123
          8        SEND_VAL                                                 148
          9        SEND_VAL                                                 528
         10        SEND_VAL                                                 239
         11        DO_ICALL                                                 
    4    12        INIT_FCALL                                               'var_dump'
         13        SEND_VAR                                                 !0
         14        DO_ICALL                                                 
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.24 ms | 1394 KiB | 17 Q