3v4l.org

run code in 300+ PHP versions simultaneously
<?php $old = 30; $name ='翔太'; if ($old >= 20){ print $name + '年齢は20才以上です'; } ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 4, Position 2 = 6
Branch analysis from position: 4
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 6
filename:       /in/RmkqY
function name:  (null)
number of ops:  7
compiled vars:  !0 = $old, !1 = $name
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 30
    3     1        ASSIGN                                                   !1, '%E7%BF%94%E5%A4%AA'
    5     2        IS_SMALLER_OR_EQUAL                                      20, !0
          3      > JMPZ                                                     ~4, ->6
    6     4    >   ADD                                              ~5      !1, '%E5%B9%B4%E9%BD%A2%E3%81%AF20%E6%89%8D%E4%BB%A5%E4%B8%8A%E3%81%A7%E3%81%99'
          5        ECHO                                                     ~5
    8     6    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.31 ms | 1392 KiB | 13 Q