3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo $translit = Transliterator::create(Transliterator::FORWARD)->transliterate('Я хз що це.');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/gukfX
function name:  (null)
number of ops:  10
compiled vars:  !0 = $translit
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_STATIC_METHOD_CALL                                  'Transliterator', 'create'
          1        FETCH_CLASS_CONSTANT                             ~1      'Transliterator', 'FORWARD'
          2        SEND_VAL_EX                                              ~1
          3        DO_FCALL                                      0  $2      
          4        INIT_METHOD_CALL                                         $2, 'transliterate'
          5        SEND_VAL_EX                                              '%D0%AF+%D1%85%D0%B7+%D1%89%D0%BE+%D1%86%D0%B5.'
          6        DO_FCALL                                      0  $3      
          7        ASSIGN                                           ~4      !0, $3
          8        ECHO                                                     ~4
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
166.37 ms | 1393 KiB | 13 Q