3v4l.org

run code in 300+ PHP versions simultaneously
<?php $newadd = Array( '0' => 'deutsch', ); $poddata = Array( '0' => 'englisch', '1' => 'italienisch', '2' => 'russisch' ); array_push($poddata, $menu_lang_add); rprint($poddata); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/cG2Tj
function name:  (null)
number of ops:  10
compiled vars:  !0 = $newadd, !1 = $poddata, !2 = $menu_lang_add
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, <array>
   10     1        ASSIGN                                                   !1, <array>
   17     2        INIT_FCALL                                               'array_push'
          3        SEND_REF                                                 !1
          4        SEND_VAR                                                 !2
          5        DO_ICALL                                                 
   20     6        INIT_FCALL_BY_NAME                                       'rprint'
          7        SEND_VAR_EX                                              !1
          8        DO_FCALL                                      0          
   22     9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.5 ms | 1394 KiB | 15 Q