3v4l.org

run code in 300+ PHP versions simultaneously
<?php setlocale(LC_CTYPE, 'fr_FR.UTF-8'); echo iconv('UTF-8', 'ASCII//TRANSLIT//IGNORE', 'Chaîne de caractères à convertir.'); // résultat : Chaine de caracteres a convertir.
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/YfuDa
function name:  (null)
number of ops:  11
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'setlocale'
          1        SEND_VAL                                                 0
          2        SEND_VAL                                                 'fr_FR.UTF-8'
          3        DO_ICALL                                                 
    4     4        INIT_FCALL_BY_NAME                                       'iconv'
          5        SEND_VAL_EX                                              'UTF-8'
          6        SEND_VAL_EX                                              'ASCII%2F%2FTRANSLIT%2F%2FIGNORE'
          7        SEND_VAL_EX                                              'Cha%C3%AEne+de+caract%C3%A8res+%C3%A0+convertir.'
          8        DO_FCALL                                      0  $1      
          9        ECHO                                                     $1
    5    10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158 ms | 1394 KiB | 18 Q