3v4l.org

run code in 300+ PHP versions simultaneously
<?php function unaccent_utf8($string) { return iconv("UTF-8", "ASCII//TRANSLIT", $string); } for ($i=0; $i < 100; $i++) { $x=unaccent_utf8('été ou hiver en caleçon'); }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 7
Branch analysis from position: 7
2 jumps found. (Code = 44) Position 1 = 9, Position 2 = 2
Branch analysis from position: 9
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 2
2 jumps found. (Code = 44) Position 1 = 9, Position 2 = 2
Branch analysis from position: 9
Branch analysis from position: 2
filename:       /in/9skUB
function name:  (null)
number of ops:  10
compiled vars:  !0 = $i, !1 = $x
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   ASSIGN                                                   !0, 0
          1      > JMP                                                      ->7
    8     2    >   INIT_FCALL                                               'unaccent_utf8'
          3        SEND_VAL                                                 '%C3%A9t%C3%A9+ou+hiver+en+cale%C3%A7on'
          4        DO_FCALL                                      0  $3      
          5        ASSIGN                                                   !1, $3
    7     6        PRE_INC                                                  !0
          7    >   IS_SMALLER                                               !0, 100
          8      > JMPNZ                                                    ~6, ->2
    9     9    > > RETURN                                                   1

Function unaccent_utf8:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/9skUB
function name:  unaccent_utf8
number of ops:  8
compiled vars:  !0 = $string
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   RECV                                             !0      
    4     1        INIT_FCALL_BY_NAME                                       'iconv'
          2        SEND_VAL_EX                                              'UTF-8'
          3        SEND_VAL_EX                                              'ASCII%2F%2FTRANSLIT'
          4        SEND_VAR_EX                                              !0
          5        DO_FCALL                                      0  $1      
          6      > RETURN                                                   $1
    5     7*     > RETURN                                                   null

End of function unaccent_utf8

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.94 ms | 1389 KiB | 17 Q