3v4l.org

run code in 300+ PHP versions simultaneously
<?php //Print html echo("<HTML>"); //Printer header start echo("<HEAD"); //Printed the title echo("<TITLE> </TITLE>"); //Closes the head. Ths is very HTML compliant echo("</HEAD>"); //Now can be the bdoy echo("<BODY>");
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/euVd4
function name:  (null)
number of ops:  6
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ECHO                                                     '%3CHTML%3E'
    6     1        ECHO                                                     '%3CHEAD'
    8     2        ECHO                                                     '%3CTITLE%3E+++++++++++++++++++%3C%2FTITLE%3E'
   10     3        ECHO                                                     '%3C%2FHEAD%3E'
   12     4        ECHO                                                     '%3CBODY%3E'
          5      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.43 ms | 1392 KiB | 13 Q