3v4l.org

run code in 500+ PHP versions simultaneously
<?php function translit($s) { return transliterator_transliterate('Any-Latin; Latin-ASCII', $s); } var_dump(translit('повертаємо результат'));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/g901Y
function name:  (null)
number of ops:  7
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    7     0  E >   INIT_FCALL                                                   'var_dump'
          1        INIT_FCALL                                                   'translit'
          2        SEND_VAL                                                     '%D0%BF%D0%BE%D0%B2%D0%B5%D1%80%D1%82%D0%B0%D1%94%D0%BC%D0%BE+%D1%80%D0%B5%D0%B7%D1%83%D0%BB%D1%8C%D1%82%D0%B0%D1%82'
          3        DO_FCALL                                          0  $0      
          4        SEND_VAR                                                     $0
          5        DO_ICALL                                                     
          6      > RETURN                                                       1

Function translit:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/g901Y
function name:  translit
number of ops:  7
compiled vars:  !0 = $s
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   RECV                                                 !0      
    4     1        INIT_FCALL_BY_NAME                                           'transliterator_transliterate'
          2        SEND_VAL_EX                                                  'Any-Latin%3B+Latin-ASCII'
          3        SEND_VAR_EX                                                  !0
          4        DO_FCALL                                          0  $1      
          5      > RETURN                                                       $1
    5     6*     > RETURN                                                       null

End of function translit

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
156.61 ms | 1860 KiB | 15 Q