3v4l.org

run code in 300+ PHP versions simultaneously
<?php $l=10; $p=30; $c=20; $h=20; $t=$p+$c+$h; if ($t <= 100) { echo "olaaa"; } ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 9, Position 2 = 10
Branch analysis from position: 9
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 10
filename:       /in/GmoXv
function name:  (null)
number of ops:  11
compiled vars:  !0 = $l, !1 = $p, !2 = $c, !3 = $h, !4 = $t
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 10
    4     1        ASSIGN                                                   !1, 30
    5     2        ASSIGN                                                   !2, 20
    6     3        ASSIGN                                                   !3, 20
    8     4        ADD                                              ~9      !1, !2
          5        ADD                                              ~10     ~9, !3
          6        ASSIGN                                                   !4, ~10
   10     7        IS_SMALLER_OR_EQUAL                                      !4, 100
          8      > JMPZ                                                     ~12, ->10
   12     9    >   ECHO                                                     'olaaa'
   16    10    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.4 ms | 1392 KiB | 13 Q