3v4l.org

run code in 300+ PHP versions simultaneously
<?php session_start(); ?> <!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Goldstar</title> <?php require_once('includedScripts.php'); ?> </head> <body> <div class="banner"> <div class="userOptions" id="userOptions" style="display: none;"> <?php require_once('userOptions.php'); ?> </div> <div class="navItems"> <?php require_once('navigation.php'); ?> </div> </div> <div class="mainWrapper" id="mainWrapper"> <?php include('news.php'); ?> </div> <div class="footer"> <img src="img/goldstarentertainmentgroup.jpg" height="100%"> <?php require_once('jqueryControls.php'); ?> </div> </div> </body> </html>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/SH4oH
function name:  (null)
number of ops:  14
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'session_start'
          1        DO_ICALL                                                 
    4     2        ECHO                                                     '%3C%21DOCTYPE+HTML%3E%0A%3Chtml%3E%0A%3Chead%3E%0A%3Cmeta+http-equiv%3D%22Content-Type%22+content%3D%22text%2Fhtml%3B+charset%3Dutf-8%22%3E%0A%3Ctitle%3EGoldstar%3C%2Ftitle%3E%0A'
    9     3        INCLUDE_OR_EVAL                                          'includedScripts.php', REQUIRE_ONCE
   10     4        ECHO                                                     '%3C%2Fhead%3E%0A%3Cbody%3E%0A%0A%3Cdiv+class%3D%22banner%22%3E%0A%3Cdiv+class%3D%22userOptions%22+id%3D%22userOptions%22+style%3D%22display%3A+none%3B%22%3E%0A'
   15     5        INCLUDE_OR_EVAL                                          'userOptions.php', REQUIRE_ONCE
   16     6        ECHO                                                     '%3C%2Fdiv%3E%0A%3Cdiv+class%3D%22navItems%22%3E%0A'
   18     7        INCLUDE_OR_EVAL                                          'navigation.php', REQUIRE_ONCE
   19     8        ECHO                                                     '%3C%2Fdiv%3E%0A%3C%2Fdiv%3E%0A%3Cdiv+class%3D%22mainWrapper%22+id%3D%22mainWrapper%22%3E%0A'
   22     9        INCLUDE_OR_EVAL                                          'news.php', INCLUDE
   23    10        ECHO                                                     '%3C%2Fdiv%3E%0A%0A%3Cdiv+class%3D%22footer%22%3E%0A%3Cimg+src%3D%22img%2Fgoldstarentertainmentgroup.jpg%22+height%3D%22100%25%22%3E%0A'
   27    11        INCLUDE_OR_EVAL                                          'jqueryControls.php', REQUIRE_ONCE
   28    12        ECHO                                                     '%3C%2Fdiv%3E%0A%3C%2Fdiv%3E%0A%3C%2Fbody%3E%0A%3C%2Fhtml%3E'
   31    13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.55 ms | 1399 KiB | 15 Q