3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
153.6 ms | 1886 KiB | 16 Q