3v4l.org

run code in 300+ PHP versions simultaneously
<?php $A = "µ".implode("µµ", array())."µ"; 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/6ZG06
function name:  (null)
number of ops:  24
compiled vars:  !0 = $A, !1 = $Ar
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'implode'
          1        SEND_VAL                                                 '%C2%B5%C2%B5'
          2        SEND_VAL                                                 <array>
          3        DO_ICALL                                         $2      
          4        CONCAT                                           ~3      '%C2%B5', $2
          5        CONCAT                                           ~4      ~3, '%C2%B5'
          6        ASSIGN                                                   !0, ~4
    3     7        INIT_FCALL                                               'print_r'
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                                 
    4    10        INIT_FCALL                                               'explode'
         11        SEND_VAL                                                 '%C2%B5%C2%B5'
         12        INIT_FCALL                                               'substr'
         13        SEND_VAR                                                 !0
         14        SEND_VAL                                                 1
         15        SEND_VAL                                                 -1
         16        DO_ICALL                                         $7      
         17        SEND_VAR                                                 $7
         18        DO_ICALL                                         $8      
         19        ASSIGN                                                   !1, $8
    5    20        INIT_FCALL                                               'print_r'
         21        SEND_VAR                                                 !1
         22        DO_ICALL                                                 
         23      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.9 ms | 1395 KiB | 21 Q