3v4l.org

run code in 300+ PHP versions simultaneously
<?php $Arrr = array(); $A = "µ".implode("µµ", $Arrr)."µ"; print_r($A); $Ar = explode("µµ", substr($A, 1, -1)); print_r($Ar);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/K5uDj
function name:  (null)
number of ops:  25
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        INIT_FCALL                                               'implode'
          2        SEND_VAL                                                 '%C2%B5%C2%B5'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $4      
          5        CONCAT                                           ~5      '%C2%B5', $4
          6        CONCAT                                           ~6      ~5, '%C2%B5'
          7        ASSIGN                                                   !1, ~6
    4     8        INIT_FCALL                                               'print_r'
          9        SEND_VAR                                                 !1
         10        DO_ICALL                                                 
    5    11        INIT_FCALL                                               'explode'
         12        SEND_VAL                                                 '%C2%B5%C2%B5'
         13        INIT_FCALL                                               'substr'
         14        SEND_VAR                                                 !1
         15        SEND_VAL                                                 1
         16        SEND_VAL                                                 -1
         17        DO_ICALL                                         $9      
         18        SEND_VAR                                                 $9
         19        DO_ICALL                                         $10     
         20        ASSIGN                                                   !2, $10
    6    21        INIT_FCALL                                               'print_r'
         22        SEND_VAR                                                 !2
         23        DO_ICALL                                                 
         24      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.16 ms | 1386 KiB | 21 Q