3v4l.org

run code in 300+ PHP versions simultaneously
<?php Echo "<html>"; Echo "<title>HTML with PHP</title>"; Echo "<b>My Example</b>"; $abc = 'abcdef'; Echo "<a href ='www.yourtribute.in/searchresult.aspx?search='+$abc>" ; Print "<i>Print works too!</i>"; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/2IXRR
function name:  (null)
number of ops:  10
compiled vars:  !0 = $abc
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ECHO                                                     '%3Chtml%3E'
    3     1        ECHO                                                     '%3Ctitle%3EHTML+with+PHP%3C%2Ftitle%3E'
    4     2        ECHO                                                     '%3Cb%3EMy+Example%3C%2Fb%3E'
    5     3        ASSIGN                                                   !0, 'abcdef'
    7     4        ROPE_INIT                                     3  ~3      '%3Ca+href+%3D%27www.yourtribute.in%2Fsearchresult.aspx%3Fsearch%3D%27%2B'
          5        ROPE_ADD                                      1  ~3      ~3, !0
          6        ROPE_END                                      2  ~2      ~3, '%3E'
          7        ECHO                                                     ~2
    9     8        ECHO                                                     '%3Ci%3EPrint+works+too%21%3C%2Fi%3E'
   10     9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.39 ms | 1393 KiB | 13 Q