3v4l.org

run code in 300+ PHP versions simultaneously
<?php $_SERVER["HTTP_USER_AGENT"] = "TeachMe-App v000003 Android 4.4.2 on generic"; $MinVersion["TeachMe-App"] = 000004; if(strpos($_SERVER["USER_AGENT"], "v") > 0) { //6-Stellige Versionsnummer hinter dem v auslesen $Client["Version"] = substr($_SERVER["HTTP_USER_AGENT"], strpos($_SERVER["HTTP_USER_AGENT"], "v") + 1, 6); $Client["Version"] = is_int($Client["Version"]) ? intval($Client["Version"]) : -1; } if($Client["Version"] < $MinVersion[$Client["Client"]]) { header("X-API-Status: 40004 Client-Version Too Old"); die("40004"); } print_r($Client); die("40000");
Output for git.master, git.master_jit
Warning: Undefined array key "USER_AGENT" in /in/5Ff0G on line 4 Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /in/5Ff0G on line 4 Warning: Undefined variable $Client in /in/5Ff0G on line 11 Warning: Trying to access array offset on value of type null in /in/5Ff0G on line 11 Warning: Undefined variable $Client in /in/5Ff0G on line 11 Warning: Trying to access array offset on value of type null in /in/5Ff0G on line 11 Warning: Undefined array key "" in /in/5Ff0G on line 11 Warning: Undefined variable $Client in /in/5Ff0G on line 15 40000
Output for rfc.property-hooks
Warning: Undefined array key "USER_AGENT" in /in/5Ff0G on line 4 Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /in/5Ff0G on line 4 Warning: Undefined variable $Client in /in/5Ff0G on line 11 Warning: Trying to access array offset on null in /in/5Ff0G on line 11 Warning: Undefined variable $Client in /in/5Ff0G on line 11 Warning: Trying to access array offset on null in /in/5Ff0G on line 11 Warning: Undefined array key "" in /in/5Ff0G on line 11 Warning: Undefined variable $Client in /in/5Ff0G on line 15 40000

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