3v4l.org

run code in 300+ PHP versions simultaneously
<?php $text = "Ĥello world"; echo $AzString = substr(transliterator_transliterate('Any-Latin;Latin-ASCII;', $text), 0, 1); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/9FaXB
function name:  (null)
number of ops:  13
compiled vars:  !0 = $text, !1 = $AzString
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '%C4%A4ello+world'
    5     1        INIT_FCALL                                               'substr'
          2        INIT_FCALL_BY_NAME                                       'transliterator_transliterate'
          3        SEND_VAL_EX                                              'Any-Latin%3BLatin-ASCII%3B'
          4        SEND_VAR_EX                                              !0
          5        DO_FCALL                                      0  $3      
          6        SEND_VAR                                                 $3
          7        SEND_VAL                                                 0
          8        SEND_VAL                                                 1
          9        DO_ICALL                                         $4      
         10        ASSIGN                                           ~5      !1, $4
         11        ECHO                                                     ~5
    7    12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.52 ms | 1009 KiB | 14 Q