3v4l.org

run code in 300+ PHP versions simultaneously
<?php for($a=52,$b = 63,$c = 72; ; ) { $result = $a . ' ' .$b . ' ' .$c; break; } echo $result;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 10
Branch analysis from position: 10
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
1 jumps found. (Code = 42) Position 1 = 11
Branch analysis from position: 11
filename:       /in/AiD9D
function name:  (null)
number of ops:  13
compiled vars:  !0 = $a, !1 = $b, !2 = $c, !3 = $result
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 52
          1        ASSIGN                                                   !1, 63
          2        ASSIGN                                                   !2, 72
          3      > JMP                                                      ->10
    4     4    >   CONCAT                                           ~7      !0, '+'
          5        CONCAT                                           ~8      ~7, !1
          6        CONCAT                                           ~9      ~8, '+'
          7        CONCAT                                           ~10     ~9, !2
          8        ASSIGN                                                   !3, ~10
    5     9      > JMP                                                      ->11
         10    > > JMPNZ                                                    <true>, ->4
    7    11    >   ECHO                                                     !3
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
270.57 ms | 1397 KiB | 13 Q