3v4l.org

run code in 300+ PHP versions simultaneously
<?php $resolved = [ ['field_test_alias_a'], ['field_test_alias_b'], ]; $hash_a = spl_object_hash((object) $resolved[0]); $hash_b = spl_object_hash((object) $resolved[1]); var_dump($hash_a); var_dump($hash_b); var_dump($hash_a === $hash_b); var_dump($resolved[0] === $resolved[1]);
Output for git.master, git.master_jit, rfc.property-hooks
string(32) "00000000000000010000000000000000" string(32) "00000000000000010000000000000000" bool(true) bool(false)

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:
127.73 ms | 405 KiB | 5 Q