3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump($_ENV['PATH']); // to check if it really has data var_dump(filter_input(INPUT_ENV, 'PATH')); // this returns NULL, but should return the same as the previous
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/RFNBH
function name:  (null)
number of ops:  13
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'var_dump'
          1        FETCH_R                      global              ~0      '_ENV'
          2        FETCH_DIM_R                                      ~1      ~0, 'PATH'
          3        SEND_VAL                                                 ~1
          4        DO_ICALL                                                 
    4     5        INIT_FCALL                                               'var_dump'
          6        INIT_FCALL                                               'filter_input'
          7        SEND_VAL                                                 4
          8        SEND_VAL                                                 'PATH'
          9        DO_ICALL                                         $3      
         10        SEND_VAR                                                 $3
         11        DO_ICALL                                                 
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
175.51 ms | 1394 KiB | 17 Q