3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(fileowner(__FILE__)); var_dump(getmygid()); var_dump(getmyuid() == fileowner(__FILE__));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/VuIno
function name:  (null)
number of ops:  21
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'var_dump'
          1        INIT_FCALL                                               'fileowner'
          2        SEND_VAL                                                 '%2Fin%2FVuIno'
          3        DO_ICALL                                         $0      
          4        SEND_VAR                                                 $0
          5        DO_ICALL                                                 
    4     6        INIT_FCALL                                               'var_dump'
          7        INIT_FCALL                                               'getmygid'
          8        DO_ICALL                                         $2      
          9        SEND_VAR                                                 $2
         10        DO_ICALL                                                 
    5    11        INIT_FCALL                                               'var_dump'
         12        INIT_FCALL                                               'getmyuid'
         13        DO_ICALL                                         $4      
         14        INIT_FCALL                                               'fileowner'
         15        SEND_VAL                                                 '%2Fin%2FVuIno'
         16        DO_ICALL                                         $5      
         17        IS_EQUAL                                         ~6      $4, $5
         18        SEND_VAL                                                 ~6
         19        DO_ICALL                                                 
         20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
175.97 ms | 1395 KiB | 21 Q