3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo urldecode('%E4%EC%E8'); echo mb_convert_encoding ( 'äìè', 'ISO-8859-1', 'windows-1251' ); echo "\n"; echo mb_convert_encoding ( 'äìè', 'windows-1251', 'ISO-8859-1' );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/DLhD8
function name:  (null)
number of ops:  18
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'urldecode'
          1        SEND_VAL                                                 '%25E4%25EC%25E8'
          2        DO_ICALL                                         $0      
          3        ECHO                                                     $0
    3     4        INIT_FCALL                                               'mb_convert_encoding'
          5        SEND_VAL                                                 '%C3%A4%C3%AC%C3%A8'
          6        SEND_VAL                                                 'ISO-8859-1'
          7        SEND_VAL                                                 'windows-1251'
          8        DO_ICALL                                         $1      
          9        ECHO                                                     $1
    4    10        ECHO                                                     '%0A'
    5    11        INIT_FCALL                                               'mb_convert_encoding'
         12        SEND_VAL                                                 '%C3%A4%C3%AC%C3%A8'
         13        SEND_VAL                                                 'windows-1251'
         14        SEND_VAL                                                 'ISO-8859-1'
         15        DO_ICALL                                         $2      
         16        ECHO                                                     $2
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.28 ms | 1394 KiB | 17 Q