3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
144.49 ms | 1397 KiB | 13 Q