3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = 'ほげ'; $b = 'ほげ'; var_dump([ '$a===$b' => $a === $b, '$a' => bin2hex($a), '$b' => bin2hex($b), ]); /* array(3) { ["$a===$b"]=> bool(false) ["$a"]=> string(12) "e381bbe38192" ["$b"]=> string(14) "e381bb0fe38192" } */
Output for git.master, git.master_jit, rfc.property-hooks
array(3) { ["$a===$b"]=> bool(false) ["$a"]=> string(12) "e381bbe38192" ["$b"]=> string(14) "e381bb0fe38192" }

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