3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = '&BCAEMARBBEEESwQ7BDoEOA-'; echo mb_convert_encoding($str, 'UTF-8', 'UTF7-IMAP') . "\n"; $str = 'Рассылки'; echo mb_convert_encoding($str, 'UTF7-IMAP', 'UTF-8') . "\n";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/4WIAn
function name:  (null)
number of ops:  17
compiled vars:  !0 = $str
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '%26BCAEMARBBEEESwQ7BDoEOA-'
    4     1        INIT_FCALL                                               'mb_convert_encoding'
          2        SEND_VAR                                                 !0
          3        SEND_VAL                                                 'UTF-8'
          4        SEND_VAL                                                 'UTF7-IMAP'
          5        DO_ICALL                                         $2      
          6        CONCAT                                           ~3      $2, '%0A'
          7        ECHO                                                     ~3
    5     8        ASSIGN                                                   !0, '%D0%A0%D0%B0%D1%81%D1%81%D1%8B%D0%BB%D0%BA%D0%B8'
    6     9        INIT_FCALL                                               'mb_convert_encoding'
         10        SEND_VAR                                                 !0
         11        SEND_VAL                                                 'UTF7-IMAP'
         12        SEND_VAL                                                 'UTF-8'
         13        DO_ICALL                                         $5      
         14        CONCAT                                           ~6      $5, '%0A'
         15        ECHO                                                     ~6
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.38 ms | 1394 KiB | 15 Q