3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data['expiredTours'] = array('' => 'Please choose2'); $temp = array('' => 'Please choose'); $data['expiredTours'] = $temp + $data['expiredTours'];
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/W5hdB
function name:  (null)
number of ops:  8
compiled vars:  !0 = $data, !1 = $temp
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN_DIM                                               !0, 'expiredTours'
          1        OP_DATA                                                  <array>
    4     2        ASSIGN                                                   !1, <array>
    5     3        FETCH_DIM_R                                      ~5      !0, 'expiredTours'
          4        ADD                                              ~6      !1, ~5
          5        ASSIGN_DIM                                               !0, 'expiredTours'
          6        OP_DATA                                                  ~6
          7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
176.85 ms | 1392 KiB | 13 Q