3v4l.org

run code in 300+ PHP versions simultaneously
<?php $charset = 'UTF-8'; $header = '=?utf-8?Q?=22=53=61=70=65=2E=72=75=22=20?='; $decoded = iconv_mime_decode($header, ICONV_MIME_DECODE_CONTINUE_ON_ERROR, $charset); var_dump($decoded);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/M62e2
function name:  (null)
number of ops:  13
compiled vars:  !0 = $charset, !1 = $header, !2 = $decoded
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'UTF-8'
    5     1        ASSIGN                                                   !1, '%3D%3Futf-8%3FQ%3F%3D22%3D53%3D61%3D70%3D65%3D2E%3D72%3D75%3D22%3D20%3F%3D'
    7     2        INIT_FCALL_BY_NAME                                       'iconv_mime_decode'
          3        SEND_VAR_EX                                              !1
          4        FETCH_CONSTANT                                   ~5      'ICONV_MIME_DECODE_CONTINUE_ON_ERROR'
          5        SEND_VAL_EX                                              ~5
          6        SEND_VAR_EX                                              !0
          7        DO_FCALL                                      0  $6      
          8        ASSIGN                                                   !2, $6
    9     9        INIT_FCALL                                               'var_dump'
         10        SEND_VAR                                                 !2
         11        DO_ICALL                                                 
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.92 ms | 1394 KiB | 15 Q