3v4l.org

run code in 500+ PHP versions simultaneously
<?php $adresa = "http://www.example.com"; $id_uzivatele = 9; $nick_uzivatele = 'bicebs'; echo htmlspecialchars("<a href='$adresa/ukaz_ho.php?id=$id_uzivatele'>$nick_uzivatele</a><br />" , ENT_QUOTES);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/SFL66
function name:  (null)
number of ops:  16
compiled vars:  !0 = $adresa, !1 = $id_uzivatele, !2 = $nick_uzivatele
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                       !0, 'http%3A%2F%2Fwww.example.com'
    4     1        ASSIGN                                                       !1, 9
    5     2        ASSIGN                                                       !2, 'bicebs'
    7     3        INIT_FCALL                                                   'htmlspecialchars'
          4        ROPE_INIT                                         7  ~7      '%3Ca+href%3D%27'
          5        ROPE_ADD                                          1  ~7      ~7, !0
          6        ROPE_ADD                                          2  ~7      ~7, '%2Fukaz_ho.php%3Fid%3D'
          7        ROPE_ADD                                          3  ~7      ~7, !1
          8        ROPE_ADD                                          4  ~7      ~7, '%27%3E'
          9        ROPE_ADD                                          5  ~7      ~7, !2
         10        ROPE_END                                          6  ~6      ~7, '%3C%2Fa%3E%3Cbr+%2F%3E'
         11        SEND_VAL                                                     ~6
         12        SEND_VAL                                                     3
         13        DO_ICALL                                             $11     
         14        ECHO                                                         $11
         15      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
161.87 ms | 2687 KiB | 14 Q