3v4l.org

run code in 300+ PHP versions simultaneously
<?php mb_internal_encoding("ISO-8859-1"); var_dump(mb_internal_encoding()); $ograve = hex2bin('f2'); echo iconv("ISO-8859-1", "UTF-8", $ograve);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/KfGXP
function name:  (null)
number of ops:  19
compiled vars:  !0 = $ograve
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'mb_internal_encoding'
          1        SEND_VAL                                                 'ISO-8859-1'
          2        DO_ICALL                                                 
    5     3        INIT_FCALL                                               'var_dump'
          4        INIT_FCALL                                               'mb_internal_encoding'
          5        DO_ICALL                                         $2      
          6        SEND_VAR                                                 $2
          7        DO_ICALL                                                 
    7     8        INIT_FCALL                                               'hex2bin'
          9        SEND_VAL                                                 'f2'
         10        DO_ICALL                                         $4      
         11        ASSIGN                                                   !0, $4
    9    12        INIT_FCALL_BY_NAME                                       'iconv'
         13        SEND_VAL_EX                                              'ISO-8859-1'
         14        SEND_VAL_EX                                              'UTF-8'
         15        SEND_VAR_EX                                              !0
         16        DO_FCALL                                      0  $6      
         17        ECHO                                                     $6
         18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
184.15 ms | 1394 KiB | 22 Q