3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump($s = unserialize('a:1:{s:13:"administrator";s:1:"1";}')); $s['talem'] = 1; var_dump(serialize($s));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/XtVGp
function name:  (null)
number of ops:  16
compiled vars:  !0 = $s
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'var_dump'
          1        INIT_FCALL                                               'unserialize'
          2        SEND_VAL                                                 'a%3A1%3A%7Bs%3A13%3A%22administrator%22%3Bs%3A1%3A%221%22%3B%7D'
          3        DO_ICALL                                         $1      
          4        ASSIGN                                           ~2      !0, $1
          5        SEND_VAL                                                 ~2
          6        DO_ICALL                                                 
    4     7        ASSIGN_DIM                                               !0, 'talem'
          8        OP_DATA                                                  1
    5     9        INIT_FCALL                                               'var_dump'
         10        INIT_FCALL                                               'serialize'
         11        SEND_VAR                                                 !0
         12        DO_ICALL                                         $5      
         13        SEND_VAR                                                 $5
         14        DO_ICALL                                                 
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.35 ms | 1394 KiB | 19 Q