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); print_r($dataAgent); if(!array_key_exists("Conv",$dataAgent)) { }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 14, Position 2 = 14
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 14
filename:       /in/3SYMU
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>
    7     8        INIT_FCALL                                               'print_r'
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                                 
    8    11        ARRAY_KEY_EXISTS                                 ~6      'Conv', !0
         12        BOOL_NOT                                         ~7      ~6
         13      > JMPZ                                                     ~7, ->14
   11    14    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
167.99 ms | 1394 KiB | 15 Q