3v4l.org

run code in 300+ PHP versions simultaneously
<?php $min = 1; $max = 10; $a = "c"; var_dump($a < $max && $a > $min);
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 46) Position 1 = 6, Position 2 = 8
Branch analysis from position: 6
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 8
filename:       /in/8D3N0
function name:  (null)
number of ops:  11
compiled vars:  !0 = $min, !1 = $max, !2 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 1
    4     1        ASSIGN                                                   !1, 10
    5     2        ASSIGN                                                   !2, 'c'
    6     3        INIT_FCALL                                               'var_dump'
          4        IS_SMALLER                                       ~6      !2, !1
          5      > JMPZ_EX                                          ~6      ~6, ->8
          6    >   IS_SMALLER                                       ~7      !0, !2
          7        BOOL                                             ~6      ~7
          8    >   SEND_VAL                                                 ~6
          9        DO_ICALL                                                 
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
182.12 ms | 1398 KiB | 15 Q