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 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
<!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.
Output for 7.2.0 - 7.2.33, 7.3.16 - 7.3.31, 7.4.0 - 7.4.33
<!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 = " Notice: Undefined variable: redirect_page in /in/MX4QU on line 15 "; }, Warning: Use of undefined constant END_REDIRECT_DELAY - assumed 'END_REDIRECT_DELAY' (this will throw an Error in a future version of PHP) in /in/MX4QU on line 16 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 Warning: Use of undefined constant END_REDIRECT_DELAY - assumed 'END_REDIRECT_DELAY' (this will throw an Error in a future version of PHP) in /in/MX4QU on line 39 Warning: A non-numeric value encountered in /in/MX4QU on line 39 0 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 = " Notice: Undefined variable: redirect_page in /in/MX4QU on line 45 ";'>Home page</button> </div> </div> </div> </body> </html>
Output for 7.3.32 - 7.3.33
<!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: Use of undefined constant END_REDIRECT_DELAY - assumed 'END_REDIRECT_DELAY' (this will throw an Error in a future version of PHP) in /in/MX4QU on line 16 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 Warning: Use of undefined constant END_REDIRECT_DELAY - assumed 'END_REDIRECT_DELAY' (this will throw an Error in a future version of PHP) in /in/MX4QU on line 39 Warning: A non-numeric value encountered in /in/MX4QU on line 39 0 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 = "";'>Home page</button> </div> </div> </div> </body> </html>
Output for 7.1.0 - 7.1.20
<!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 = " Notice: Undefined variable: redirect_page in /in/MX4QU on line 15 "; }, Notice: Use of undefined constant END_REDIRECT_DELAY - assumed 'END_REDIRECT_DELAY' in /in/MX4QU on line 16 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 Notice: Use of undefined constant END_REDIRECT_DELAY - assumed 'END_REDIRECT_DELAY' in /in/MX4QU on line 39 Warning: A non-numeric value encountered in /in/MX4QU on line 39 0 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 = " Notice: Undefined variable: redirect_page in /in/MX4QU on line 45 ";'>Home page</button> </div> </div> </div> </body> </html>
Output for 5.5.24 - 5.5.35, 5.6.8 - 5.6.28, 7.0.0 - 7.0.20
<!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 = " Notice: Undefined variable: redirect_page in /in/MX4QU on line 15 "; }, Notice: Use of undefined constant END_REDIRECT_DELAY - assumed 'END_REDIRECT_DELAY' in /in/MX4QU on line 16 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 Notice: Use of undefined constant END_REDIRECT_DELAY - assumed 'END_REDIRECT_DELAY' in /in/MX4QU on line 39 0 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 = " Notice: Undefined variable: redirect_page in /in/MX4QU on line 45 ";'>Home page</button> </div> </div> </div> </body> </html>

preferences:
149.76 ms | 406 KiB | 183 Q