3v4l.org

run code in 500+ PHP versions simultaneously
<?php print mb_strlen("é"); // LATIN SMALL LETTER E WITH ACUTE print "\n"; print mb_strlen("é"); // LATIN SMALL LETTER E; COMBINING ACUTE ACCENT
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/DM4pC
function name:  (null)
number of ops:  10
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                                   'mb_strlen'
          1        SEND_VAL                                                     '%C3%A9'
          2        DO_ICALL                                             $0      
          3        ECHO                                                         $0
    3     4        ECHO                                                         '%0A'
    4     5        INIT_FCALL                                                   'mb_strlen'
          6        SEND_VAL                                                     'e%CC%81'
          7        DO_ICALL                                             $1      
          8        ECHO                                                         $1
          9      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
157.61 ms | 2096 KiB | 14 Q