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; print ¥n; } } ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 11
Branch analysis from position: 11
2 jumps found. (Code = 44) Position 1 = 13, Position 2 = 4
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 4
2 jumps found. (Code = 43) Position 1 = 6, Position 2 = 10
Branch analysis from position: 6
2 jumps found. (Code = 44) Position 1 = 13, Position 2 = 4
Branch analysis from position: 13
Branch analysis from position: 4
Branch analysis from position: 10
filename:       /in/O2vIc
function name:  (null)
number of ops:  14
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                                                      ->11
    5     4    >   IS_SMALLER_OR_EQUAL                                      20, !0
          5      > JMPZ                                                     ~6, ->10
    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
    8     8        FETCH_CONSTANT                                   ~7      '%EF%BF%A5%EF%BD%8E'
          9        ECHO                                                     ~7
    4    10    >   PRE_INC                                                  !2
         11    >   IS_SMALLER                                               !2, 10
         12      > JMPNZ                                                    ~9, ->4
   11    13    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
137.95 ms | 1393 KiB | 13 Q