3v4l.org

run code in 300+ PHP versions simultaneously
<?php $h='example'; echo <<<D <HTML> <HEAD> <TITLE>$h Web Page</TITLE> </HEAD> <body> <p>You have reached this web page by typing &quot;$h.com&quot;, &quot;$h.net&quot;, or &quot;$h.org&quot; into your web browser.</p> <p>These domain names are reserved for use in documentation and are not availabl e for registration. See <a href="http://www.rfc-editor.org/rfc/rfc2606.txt">RFC 2606</a>, Section 3.</p> </BODY> </HTML> D; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/R4r74
function name:  (null)
number of ops:  12
compiled vars:  !0 = $h
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'example'
    4     1        ROPE_INIT                                     9  ~3      '%3CHTML%3E%0A%3CHEAD%3E%0A++%3CTITLE%3E'
    6     2        ROPE_ADD                                      1  ~3      ~3, !0
          3        ROPE_ADD                                      2  ~3      ~3, '+Web+Page%3C%2FTITLE%3E%0A%3C%2FHEAD%3E%0A%3Cbody%3E%0A%3Cp%3EYou+have+reached+this+web+page+by+typing+%26quot%3B'
    9     4        ROPE_ADD                                      3  ~3      ~3, !0
          5        ROPE_ADD                                      4  ~3      ~3, '.com%26quot%3B%2C%0A%26quot%3B'
   10     6        ROPE_ADD                                      5  ~3      ~3, !0
          7        ROPE_ADD                                      6  ~3      ~3, '.net%26quot%3B%2C%0A++or+%26quot%3B'
   11     8        ROPE_ADD                                      7  ~3      ~3, !0
          9        ROPE_END                                      8  ~2      ~3, '.org%26quot%3B+into+your+web+browser.%3C%2Fp%3E%0A%3Cp%3EThese+domain+names+are+reserved+for+use+in+documentation+and+are+not+availabl%0Ae%0A++for+registration.+See+%3Ca+href%3D%22http%3A%2F%2Fwww.rfc-editor.org%2Frfc%2Frfc2606.txt%22%3ERFC%0A++2606%3C%2Fa%3E%2C+Section+3.%3C%2Fp%3E%0A%3C%2FBODY%3E%0A%3C%2FHTML%3E'
         10        ECHO                                                     ~2
   19    11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.15 ms | 1393 KiB | 13 Q