3v4l.org

run code in 300+ PHP versions simultaneously
<?php //write your do-while loop below $i = 0; do { echo "<p>Did the bottom code run?</p>"; } while ($i == 0); { echo "<p>Yes, I did run!</p>"; } ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 44) Position 1 = 4, Position 2 = 1
Branch analysis from position: 4
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 1
filename:       /in/CVoOT
function name:  (null)
number of ops:  6
compiled vars:  !0 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, 0
    6     1    >   ECHO                                                     '%3Cp%3EDid+the+bottom+code+run%3F%3C%2Fp%3E'
    8     2        IS_EQUAL                                                 !0, 0
          3      > JMPNZ                                                    ~2, ->1
    9     4    >   ECHO                                                     '%3Cp%3EYes%2C+I+did+run%21%3C%2Fp%3E'
   11     5      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.95 ms | 1392 KiB | 13 Q