3v4l.org

run code in 300+ PHP versions simultaneously
<?php for($a = 10, $b = 20, $c = 30; ; ) { var_dump($a, $b, $c); break; }
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/iLYe1
function name:  (null)
number of ops:  12
compiled vars:  !0 = $a, !1 = $b, !2 = $c
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 10
          1        ASSIGN                                                   !1, 20
          2        ASSIGN                                                   !2, 30
          3      > JMP                                                      ->10
    4     4    >   INIT_FCALL                                               'var_dump'
          5        SEND_VAR                                                 !0
          6        SEND_VAR                                                 !1
          7        SEND_VAR                                                 !2
          8        DO_ICALL                                                 
    5     9      > JMP                                                      ->11
         10    > > JMPNZ                                                    <true>, ->4
    6    11    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.99 ms | 1394 KiB | 15 Q