3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Everything you enter here will be executed by our servers. Try it! $a = array('zz', 5); $b = array('zz', 5); var_dump($a[0] == $b[0] || $a[1] == $b[1]);
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 47) Position 1 = 7, Position 2 = 11
Branch analysis from position: 7
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 11
filename:       /in/UjnJ9
function name:  (null)
number of ops:  14
compiled vars:  !0 = $a, !1 = $b
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, <array>
    5     1        ASSIGN                                                   !1, <array>
    7     2        INIT_FCALL                                               'var_dump'
          3        FETCH_DIM_R                                      ~4      !0, 0
          4        FETCH_DIM_R                                      ~5      !1, 0
          5        IS_EQUAL                                         ~6      ~4, ~5
          6      > JMPNZ_EX                                         ~6      ~6, ->11
          7    >   FETCH_DIM_R                                      ~7      !0, 1
          8        FETCH_DIM_R                                      ~8      !1, 1
          9        IS_EQUAL                                         ~9      ~7, ~8
         10        BOOL                                             ~6      ~9
         11    >   SEND_VAL                                                 ~6
         12        DO_ICALL                                                 
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.23 ms | 1394 KiB | 15 Q