3v4l.org

run code in 300+ PHP versions simultaneously
<?php ob_start(null, 0, true); echo 'hello world'; $foo = ob_get_clean(); var_dump($foo);
Output for git.master, git.master_jit, rfc.property-hooks
hello world Notice: ob_get_clean(): Failed to discard buffer of default output handler (0) in /in/a2cdQ on line 4 Notice: ob_get_clean(): Failed to delete buffer of default output handler (0) in /in/a2cdQ on line 4 string(11) "hello world"

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:
43.97 ms | 402 KiB | 8 Q