3v4l.org

run code in 300+ PHP versions simultaneously
<?php $limit1 = array( 1, 10 ); $limit2 = array( 2, 60 ); if( $limit1 > $limit2 ){ echo $limit1[0]; } else{ echo $limit2[0]; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 4, Position 2 = 7
Branch analysis from position: 4
1 jumps found. (Code = 42) Position 1 = 9
Branch analysis from position: 9
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 7
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/KhQuK
function name:  (null)
number of ops:  10
compiled vars:  !0 = $limit1, !1 = $limit2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        ASSIGN                                                   !1, <array>
    5     2        IS_SMALLER                                               !1, !0
          3      > JMPZ                                                     ~4, ->7
    6     4    >   FETCH_DIM_R                                      ~5      !0, 0
          5        ECHO                                                     ~5
          6      > JMP                                                      ->9
    8     7    >   FETCH_DIM_R                                      ~6      !1, 0
          8        ECHO                                                     ~6
    9     9    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.53 ms | 1393 KiB | 13 Q