3v4l.org

run code in 300+ PHP versions simultaneously
<!DOCTYPE html> <html lang="en"> <head> <meta charset='utf-8'> <title>SHS Survey :: Detecting lying faces</title> <!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"> <link rel="stylesheet" href="../css/style.css"> <script type="text/javascript"> document.addEventListener("DOMContentLoaded", init, false); function init() { setTimeout(function() { window.location.href = "<?php echo $redirect_page ?>"; }, <?php echo END_REDIRECT_DELAY ?>); } </script> </head> <body> <div class="container"> <div class="row row-top-margin text-center"> <div class="col-md-12"> <h1>Thank You !</h1> </div> </div> <div class="row row-top-margin"> <div class="col-md-8 col-md-offset-2"> <p class="lead">Thank you for taking part in our study. Your answers were successfully recorded.</p> <p class="lead">If you are interested to know more about our study, <a href="more.php">click here</a>.</p> </div> </div> <div class="row row-top-margin"> <div class="col-md-8 col-md-offset-2"> <p class="lead row-top-margin important-text">You'll be redirected to the home page in <?php echo END_REDIRECT_DELAY/1000 ?> seconds...</p> </div> </div> <div class="row"> <div class="col-md-12 text-center"> <button class="btn btn-primary btn-lg" onclick='window.location.href = "<?php echo $redirect_page ?>";'>Home page</button> </div> </div> </div> </body> </html>
Output for git.master, git.master_jit, rfc.property-hooks
<!DOCTYPE html> <html lang="en"> <head> <meta charset='utf-8'> <title>SHS Survey :: Detecting lying faces</title> <!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"> <link rel="stylesheet" href="../css/style.css"> <script type="text/javascript"> document.addEventListener("DOMContentLoaded", init, false); function init() { setTimeout(function() { window.location.href = " Warning: Undefined variable $redirect_page in /in/MX4QU on line 15 "; }, Fatal error: Uncaught Error: Undefined constant "END_REDIRECT_DELAY" in /in/MX4QU:16 Stack trace: #0 {main} thrown in /in/MX4QU on line 16
Process exited with code 255.

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