3v4l.org

run code in 300+ PHP versions simultaneously
<?php mb_convert_encoding("あいうえお", "Base64", "UTF-8"); mb_convert_encoding("あいうえお", "QPrint", "UTF-8"); mb_convert_encoding("あいうえお", "HTML", "UTF-8"); mb_convert_encoding("あいうえお", "Uuencode", "UTF-8");
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/8v8TQ
function name:  (null)
number of ops:  21
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'mb_convert_encoding'
          1        SEND_VAL                                                 '%E3%81%82%E3%81%84%E3%81%86%E3%81%88%E3%81%8A'
          2        SEND_VAL                                                 'Base64'
          3        SEND_VAL                                                 'UTF-8'
          4        DO_ICALL                                                 
    3     5        INIT_FCALL                                               'mb_convert_encoding'
          6        SEND_VAL                                                 '%E3%81%82%E3%81%84%E3%81%86%E3%81%88%E3%81%8A'
          7        SEND_VAL                                                 'QPrint'
          8        SEND_VAL                                                 'UTF-8'
          9        DO_ICALL                                                 
    4    10        INIT_FCALL                                               'mb_convert_encoding'
         11        SEND_VAL                                                 '%E3%81%82%E3%81%84%E3%81%86%E3%81%88%E3%81%8A'
         12        SEND_VAL                                                 'HTML'
         13        SEND_VAL                                                 'UTF-8'
         14        DO_ICALL                                                 
    5    15        INIT_FCALL                                               'mb_convert_encoding'
         16        SEND_VAL                                                 '%E3%81%82%E3%81%84%E3%81%86%E3%81%88%E3%81%8A'
         17        SEND_VAL                                                 'Uuencode'
         18        SEND_VAL                                                 'UTF-8'
         19        DO_ICALL                                                 
         20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
144.32 ms | 1395 KiB | 15 Q