3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump( mb_convert_encoding( mb_substr( mb_convert_encoding( "¨l", "ISO-8859-1", "UTF-8" ), 0, null, "UTF-8" ), "UTF-8", "ISO-8859-1" ) );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/aiIvs
function name:  (null)
number of ops:  20
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_substr'
    5     3        INIT_FCALL                                               'mb_convert_encoding'
    6     4        SEND_VAL                                                 '%C2%A8l'
    7     5        SEND_VAL                                                 'ISO-8859-1'
    8     6        SEND_VAL                                                 'UTF-8'
    5     7        DO_ICALL                                         $0      
    8     8        SEND_VAR                                                 $0
   10     9        SEND_VAL                                                 0
   11    10        SEND_VAL                                                 null
   12    11        SEND_VAL                                                 'UTF-8'
    4    12        DO_ICALL                                         $1      
   12    13        SEND_VAR                                                 $1
   14    14        SEND_VAL                                                 'UTF-8'
   15    15        SEND_VAL                                                 'ISO-8859-1'
    3    16        DO_ICALL                                         $2      
   15    17        SEND_VAR                                                 $2
    2    18        DO_ICALL                                                 
   17    19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
193.9 ms | 1007 KiB | 16 Q