3v4l.org

run code in 300+ PHP versions simultaneously
<?php $txt = "Paris 16ème arrondissement"; mb_internal_encoding("UTF-8"); echo mb_internal_encoding(); echo mb_strtolower($txt);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/9Zoe8
function name:  (null)
number of ops:  12
compiled vars:  !0 = $txt
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'Paris+16%C3%A8me+arrondissement'
    4     1        INIT_FCALL                                               'mb_internal_encoding'
          2        SEND_VAL                                                 'UTF-8'
          3        DO_ICALL                                                 
    5     4        INIT_FCALL                                               'mb_internal_encoding'
          5        DO_ICALL                                         $3      
          6        ECHO                                                     $3
    6     7        INIT_FCALL                                               'mb_strtolower'
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                         $4      
         10        ECHO                                                     $4
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.96 ms | 1394 KiB | 17 Q