3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo sys_get_temp_dir()." ".stream_get_meta_data(tmpfile())["uri"];
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/b8KIP
function name:  (null)
number of ops:  12
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'sys_get_temp_dir'
          1        DO_ICALL                                         $0      
          2        CONCAT                                           ~1      $0, '+'
          3        INIT_FCALL                                               'stream_get_meta_data'
          4        INIT_FCALL                                               'tmpfile'
          5        DO_ICALL                                         $2      
          6        SEND_VAR                                                 $2
          7        DO_ICALL                                         $3      
          8        FETCH_DIM_R                                      ~4      $3, 'uri'
          9        CONCAT                                           ~5      ~1, ~4
         10        ECHO                                                     ~5
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
172.21 ms | 1394 KiB | 19 Q