3v4l.org

run code in 500+ PHP versions simultaneously
<?php declare(strict_types = 1); var_dump(FILE_USE_INCLUDE_PATH); // int(1) file_get_contents(__FILE__, true); file_get_contents(__FILE__, FILE_USE_INCLUDE_PATH); // error echo 'finish';
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/2Uvu1
function name:  (null)
number of ops:  13
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL                                                   'var_dump'
          1        SEND_VAL                                                     1
          2        DO_ICALL                                                     
    6     3        INIT_FCALL                                                   'file_get_contents'
          4        SEND_VAL                                                     '%2Fin%2F2Uvu1'
          5        SEND_VAL                                                     <true>
          6        DO_ICALL                                                     
    7     7        INIT_FCALL                                                   'file_get_contents'
          8        SEND_VAL                                                     '%2Fin%2F2Uvu1'
          9        SEND_VAL                                                     1
         10        DO_ICALL                                                     
    9    11        ECHO                                                         'finish'
         12      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
164.74 ms | 2630 KiB | 15 Q