3v4l.org

run code in 500+ PHP versions simultaneously
<?php var_dump(is_file('/tmp/largefile'), is_dir('/tmp/largefile'), filesize('/tmp/largefile'));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/3hgV3
function name:  (null)
number of ops:  15
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                                   'var_dump'
          1        INIT_FCALL                                                   'is_file'
          2        SEND_VAL                                                     '%2Ftmp%2Flargefile'
          3        DO_ICALL                                             $0      
          4        SEND_VAR                                                     $0
          5        INIT_FCALL                                                   'is_dir'
          6        SEND_VAL                                                     '%2Ftmp%2Flargefile'
          7        DO_ICALL                                             $1      
          8        SEND_VAR                                                     $1
          9        INIT_FCALL                                                   'filesize'
         10        SEND_VAL                                                     '%2Ftmp%2Flargefile'
         11        DO_ICALL                                             $2      
         12        SEND_VAR                                                     $2
         13        DO_ICALL                                                     
         14      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
163.52 ms | 3364 KiB | 16 Q