3v4l.org

run code in 300+ PHP versions simultaneously
<?php $_REQUEST['save_to_file_note'] = true; var_dump(filter_input(INPUT_REQUEST, 'save_to_file_note')); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/3KLoV
function name:  (null)
number of ops:  12
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   FETCH_W                      global              $0      '_REQUEST'
          1        ASSIGN_DIM                                               $0, 'save_to_file_note'
          2        OP_DATA                                                  <true>
    4     3        INIT_FCALL                                               'var_dump'
          4        INIT_FCALL                                               'filter_input'
          5        FETCH_CONSTANT                                   ~2      'INPUT_REQUEST'
          6        SEND_VAL                                                 ~2
          7        SEND_VAL                                                 'save_to_file_note'
          8        DO_ICALL                                         $3      
          9        SEND_VAR                                                 $3
         10        DO_ICALL                                                 
    6    11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
172.99 ms | 1394 KiB | 17 Q