fork download
  1. <?php
  2. $s = new SplObjectStorage;
  3. $o = new StdClass;
  4. $s[$o] = new DOMDocument();
  5.  
  6. echo $s->serialize();
  7.  
Success #stdin #stdout 0.01s 52488KB
stdin
Standard input is empty
stdout
x:i:1;O:8:"stdClass":0:{},O:11:"DOMDocument":0:{};m:a:0:{}