3v4l.org

run code in 300+ PHP versions simultaneously
<?php mb_internal_encoding('UTF-8'); $content = 'MariƱe'; echo mb_strtoupper($content, "UTF-8"); echo "\n"; echo mb_convert_case($content, MB_CASE_UPPER, "UTF-8");
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/7WJ8U
function name:  (null)
number of ops:  17
compiled vars:  !0 = $content
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'mb_internal_encoding'
          1        SEND_VAL                                                 'UTF-8'
          2        DO_ICALL                                                 
    3     3        ASSIGN                                                   !0, 'Mari%C3%B1e'
    5     4        INIT_FCALL                                               'mb_strtoupper'
          5        SEND_VAR                                                 !0
          6        SEND_VAL                                                 'UTF-8'
          7        DO_ICALL                                         $3      
          8        ECHO                                                     $3
    6     9        ECHO                                                     '%0A'
    7    10        INIT_FCALL                                               'mb_convert_case'
         11        SEND_VAR                                                 !0
         12        SEND_VAL                                                 0
         13        SEND_VAL                                                 'UTF-8'
         14        DO_ICALL                                         $4      
         15        ECHO                                                     $4
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.05 ms | 1394 KiB | 19 Q