3v4l.org

run code in 300+ PHP versions simultaneously
<?php include 'include/Gallery.php';?> <!doctype html> <html> <head> <title>hoi</title> <link HREF="css/stylesheet.css" REL="stylesheet" TYPE="text/css"> <style> <?php echo Gallery::GenerateCSS();?> </style> </head> <body> <?php echo Gallery::Generate();?> </body> </html>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/4YHfr
function name:  (null)
number of ops:  11
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   INCLUDE_OR_EVAL                                          'include%2FGallery.php', INCLUDE
    2     1        ECHO                                                     '%3C%21doctype+html%3E%0A%3Chtml%3E%0A%09%3Chead%3E%0A%09%3Ctitle%3Ehoi%3C%2Ftitle%3E%0A%09%3Clink+HREF%3D%22css%2Fstylesheet.css%22+REL%3D%22stylesheet%22+TYPE%3D%22text%2Fcss%22%3E%0A%09%3Cstyle%3E%0A%09'
    8     2        INIT_STATIC_METHOD_CALL                                  'Gallery', 'GenerateCSS'
          3        DO_FCALL                                      0  $1      
          4        ECHO                                                     $1
    9     5        ECHO                                                     '%09%3C%2Fstyle%3E%0A%09%3C%2Fhead%3E%0A%09%3Cbody%3E%0A%09'
   12     6        INIT_STATIC_METHOD_CALL                                  'Gallery', 'Generate'
          7        DO_FCALL                                      0  $2      
          8        ECHO                                                     $2
   13     9        ECHO                                                     '%09%3C%2Fbody%3E%0A%3C%2Fhtml%3E'
   14    10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
172.28 ms | 1392 KiB | 13 Q