3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo $_SERVER['HTTP_USER_AGENT'] . "\n\n"; $browser_info = get_browser(null, true); //Store Browser info in an associative array $browser_name = $browser_info['browser']; //Extract Browser name from the associative array echo $browser_name; ?>
Output for git.master, git.master_jit
Warning: Undefined array key "HTTP_USER_AGENT" in /in/RMbmF on line 2 Warning: get_browser(): browscap ini directive not set in /in/RMbmF on line 3 Warning: Trying to access array offset on value of type bool in /in/RMbmF on line 4
Output for rfc.property-hooks
Warning: Undefined array key "HTTP_USER_AGENT" in /in/RMbmF on line 2 Warning: get_browser(): browscap ini directive not set in /in/RMbmF on line 3 Warning: Trying to access array offset on false in /in/RMbmF on line 4

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