3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a=unserialize('a:1:{i:0;a:2:{s:11:"institut_id";s:9:"870500001";s:4:"name";s:12:"SPK Chemnitz";}}'); $a[] = array('institut_id'=>"870520001",'name'=>'SPK Mittelsachsen'); print serialize($a);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/essSD
function name:  (null)
number of ops:  11
compiled vars:  !0 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'unserialize'
          1        SEND_VAL                                                 'a%3A1%3A%7Bi%3A0%3Ba%3A2%3A%7Bs%3A11%3A%22institut_id%22%3Bs%3A9%3A%22870500001%22%3Bs%3A4%3A%22name%22%3Bs%3A12%3A%22SPK+Chemnitz%22%3B%7D%7D'
          2        DO_ICALL                                         $1      
          3        ASSIGN                                                   !0, $1
    4     4        ASSIGN_DIM                                               !0
          5        OP_DATA                                                  <array>
    5     6        INIT_FCALL                                               'serialize'
          7        SEND_VAR                                                 !0
          8        DO_ICALL                                         $4      
          9        ECHO                                                     $4
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
174.16 ms | 1394 KiB | 17 Q