3v4l.org

run code in 300+ PHP versions simultaneously
<?php $dataAgent['Paul'] = array('Sale' => 4,'Conv' => 1.5); $dataAgent['Bill'] = array('Sale' => 6,'Conv' => 5.5); $dataAgent['Tom'] = array('Sale' => 1); $dataAgent['Jake'] = array('Sale' => 6,'Conv' => 10.5); if(array_key_exists("Conv",$dataAgent[0])) { print_r($dataAgent); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 11, Position 2 = 14
Branch analysis from position: 11
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 14
filename:       /in/aapOq
function name:  (null)
number of ops:  15
compiled vars:  !0 = $dataAgent
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN_DIM                                               !0, 'Paul'
          1        OP_DATA                                                  <array>
    4     2        ASSIGN_DIM                                               !0, 'Bill'
          3        OP_DATA                                                  <array>
    5     4        ASSIGN_DIM                                               !0, 'Tom'
          5        OP_DATA                                                  <array>
    6     6        ASSIGN_DIM                                               !0, 'Jake'
          7        OP_DATA                                                  <array>
    8     8        FETCH_DIM_R                                      ~5      !0, 0
          9        ARRAY_KEY_EXISTS                                         'Conv', ~5
         10      > JMPZ                                                     ~6, ->14
   10    11    >   INIT_FCALL                                               'print_r'
         12        SEND_VAR                                                 !0
         13        DO_ICALL                                                 
   11    14    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.07 ms | 1394 KiB | 15 Q