3v4l.org

run code in 300+ PHP versions simultaneously
<?php $name = filter_var($_GET['name'], FILTER_DEFAULT, [FILTER_FLAG_STRIP_LOW]); ?> Your name is <?php echo htmlspecialchars($name) ?>.
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/kBsVu
function name:  (null)
number of ops:  15
compiled vars:  !0 = $name
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'filter_var'
          1        FETCH_R                      global              ~1      '_GET'
          2        FETCH_DIM_R                                      ~2      ~1, 'name'
          3        SEND_VAL                                                 ~2
          4        SEND_VAL                                                 516
          5        SEND_VAL                                                 <array>
          6        DO_ICALL                                         $3      
          7        ASSIGN                                                   !0, $3
    4     8        ECHO                                                     '+%0AYour+name+is+'
    5     9        INIT_FCALL                                               'htmlspecialchars'
         10        SEND_VAR                                                 !0
         11        DO_ICALL                                         $5      
         12        ECHO                                                     $5
         13        ECHO                                                     '.'
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.18 ms | 1394 KiB | 17 Q