3v4l.org

run code in 300+ PHP versions simultaneously
<?php $old = 30; $name ='翔太'; for ($count = 0; $count < 10; $count++){ if ($old >= 20){ print '年齢は20才以上です'; print $name; } } ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 9
Branch analysis from position: 9
2 jumps found. (Code = 44) Position 1 = 11, Position 2 = 4
Branch analysis from position: 11
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 4
2 jumps found. (Code = 43) Position 1 = 6, Position 2 = 8
Branch analysis from position: 6
2 jumps found. (Code = 44) Position 1 = 11, Position 2 = 4
Branch analysis from position: 11
Branch analysis from position: 4
Branch analysis from position: 8
filename:       /in/P7buX
function name:  (null)
number of ops:  12
compiled vars:  !0 = $old, !1 = $name, !2 = $count
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'
    4     2        ASSIGN                                                   !2, 0
          3      > JMP                                                      ->9
    5     4    >   IS_SMALLER_OR_EQUAL                                      20, !0
          5      > JMPZ                                                     ~6, ->8
    6     6    >   ECHO                                                     '%E5%B9%B4%E9%BD%A2%E3%81%AF20%E6%89%8D%E4%BB%A5%E4%B8%8A%E3%81%A7%E3%81%99'
    7     7        ECHO                                                     !1
    4     8    >   PRE_INC                                                  !2
          9    >   IS_SMALLER                                               !2, 10
         10      > JMPNZ                                                    ~8, ->4
   10    11    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.63 ms | 1384 KiB | 13 Q