3v4l.org

run code in 300+ PHP versions simultaneously
<?php ini_set('unserialize_callback_func', 'phpinfo'); $serialized_object='O:1:"a":1:{s:5:"value";s:3:"100";}'; unserialize($serialized_object);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/3YRSl
function name:  (null)
number of ops:  9
compiled vars:  !0 = $serialized_object
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'ini_set'
          1        SEND_VAL                                                 'unserialize_callback_func'
          2        SEND_VAL                                                 'phpinfo'
          3        DO_ICALL                                                 
    3     4        ASSIGN                                                   !0, 'O%3A1%3A%22a%22%3A1%3A%7Bs%3A5%3A%22value%22%3Bs%3A3%3A%22100%22%3B%7D'
    4     5        INIT_FCALL                                               'unserialize'
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                                 
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.95 ms | 1394 KiB | 17 Q