3v4l.org

run code in 300+ PHP versions simultaneously
<?php $toto = 15; $titi = 14; $rowsResult = ($toto<$titi); echo $rowsResult;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/70ida
function name:  (null)
number of ops:  6
compiled vars:  !0 = $toto, !1 = $titi, !2 = $rowsResult
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 15
    3     1        ASSIGN                                                   !1, 14
    4     2        IS_SMALLER                                       ~5      !0, !1
          3        ASSIGN                                                   !2, ~5
    5     4        ECHO                                                     !2
          5      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.97 ms | 1392 KiB | 13 Q