3v4l.org

run code in 300+ PHP versions simultaneously
<html> <head> <title>Date of Birth<\title> <\head> <body> <p>Please enter your date of birth<\p> <form action="dataEntry.php" method="post"> <select name = day> <option selected="selected" value="">no day<\option> <?php for($day=1;$day<=31;++$day){ print"\t<option value=\"$day\">$day<\option>\n"; } ?> <\select> <\form> <\body> <\html>
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 = 12, Position 2 = 3
Branch analysis from position: 12
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 3
2 jumps found. (Code = 44) Position 1 = 12, Position 2 = 3
Branch analysis from position: 12
Branch analysis from position: 3
filename:       /in/KX3Yq
function name:  (null)
number of ops:  14
compiled vars:  !0 = $day
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   ECHO                                                     '%3Chtml%3E%0A%3Chead%3E%0A%3Ctitle%3EDate+of+Birth%3C%5Ctitle%3E%0A%3C%5Chead%3E%0A%3Cbody%3E%0A%3Cp%3EPlease+enter+your+date+of+birth%3C%5Cp%3E%0A%3Cform+action%3D%22dataEntry.php%22+method%3D%22post%22%3E%0A%3Cselect+name+%3D+day%3E%0A%3Coption+selected%3D%22selected%22+value%3D%22%22%3Eno+day%3C%5Coption%3E%0A'
   11     1        ASSIGN                                                   !0, 1
          2      > JMP                                                      ->10
   12     3    >   ROPE_INIT                                     5  ~3      '%09%3Coption+value%3D%22'
          4        ROPE_ADD                                      1  ~3      ~3, !0
          5        ROPE_ADD                                      2  ~3      ~3, '%22%3E'
          6        ROPE_ADD                                      3  ~3      ~3, !0
          7        ROPE_END                                      4  ~2      ~3, '%3C%5Coption%3E%0A'
          8        ECHO                                                     ~2
   11     9        PRE_INC                                                  !0
         10    >   IS_SMALLER_OR_EQUAL                                      !0, 31
         11      > JMPNZ                                                    ~7, ->3
   14    12    >   ECHO                                                     '%3C%5Cselect%3E%0A%3C%5Cform%3E%0A%3C%5Cbody%3E%0A%3C%5Chtml%3E'
   17    13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
166.58 ms | 1393 KiB | 13 Q