3v4l.org

run code in 300+ 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'
         15        DO_ICALL                                         $2      
         16        SEND_VAR                                                 $2
         17        DO_ICALL                                                 
    6    18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165 ms | 1394 KiB | 19 Q