3v4l.org

run code in 300+ PHP versions simultaneously
<?php $foo = 'writing code'; ?> <h1 class="hstyle4">Hello World</h1> <p>I am <?php echo $foo; ?>, specifically HTML, outside of PHP. It's probably a lot more readable this way, and doesn't impact the server nearly as much by parsing unnecessary code that could have easily been handled another way.</p>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/aku1S
function name:  (null)
number of ops:  5
compiled vars:  !0 = $foo
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   ASSIGN                                                   !0, 'writing+code'
    2     1        ECHO                                                     '%3Ch1+class%3D%22hstyle4%22%3EHello+World%3C%2Fh1%3E%0A%3Cp%3EI+am+'
    3     2        ECHO                                                     !0
          3        ECHO                                                     '%2C+specifically+HTML%2C+outside+of+PHP.+It%27s+probably+a+lot+more+readable+this+way%2C+and+doesn%27t+impact+the+server+nearly+as+much+by+parsing+unnecessary+code+that+could+have+easily+been+handled+another+way.%3C%2Fp%3E'
          4      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
178.92 ms | 1392 KiB | 13 Q