3v4l.org

run code in 300+ PHP versions simultaneously
<?php $undef; $undef2 = null; $undef3 = null; unset($undef3); echo '$undef === $undef2?'; var_dump($undef === $undef2); echo '$undef === $undef3?'; var_dump($unedf === $undef3); echo '$undef2 === $undef3?'; var_dump($undef2 === $undef3);
Output for git.master, git.master_jit, rfc.property-hooks
$undef === $undef2? Warning: Undefined variable $undef in /in/Tc9PW on line 8 bool(true) $undef === $undef3? Warning: Undefined variable $unedf in /in/Tc9PW on line 11 Warning: Undefined variable $undef3 in /in/Tc9PW on line 11 bool(true) $undef2 === $undef3? Warning: Undefined variable $undef3 in /in/Tc9PW on line 14 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:
34.03 ms | 402 KiB | 8 Q