3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Controller $css = '<link href="path/to/file.css" rel="stylesheet">'; // View / Template ?> <head> <link href="path/to/another_file.css" rel="stylesheet"> <?= $css ?> </head>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Y2kCJ
function name:  (null)
number of ops:  5
compiled vars:  !0 = $css
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   ASSIGN                                                   !0, '%3Clink+href%3D%22path%2Fto%2Ffile.css%22+rel%3D%22stylesheet%22%3E'
   10     1        ECHO                                                     '%0A%3Chead%3E%0A++++%3Clink+href%3D%22path%2Fto%2Fanother_file.css%22+rel%3D%22stylesheet%22%3E%0A++++'
   13     2        ECHO                                                     !0
   14     3        ECHO                                                     '%3C%2Fhead%3E'
          4      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
266.5 ms | 997 KiB | 13 Q