3v4l.org

run code in 300+ PHP versions simultaneously
<?php $cpuser=array( 'login'=>$user['login'].'_ff', 'password'=>'fd' ); var_dump($cpuser+array('server'=>$server_data['host'], 'tarif'=>$tarif['name']));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/UcK8A
function name:  (null)
number of ops:  14
compiled vars:  !0 = $cpuser, !1 = $user, !2 = $server_data, !3 = $tarif
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   FETCH_DIM_R                                      ~4      !1, 'login'
          1        CONCAT                                           ~5      ~4, '_ff'
          2        INIT_ARRAY                                       ~6      ~5, 'login'
    4     3        ADD_ARRAY_ELEMENT                                ~6      'fd', 'password'
    2     4        ASSIGN                                                   !0, ~6
    7     5        INIT_FCALL                                               'var_dump'
          6        FETCH_DIM_R                                      ~8      !2, 'host'
          7        INIT_ARRAY                                       ~9      ~8, 'server'
          8        FETCH_DIM_R                                      ~10     !3, 'name'
          9        ADD_ARRAY_ELEMENT                                ~9      ~10, 'tarif'
         10        ADD                                              ~11     !0, ~9
         11        SEND_VAL                                                 ~11
         12        DO_ICALL                                                 
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.76 ms | 1398 KiB | 15 Q