3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = 'O:18:"ReflectionFunction":1:{s:4:"name";s:2:"<>";}'; $obj = unserialize($str); var_dump($obj); echo $obj;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/6XHGQ
function name:  (null)
number of ops:  10
compiled vars:  !0 = $str, !1 = $obj
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'O%3A18%3A%22ReflectionFunction%22%3A1%3A%7Bs%3A4%3A%22name%22%3Bs%3A2%3A%22%3C%3E%22%3B%7D'
    5     1        INIT_FCALL                                               'unserialize'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $3      
          4        ASSIGN                                                   !1, $3
    7     5        INIT_FCALL                                               'var_dump'
          6        SEND_VAR                                                 !1
          7        DO_ICALL                                                 
    8     8        ECHO                                                     !1
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
174.94 ms | 1394 KiB | 17 Q