3v4l.org

run code in 500+ PHP versions simultaneously
<?php var_dump(spl_object_hash((object) ['a', 'b'])); var_dump(spl_object_hash((object) ['a', 'b', 'c'])); var_dump(spl_object_hash(md5(...)));
Output for git.master, git.master_jit
Deprecated: Function spl_object_hash() is deprecated since 8.6, consider using spl_object_id() instead in /in/KTQqT4 on line 3 string(32) "00000000000000010000000000000000" Deprecated: Function spl_object_hash() is deprecated since 8.6, consider using spl_object_id() instead in /in/KTQqT4 on line 4 string(32) "00000000000000010000000000000000" Deprecated: Function spl_object_hash() is deprecated since 8.6, consider using spl_object_id() instead in /in/KTQqT4 on line 5 string(32) "00000000000000010000000000000000"

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.97 ms | 2796 KiB | 4 Q