3v4l.org

run code in 300+ PHP versions simultaneously
<?php $serialized = 'O:7:"MyClass":1:{s:4:"prop";s:15:"searched-string";}'; $myClass = unserialize($serialized); var_dump($myClass); var_dump($myClass instanceof __PHP_Incomplete_Class); var_dump(is_object($myClass));
Output for git.master, git.master_jit, rfc.property-hooks
object(__PHP_Incomplete_Class)#1 (2) { ["__PHP_Incomplete_Class_Name"]=> string(7) "MyClass" ["prop"]=> string(15) "searched-string" } bool(true) bool(true)

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:
33.92 ms | 401 KiB | 8 Q