3v4l.org

run code in 300+ PHP versions simultaneously
<?php global $foo; class Foo extends DateTime { function __wakeup() { global $foo; $foo = $this; parent::__wakeup(); } } $s2 = 'O:3:"Foo":3:{s:4:"date";s:20:"2007-06-07 03:51:49";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}'; try { unserialize( $s2 ); } catch ( Exception $e ) {} var_dump( $foo );

preferences:
35.58 ms | 402 KiB | 5 Q