3v4l.org

run code in 300+ PHP versions simultaneously
<?php $fp = fopen("prog.php","r"); if($fp) { echo 'Configuration Outline'; echo '\n'; $result = fread($fp, 8192); print $result; return $result; echo $result; } else { echo 'no!'; } ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 6, Position 2 = 17
Branch analysis from position: 6
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 17
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/OcJYa
function name:  (null)
number of ops:  19
compiled vars:  !0 = $fp, !1 = $result
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'fopen'
          1        SEND_VAL                                                 'prog.php'
          2        SEND_VAL                                                 'r'
          3        DO_ICALL                                         $2      
          4        ASSIGN                                                   !0, $2
    3     5      > JMPZ                                                     !0, ->17
    5     6    >   ECHO                                                     'Configuration+Outline'
    6     7        ECHO                                                     '%5Cn'
    7     8        INIT_FCALL                                               'fread'
          9        SEND_VAR                                                 !0
    8    10        SEND_VAL                                                 8192
         11        DO_ICALL                                         $4      
    7    12        ASSIGN                                                   !1, $4
    9    13        ECHO                                                     !1
   10    14      > RETURN                                                   !1
   11    15*       ECHO                                                     !1
         16*       JMP                                                      ->18
   15    17    >   ECHO                                                     'no%21'
   17    18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.52 ms | 1395 KiB | 17 Q