3v4l.org

run code in 500+ PHP versions simultaneously
<?php var_dump( mb_convert_encoding( mb_convert_kana(mb_convert_encoding("アイウエオ", "JIS", "UTF-8"), "mM", "JIS") ,"UTF-8", "JIS") );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/XvIUI
function name:  (null)
number of ops:  19
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                                   'var_dump'
    3     1        INIT_FCALL                                                   'mb_convert_encoding'
    4     2        INIT_FCALL                                                   'mb_convert_kana'
          3        INIT_FCALL                                                   'mb_convert_encoding'
          4        SEND_VAL                                                     '%EF%BD%B1%EF%BD%B2%EF%BD%B3%EF%BD%B4%EF%BD%B5'
          5        SEND_VAL                                                     'JIS'
          6        SEND_VAL                                                     'UTF-8'
          7        DO_ICALL                                             $0      
          8        SEND_VAR                                                     $0
          9        SEND_VAL                                                     'mM'
         10        SEND_VAL                                                     'JIS'
         11        DO_ICALL                                             $1      
         12        SEND_VAR                                                     $1
    5    13        SEND_VAL                                                     'UTF-8'
         14        SEND_VAL                                                     'JIS'
    3    15        DO_ICALL                                             $2      
    5    16        SEND_VAR                                                     $2
    2    17        DO_ICALL                                                     
    6    18      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
170.25 ms | 1877 KiB | 16 Q