3v4l.org

run code in 300+ PHP versions simultaneously
<?php $name = 'Duane'; $monthsAtMSE = 8; if($monthsAtMSE < 12){ echo $name . " has been at MSE for " . $monthsAtMSE . " months"; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 4, Position 2 = 8
Branch analysis from position: 4
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 8
filename:       /in/punKR
function name:  (null)
number of ops:  9
compiled vars:  !0 = $name, !1 = $monthsAtMSE
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'Duane'
    4     1        ASSIGN                                                   !1, 8
    6     2        IS_SMALLER                                               !1, 12
          3      > JMPZ                                                     ~4, ->8
    7     4    >   CONCAT                                           ~5      !0, '+has+been+at+MSE+for+'
          5        CONCAT                                           ~6      ~5, !1
          6        CONCAT                                           ~7      ~6, '+months'
          7        ECHO                                                     ~7
    8     8    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.58 ms | 1384 KiB | 13 Q