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); ?>

preferences:
31.91 ms | 402 KiB | 5 Q