3v4l.org

run code in 300+ PHP versions simultaneously
<?php function a() { echo 'A' . PHP_EOL; return FALSE; } function b() { echo 'B' . PHP_EOL; return FALSE; } function c() { echo 'C' . PHP_EOL; return TRUE; } function d() { echo 'D' . PHP_EOL; return FALSE; } function e() { echo 'E' . PHP_EOL; return FALSE; } function f() { echo 'F' . PHP_EOL; return FALSE; } var_dump(a() || b() || c() || d() || e() || f());
Output for git.master, git.master_jit, rfc.property-hooks
A B C 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:
68.41 ms | 401 KiB | 8 Q