3v4l.org

run code in 300+ PHP versions simultaneously
<?php $replyText = "google.co.il%2F%D7%A9%D7%9C%D7%95%D7%9D_Hello.html"; echo '<a href="', str_replace('%2F','/',$replyText), '">', urldecode($replyText), '</a>';
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/iFVuY
function name:  (null)
number of ops:  15
compiled vars:  !0 = $replyText
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'google.co.il%252F%25D7%25A9%25D7%259C%25D7%2595%25D7%259D_Hello.html'
    3     1        ECHO                                                     '%3Ca+href%3D%22'
          2        INIT_FCALL                                               'str_replace'
          3        SEND_VAL                                                 '%252F'
          4        SEND_VAL                                                 '%2F'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                         $2      
          7        ECHO                                                     $2
          8        ECHO                                                     '%22%3E'
          9        INIT_FCALL                                               'urldecode'
         10        SEND_VAR                                                 !0
         11        DO_ICALL                                         $3      
         12        ECHO                                                     $3
         13        ECHO                                                     '%3C%2Fa%3E'
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
144.6 ms | 1002 KiB | 15 Q