3v4l.org

run code in 300+ PHP versions simultaneously
<?php class A { var $one = "111"; function __construct() { echo "construct";} function __destruct() { echo "destruct";} //function __wakeup() { echo "wakeup";} } $at = new A(); $x = serialize($at); echo "after all"; $u = unserialize($x); ?>

preferences:
37.35 ms | 402 KiB | 5 Q