3v4l.org

run code in 300+ PHP versions simultaneously
<?php $query = [ 'set1' => ['col1' => 'val1', 'col2'=> 'val2'], 'set2' => ['col1' => 'val1', 'col2'=> 'val2']]; var_dump($query['set1'] === $query['set2']);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/shB82
function name:  (null)
number of ops:  8
compiled vars:  !0 = $query
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    5     1        INIT_FCALL                                               'var_dump'
          2        FETCH_DIM_R                                      ~2      !0, 'set1'
          3        FETCH_DIM_R                                      ~3      !0, 'set2'
          4        IS_IDENTICAL                                     ~4      ~2, ~3
          5        SEND_VAL                                                 ~4
          6        DO_ICALL                                                 
          7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
166.73 ms | 1393 KiB | 15 Q