3v4l.org

run code in 300+ PHP versions simultaneously
<?php $_GET['tags'] = 'Teste'; $tags = filter_input(INPUT_GET, 'tags', FILTER_SANITIZE_STRING); echo $tags;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/e9f05
function name:  (null)
number of ops:  11
compiled vars:  !0 = $tags
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   FETCH_W                      global              $1      '_GET'
          1        ASSIGN_DIM                                               $1, 'tags'
          2        OP_DATA                                                  'Teste'
    5     3        INIT_FCALL                                               'filter_input'
          4        SEND_VAL                                                 1
          5        SEND_VAL                                                 'tags'
          6        SEND_VAL                                                 513
          7        DO_ICALL                                         $3      
          8        ASSIGN                                                   !0, $3
    7     9        ECHO                                                     !0
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
231.55 ms | 1394 KiB | 15 Q