3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = 'O:18:"ReflectionFunction":1:{s:4:"name";s:2:"<>";}'; $obj1 = unserialize($str); //var_dump($obj1); //echo $obj; $obj2 = new ReflectionFunction('phpinfo');; //var_dump(serialize($obj2)); echo $obj2, "\n"; echo $obj1;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/LJG80
function name:  (null)
number of ops:  13
compiled vars:  !0 = $str, !1 = $obj1, !2 = $obj2
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                                         $4      
          4        ASSIGN                                                   !1, $4
   10     5        NEW                                              $6      'ReflectionFunction'
          6        SEND_VAL_EX                                              'phpinfo'
          7        DO_FCALL                                      0          
          8        ASSIGN                                                   !2, $6
   13     9        ECHO                                                     !2
         10        ECHO                                                     '%0A'
   14    11        ECHO                                                     !1
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.83 ms | 1394 KiB | 15 Q