3v4l.org

run code in 300+ PHP versions simultaneously
<?php class object__songChords { protected $chords; protected $lyrics; } $o = new object__songChords; $s = serialize($o); $a = unserialize($s); print_r($a);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/GvYXI
function name:  (null)
number of ops:  15
compiled vars:  !0 = $o, !1 = $s, !2 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    8     0  E >   NEW                                              $3      'object__songChords'
          1        DO_FCALL                                      0          
          2        ASSIGN                                                   !0, $3
   10     3        INIT_FCALL                                               'serialize'
          4        SEND_VAR                                                 !0
          5        DO_ICALL                                         $6      
          6        ASSIGN                                                   !1, $6
   12     7        INIT_FCALL                                               'unserialize'
          8        SEND_VAR                                                 !1
          9        DO_ICALL                                         $8      
         10        ASSIGN                                                   !2, $8
   14    11        INIT_FCALL                                               'print_r'
         12        SEND_VAR                                                 !2
         13        DO_ICALL                                                 
         14      > RETURN                                                   1

Class object__songChords: [no user functions]

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
317.2 ms | 1011 KiB | 16 Q