3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = '%22%3E%27%3E%3CIfRaME%3E'; $string = urldecode($string); $string = filter_var($string, FILTER_SANITIZE_STRING); echo($string); var_dump($string); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/mV9XC
function name:  (null)
number of ops:  15
compiled vars:  !0 = $string
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '%2522%253E%2527%253E%253CIfRaME%253E'
    4     1        INIT_FCALL                                               'urldecode'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $2      
          4        ASSIGN                                                   !0, $2
    5     5        INIT_FCALL                                               'filter_var'
          6        SEND_VAR                                                 !0
          7        SEND_VAL                                                 513
          8        DO_ICALL                                         $4      
          9        ASSIGN                                                   !0, $4
    6    10        ECHO                                                     !0
    7    11        INIT_FCALL                                               'var_dump'
         12        SEND_VAR                                                 !0
         13        DO_ICALL                                                 
    8    14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.05 ms | 1394 KiB | 19 Q