3v4l.org

run code in 300+ PHP versions simultaneously
<?php $elapsed_time = 324; $errorThrown = "Internal Server Error"; $errors = array( "No user" => "No user, you can ignore this error message", "Request-URI Too Long" => "User was logged out but still submitted 'Get Report', you can ignore this error message", "Internal Server Error" => "Elapsed time of run: ".$elapsed_time."\nIf elapsed time is over 300 seconds then too many results were generated.\nCheck to see if the user didn't enter enough parameters, if so ignore this error message." ); echo $errors[$errorThrown]; echo array_key_exists("No User",$errors); echo array_key_exists("No user",$errors);
Output for git.master, git.master_jit, rfc.property-hooks
Elapsed time of run: 324 If elapsed time is over 300 seconds then too many results were generated. Check to see if the user didn't enter enough parameters, if so ignore this error message.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:
33.65 ms | 401 KiB | 8 Q