3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = base64_decode('R0lGODlhAQABAIAAAAUEBAAAACwAAAAAAQABAAACAkQBADs='); var_dump(@mime_content_type('data://text/plain;base64,' . base64_encode($string)));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/2bhgP
function name:  (null)
number of ops:  17
compiled vars:  !0 = $string
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'base64_decode'
          1        SEND_VAL                                                 'R0lGODlhAQABAIAAAAUEBAAAACwAAAAAAQABAAACAkQBADs%3D'
          2        DO_ICALL                                         $1      
          3        ASSIGN                                                   !0, $1
    4     4        INIT_FCALL                                               'var_dump'
          5        BEGIN_SILENCE                                    ~3      
          6        INIT_FCALL                                               'mime_content_type'
          7        INIT_FCALL                                               'base64_encode'
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                         $4      
         10        CONCAT                                           ~5      'data%3A%2F%2Ftext%2Fplain%3Bbase64%2C', $4
         11        SEND_VAL                                                 ~5
         12        DO_ICALL                                         $6      
         13        END_SILENCE                                              ~3
         14        SEND_VAR                                                 $6
         15        DO_ICALL                                                 
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.62 ms | 1394 KiB | 21 Q