3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = 'Un été brûlant sur la côte'; echo $str; $t = Transliterator::create('Any-Latin; ' . '[\p{S}] Name; ' . 'Latin-ASCII'); var_dump($t->transliterate($str));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/3kZap
function name:  (null)
number of ops:  13
compiled vars:  !0 = $str, !1 = $t
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'Un+%C3%A9t%C3%A9+br%C3%BBlant+sur+la+c%C3%B4te'
    5     1        ECHO                                                     !0
    7     2        INIT_STATIC_METHOD_CALL                                  'Transliterator', 'create'
    9     3        SEND_VAL_EX                                              'Any-Latin%3B+%5B%5Cp%7BS%7D%5D+Name%3B+Latin-ASCII'
          4        DO_FCALL                                      0  $3      
    7     5        ASSIGN                                                   !1, $3
   11     6        INIT_FCALL                                               'var_dump'
          7        INIT_METHOD_CALL                                         !1, 'transliterate'
          8        SEND_VAR_EX                                              !0
          9        DO_FCALL                                      0  $5      
         10        SEND_VAR                                                 $5
         11        DO_ICALL                                                 
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.87 ms | 1394 KiB | 15 Q