3v4l.org

run code in 300+ PHP versions simultaneously
<?php $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 = 3, Position 2 = 5
Branch analysis from position: 3
1 jumps found. (Code = 42) Position 1 = 16
Branch analysis from position: 16
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 5
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/RMqUc
function name:  (null)
number of ops:  20
compiled vars:  !0 = $Contacts, !1 = $C
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '%C2%B54%C2%B5%C2%B52%C2%B5'
    3     1        TYPE_CHECK                                  128          !0
          2      > JMPZ                                                     ~3, ->5
    5     3    >   ASSIGN                                                   !1, !0
          4      > JMP                                                      ->16
   11     5    >   INIT_FCALL                                               'explode'
          6        SEND_VAL                                                 '%C2%B5%C2%B5'
          7        INIT_FCALL                                               'mb_substr'
          8        SEND_VAR                                                 !0
          9        SEND_VAL                                                 1
         10        SEND_VAL                                                 -1
         11        SEND_VAL                                                 'UTF-8'
         12        DO_ICALL                                         $5      
         13        SEND_VAR                                                 $5
         14        DO_ICALL                                         $6      
         15        ASSIGN                                                   !1, $6
   14    16    >   INIT_FCALL                                               'print_r'
         17        SEND_VAR                                                 !1
         18        DO_ICALL                                                 
         19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
174.38 ms | 1395 KiB | 19 Q