3v4l.org

run code in 300+ PHP versions simultaneously
<?php $implicit_flush = ini_get('implicit_flush'); $output_buffering = ini_get('output_buffering'); ob_start(); echo ""; ob_end_flush(); echo ""; header('foo'); printf("Output Buffering was: %s\n", $output_buffering); printf("Implicit Flush was: %s\n", $implicit_flush);
Output for git.master, git.master_jit, rfc.property-hooks
Output Buffering was: 0 Implicit Flush was: 1

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.45 ms | 401 KiB | 8 Q