3v4l.org

run code in 300+ PHP versions simultaneously
<?php $len1 = mb_strlen("ああえ","UTF-8"); $len2 = mb_strlen("らいうう","UTF-8"); echo $len1.'<br>'.$len2; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/kEHdr
function name:  (null)
number of ops:  14
compiled vars:  !0 = $len1, !1 = $len2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'mb_strlen'
          1        SEND_VAL                                                 '%E3%81%82%E3%81%82%E3%81%88'
          2        SEND_VAL                                                 'UTF-8'
          3        DO_ICALL                                         $2      
          4        ASSIGN                                                   !0, $2
    3     5        INIT_FCALL                                               'mb_strlen'
          6        SEND_VAL                                                 '%E3%82%89%E3%81%84%E3%81%86%E3%81%86'
          7        SEND_VAL                                                 'UTF-8'
          8        DO_ICALL                                         $4      
          9        ASSIGN                                                   !1, $4
    4    10        CONCAT                                           ~6      !0, '%3Cbr%3E'
         11        CONCAT                                           ~7      ~6, !1
         12        ECHO                                                     ~7
    5    13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.24 ms | 1394 KiB | 15 Q