3v4l.org

run code in 500+ PHP versions simultaneously
<?php $array = [ 'OK MPD 0.23.5', 'repeat: 0', 'random: 0', 'single: 0', 'consume: 1', 'partition: default', 'playlist: 11292', 'playlistlength: 1', 'mixrampdb: 0', 'state: play', 'song: 0', 'songid: 3', 'time: 14992:0', 'elapsed: 14992.067', 'bitrate: 48', 'audio: 44100:16:2', 'OK', ]; var_export( parse_ini_string( implode( "\n", preg_filter('/^[^:]+\K: /', '=', $array) ) ) );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/lPJJh
function name:  (null)
number of ops:  14
compiled vars:  !0 = $array
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                       !0, <array>
   23     1        INIT_FCALL                                                   'var_export'
   24     2        INIT_FCALL                                                   'parse_ini_string'
   27     3        INIT_FCALL                                                   'preg_filter'
          4        SEND_VAL                                                     '%2F%5E%5B%5E%3A%5D%2B%5CK%3A+%2F'
          5        SEND_VAL                                                     '%3D'
          6        SEND_VAR                                                     !0
          7        DO_ICALL                                             $2      
   25     8        FRAMELESS_ICALL_2                implode             ~3      '%0A', $2
   27     9        SEND_VAL                                                     ~3
   24    10        DO_ICALL                                             $4      
   27    11        SEND_VAR                                                     $4
   23    12        DO_ICALL                                                     
   30    13      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
164.98 ms | 1932 KiB | 16 Q