3v4l.org

run code in 300+ PHP versions simultaneously
<?php setlocale(LC_ALL, 'de_DE.UTF-8'); $item = 'horus'; echo transliterator_transliterate('Latin-Russian/BGN;', (string) $item) . PHP_EOL;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/bZKN0
function name:  (null)
number of ops:  13
compiled vars:  !0 = $item
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'setlocale'
          1        SEND_VAL                                                 6
          2        SEND_VAL                                                 'de_DE.UTF-8'
          3        DO_ICALL                                                 
    3     4        ASSIGN                                                   !0, 'horus'
    4     5        INIT_FCALL_BY_NAME                                       'transliterator_transliterate'
          6        SEND_VAL_EX                                              'Latin-Russian%2FBGN%3B'
          7        CAST                                          6  ~3      !0
          8        SEND_VAL_EX                                              ~3
          9        DO_FCALL                                      0  $4      
         10        CONCAT                                           ~5      $4, '%0A'
         11        ECHO                                                     ~5
    5    12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.55 ms | 1394 KiB | 15 Q