3v4l.org

run code in 300+ PHP versions simultaneously
<?php $fullName = 'รค'; setlocale(LC_ALL, 'en_US.UTF8'); $fullName = iconv('UTF-8', 'ASCII//TRANSLIT', $fullName); var_dump($fullName);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/6pmRe
function name:  (null)
number of ops:  15
compiled vars:  !0 = $fullName
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '%C3%A4'
    4     1        INIT_FCALL                                               'setlocale'
          2        SEND_VAL                                                 6
          3        SEND_VAL                                                 'en_US.UTF8'
          4        DO_ICALL                                                 
    5     5        INIT_FCALL_BY_NAME                                       'iconv'
          6        SEND_VAL_EX                                              'UTF-8'
          7        SEND_VAL_EX                                              'ASCII%2F%2FTRANSLIT'
          8        SEND_VAR_EX                                              !0
          9        DO_FCALL                                      0  $3      
         10        ASSIGN                                                   !0, $3
    6    11        INIT_FCALL                                               'var_dump'
         12        SEND_VAR                                                 !0
         13        DO_ICALL                                                 
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.62 ms | 1394 KiB | 17 Q