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 );
Output for git.master, git.master_jit
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/10jBb on line 7 Notice: unserialize(): Error at offset 50 of 102 bytes in /in/10jBb on line 17 NULL
Output for rfc.property-hooks
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/10jBb on line 7 Warning: unserialize(): Error at offset 50 of 102 bytes in /in/10jBb on line 17 NULL

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
46.66 ms | 401 KiB | 8 Q