3v4l.org

run code in 300+ PHP versions simultaneously
<?php header('Content-Type: image/png'); header('HTTP/1.1 200 OK'); $file = 'Various.png'; readfile($file);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ZuoYY
function name:  (null)
number of ops:  11
compiled vars:  !0 = $file
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'header'
          1        SEND_VAL                                                 'Content-Type%3A+image%2Fpng'
          2        DO_ICALL                                                 
    3     3        INIT_FCALL                                               'header'
          4        SEND_VAL                                                 'HTTP%2F1.1+200+OK'
          5        DO_ICALL                                                 
    4     6        ASSIGN                                                   !0, 'Various.png'
    6     7        INIT_FCALL                                               'readfile'
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                                 
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.67 ms | 1010 KiB | 15 Q