3v4l.org

run code in 300+ PHP versions simultaneously
<?php if (strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== FALSE) { ?> <h3>strpos() must have returned non-false</h3> <p>You are using Internet Explorer</p> <?php } else { ?> <h3>strpos() must have returned false</h3> <p>You are not using Internet Explorer</p> <?php } ?>
Output for git.master_jit, git.master, rfc.property-hooks
Warning: Undefined array key "HTTP_USER_AGENT" in /in/7O3R1 on line 2 Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /in/7O3R1 on line 2 <h3>strpos() must have returned false</h3> <p>You are not using Internet Explorer</p>

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