3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(E_ALL); var_dump(realpath($_SERVER['argv']['0']));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/DC2Fc
function name:  (null)
number of ops:  13
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'error_reporting'
          1        SEND_VAL                                                 32767
          2        DO_ICALL                                                 
    4     3        INIT_FCALL                                               'var_dump'
          4        INIT_FCALL                                               'realpath'
          5        FETCH_R                      global              ~1      '_SERVER'
          6        FETCH_DIM_R                                      ~2      ~1, 'argv'
          7        FETCH_DIM_R                                      ~3      ~2, 0
          8        SEND_VAL                                                 ~3
          9        DO_ICALL                                         $4      
         10        SEND_VAR                                                 $4
         11        DO_ICALL                                                 
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.4 ms | 1394 KiB | 19 Q