3v4l.org

run code in 300+ PHP versions simultaneously
<?php mb_language('japanese'); $tmp = mb_split(',', 'みかん,りんご,ばなな,いちご,サカナ,とうもろこし'); print_r($tmp);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/mbnQd
function name:  (null)
number of ops:  12
compiled vars:  !0 = $tmp
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'mb_language'
          1        SEND_VAL                                                 'japanese'
          2        DO_ICALL                                                 
    3     3        INIT_FCALL                                               'mb_split'
          4        SEND_VAL                                                 '%2C'
          5        SEND_VAL                                                 '%E3%81%BF%E3%81%8B%E3%82%93%2C%E3%82%8A%E3%82%93%E3%81%94%2C%E3%81%B0%E3%81%AA%E3%81%AA%2C%E3%81%84%E3%81%A1%E3%81%94%2C%E3%82%B5%E3%82%AB%E3%83%8A%2C%E3%81%A8%E3%81%86%E3%82%82%E3%82%8D%E3%81%93%E3%81%97'
          6        DO_ICALL                                         $2      
          7        ASSIGN                                                   !0, $2
    4     8        INIT_FCALL                                               'print_r'
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                                 
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.6 ms | 1394 KiB | 19 Q