3v4l.org

run code in 300+ PHP versions simultaneously
<?php mb_internal_encoding("UTF-8"); $Contacts = "µ4µµ2µ"; if(is_array($Contacts)) { $C = $Contacts; } else { $C = explode("µµ", mb_substr($Contacts, 1, -1, "UTF-8")); } print_r($C);
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 6, Position 2 = 8
Branch analysis from position: 6
1 jumps found. (Code = 42) Position 1 = 19
Branch analysis from position: 19
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 8
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/tCvmU
function name:  (null)
number of ops:  23
compiled vars:  !0 = $Contacts, !1 = $C
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, '%C2%B54%C2%B5%C2%B52%C2%B5'
          4        TYPE_CHECK                                  128          !0
          5      > JMPZ                                                     ~4, ->8
    5     6    >   ASSIGN                                                   !1, !0
          7      > JMP                                                      ->19
   11     8    >   INIT_FCALL                                               'explode'
          9        SEND_VAL                                                 '%C2%B5%C2%B5'
         10        INIT_FCALL                                               'mb_substr'
         11        SEND_VAR                                                 !0
         12        SEND_VAL                                                 1
         13        SEND_VAL                                                 -1
         14        SEND_VAL                                                 'UTF-8'
         15        DO_ICALL                                         $6      
         16        SEND_VAR                                                 $6
         17        DO_ICALL                                         $7      
         18        ASSIGN                                                   !1, $7
   14    19    >   INIT_FCALL                                               'print_r'
         20        SEND_VAR                                                 !1
         21        DO_ICALL                                                 
         22      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.87 ms | 1395 KiB | 21 Q