3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = "ディーパッã"; $encoding = mb_convert_encoding($str,'ISO-8859-1', 'UTF-8'); echo $encoding; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/36ga6
function name:  (null)
number of ops:  9
compiled vars:  !0 = $str, !1 = $encoding
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '%C3%A3%C6%92%E2%80%A1%C3%A3%E2%80%9A%C2%A3%C3%A3%C6%92%C2%BC%C3%A3%C6%92%E2%80%98%C3%A3%C6%92%C6%92%C3%A3'
    3     1        INIT_FCALL                                               'mb_convert_encoding'
          2        SEND_VAR                                                 !0
          3        SEND_VAL                                                 'ISO-8859-1'
          4        SEND_VAL                                                 'UTF-8'
          5        DO_ICALL                                         $3      
          6        ASSIGN                                                   !1, $3
    4     7        ECHO                                                     !1
    6     8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
166.83 ms | 1394 KiB | 15 Q