3v4l.org

run code in 500+ PHP versions simultaneously
<?php $test_data = 'O:14:"SuperCustomXyz":1:{s:17:" SuperCustomXyz x";s:4:"test";}'; $obj = unserialize($test_data); var_dump( $obj, is_object($obj), $obj instanceof __PHP_Incomplete_Class );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/iPBeN
function name:  (null)
number of ops:  13
compiled vars:  !0 = $test_data, !1 = $obj
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                       !0, 'O%3A14%3A%22SuperCustomXyz%22%3A1%3A%7Bs%3A17%3A%22+SuperCustomXyz+x%22%3Bs%3A4%3A%22test%22%3B%7D'
    3     1        INIT_FCALL                                                   'unserialize'
          2        SEND_VAR                                                     !0
          3        DO_ICALL                                             $3      
          4        ASSIGN                                                       !1, $3
    4     5        INIT_FCALL                                                   'var_dump'
    5     6        SEND_VAR                                                     !1
    6     7        TYPE_CHECK                                      256  ~5      !1
          8        SEND_VAL                                                     ~5
    7     9        INSTANCEOF                                           ~6      !1, '__PHP_Incomplete_Class'
         10        SEND_VAL                                                     ~6
    4    11        DO_ICALL                                                     
    8    12      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
165.4 ms | 3396 KiB | 15 Q