3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
175.85 ms | 1392 KiB | 13 Q