3v4l.org

run code in 300+ PHP versions simultaneously
<?php $Arrr = array(); $A = count($Arrr) > 0 ? "µ".implode("µµ", $Arrr)."µ" : ""; print_r($A); $Ar = explode("µµ", substr($A, 1, -1)); print_r($Ar);
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 4, Position 2 = 12
Branch analysis from position: 4
1 jumps found. (Code = 42) Position 1 = 13
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 12
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/MJlAK
function name:  (null)
number of ops:  31
compiled vars:  !0 = $Arrr, !1 = $A, !2 = $Ar
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        COUNT                                            ~4      !0
          2        IS_SMALLER                                               0, ~4
          3      > JMPZ                                                     ~5, ->12
          4    >   INIT_FCALL                                               'implode'
          5        SEND_VAL                                                 '%C2%B5%C2%B5'
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                         $6      
          8        CONCAT                                           ~7      '%C2%B5', $6
          9        CONCAT                                           ~8      ~7, '%C2%B5'
         10        QM_ASSIGN                                        ~9      ~8
         11      > JMP                                                      ->13
         12    >   QM_ASSIGN                                        ~9      ''
         13    >   ASSIGN                                                   !1, ~9
    4    14        INIT_FCALL                                               'print_r'
         15        SEND_VAR                                                 !1
         16        DO_ICALL                                                 
    5    17        INIT_FCALL                                               'explode'
         18        SEND_VAL                                                 '%C2%B5%C2%B5'
         19        INIT_FCALL                                               'substr'
         20        SEND_VAR                                                 !1
         21        SEND_VAL                                                 1
         22        SEND_VAL                                                 -1
         23        DO_ICALL                                         $12     
         24        SEND_VAR                                                 $12
         25        DO_ICALL                                         $13     
         26        ASSIGN                                                   !2, $13
    6    27        INIT_FCALL                                               'print_r'
         28        SEND_VAR                                                 !2
         29        DO_ICALL                                                 
         30      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.22 ms | 1396 KiB | 21 Q