3v4l.org

run code in 300+ PHP versions simultaneously
<?php $newadd = Array( '0' => 'deutsch', ); $poddata = Array( '0' => 'englisch', '1' => 'italienisch', '2' => 'russisch' ); $poddata[] = deutsch; print_r($poddata); echo '----'; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/vJW9j
function name:  (null)
number of ops:  10
compiled vars:  !0 = $newadd, !1 = $poddata
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, <array>
   10     1        ASSIGN                                                   !1, <array>
   23     2        FETCH_CONSTANT                                   ~5      'deutsch'
          3        ASSIGN_DIM                                               !1
          4        OP_DATA                                                  ~5
   26     5        INIT_FCALL                                               'print_r'
          6        SEND_VAR                                                 !1
          7        DO_ICALL                                                 
   28     8        ECHO                                                     '----'
   31     9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
175.08 ms | 1393 KiB | 15 Q