3v4l.org

run code in 300+ PHP versions simultaneously
<?php $provider = "rdd"; $a = $provider == "znq" | $provider == "bit" | $provider == "rdd"; echo($a);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/jvBuT
function name:  (null)
number of ops:  9
compiled vars:  !0 = $provider, !1 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'rdd'
    6     1        IS_EQUAL                                         ~3      !0, 'znq'
          2        IS_EQUAL                                         ~4      !0, 'bit'
          3        BW_OR                                            ~5      ~3, ~4
          4        IS_EQUAL                                         ~6      !0, 'rdd'
          5        BW_OR                                            ~7      ~5, ~6
          6        ASSIGN                                                   !1, ~7
    7     7        ECHO                                                     !1
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.52 ms | 1392 KiB | 13 Q