3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = "/9j/2w=="; $finfo = new finfo(FILEINFO_MIME); echo $finfo->buffer(base64_decode($data));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/BmVeW
function name:  (null)
number of ops:  13
compiled vars:  !0 = $data, !1 = $finfo
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '%2F9j%2F2w%3D%3D'
    3     1        NEW                                              $3      'finfo'
          2        SEND_VAL_EX                                              1040
          3        DO_FCALL                                      0          
          4        ASSIGN                                                   !1, $3
    4     5        INIT_METHOD_CALL                                         !1, 'buffer'
          6        INIT_FCALL                                               'base64_decode'
          7        SEND_VAR                                                 !0
          8        DO_ICALL                                         $6      
          9        SEND_VAR_NO_REF_EX                                       $6
         10        DO_FCALL                                      0  $7      
         11        ECHO                                                     $7
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
142.37 ms | 1398 KiB | 15 Q