3v4l.org

run code in 300+ PHP versions simultaneously
<?php $foo = 'writing code'; echo "<h1 class=\"hstyle4\">Hello World</h1>"; echo "<p>I am {$foo}, specifically HTML, inside of PHP using echo."; echo 'but I could just as easily have broken it into html and used only what I needed.</p>';
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/nbaNp
function name:  (null)
number of ops:  8
compiled vars:  !0 = $foo
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'writing+code'
    3     1        ECHO                                                     '%3Ch1+class%3D%22hstyle4%22%3EHello+World%3C%2Fh1%3E'
    4     2        ROPE_INIT                                     3  ~3      '%3Cp%3EI+am+'
          3        ROPE_ADD                                      1  ~3      ~3, !0
          4        ROPE_END                                      2  ~2      ~3, '%2C+specifically+HTML%2C+inside+of+PHP+using+echo.'
          5        ECHO                                                     ~2
    5     6        ECHO                                                     'but+I+could+just+as+easily+have+broken+it+into+html+and+used+only+what+I+needed.%3C%2Fp%3E'
          7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
166.77 ms | 1392 KiB | 13 Q