3v4l.org

run code in 300+ PHP versions simultaneously
<?php $fp = fopen('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVQYV2NgYAAAAAMAAWgmWQ0AAAAASUVORK5CYII=', 'r'); stream_set_blocking($fp, 0); stream_set_timeout($fp, 10); var_dump(fread($fp, 8048));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/biYY6
function name:  (null)
number of ops:  21
compiled vars:  !0 = $fp
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'fopen'
          1        SEND_VAL                                                 'data%3Aimage%2Fpng%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVQYV2NgYAAAAAMAAWgmWQ0AAAAASUVORK5CYII%3D'
          2        SEND_VAL                                                 'r'
          3        DO_ICALL                                         $1      
          4        ASSIGN                                                   !0, $1
    4     5        INIT_FCALL                                               'stream_set_blocking'
          6        SEND_VAR                                                 !0
          7        SEND_VAL                                                 0
          8        DO_ICALL                                                 
    5     9        INIT_FCALL                                               'stream_set_timeout'
         10        SEND_VAR                                                 !0
         11        SEND_VAL                                                 10
         12        DO_ICALL                                                 
    7    13        INIT_FCALL                                               'var_dump'
         14        INIT_FCALL                                               'fread'
         15        SEND_VAR                                                 !0
         16        SEND_VAL                                                 8048
         17        DO_ICALL                                         $5      
         18        SEND_VAR                                                 $5
         19        DO_ICALL                                                 
         20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
166.24 ms | 1395 KiB | 23 Q