3v4l.org

run code in 300+ PHP versions simultaneously
<?php $preferences = array( 'scheme' => 'Q', 'input-charset' => 'utf-8', 'output-charset' => 'utf-8', 'line-length' => 74, 'line-break-chars' => "\r\n", ); // Note the ellipsis character at the end of the following string: var_dump(iconv_mime_encode('subject', "d obeybiubrsfqllpdtpge…", $preferences));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/JLman
function name:  (null)
number of ops:  10
compiled vars:  !0 = $preferences
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
   10     1        INIT_FCALL                                               'var_dump'
          2        INIT_FCALL_BY_NAME                                       'iconv_mime_encode'
          3        SEND_VAL_EX                                              'subject'
          4        SEND_VAL_EX                                              'd+obeybiubrsfqllpdtpge%E2%80%A6'
          5        SEND_VAR_EX                                              !0
          6        DO_FCALL                                      0  $2      
          7        SEND_VAR                                                 $2
          8        DO_ICALL                                                 
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
167.48 ms | 1398 KiB | 15 Q