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>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/MX4QU
function name:  (null)
number of ops:  13
compiled vars:  !0 = $redirect_page
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   ECHO                                                     '%3C%21DOCTYPE+html%3E%0A++++%3Chtml+lang%3D%22en%22%3E%0A++++%3Chead%3E%0A++++++%3Cmeta+charset%3D%27utf-8%27%3E%0A++++++%3Ctitle%3ESHS+Survey+%3A%3A+Detecting+lying+faces%3C%2Ftitle%3E+%0A++++++%3C%21--+Latest+compiled+and+minified+CSS+--%3E%0A++++++%3Clink+rel%3D%22stylesheet%22+href%3D%22https%3A%2F%2Fmaxcdn.bootstrapcdn.com%2Fbootstrap%2F3.3.4%2Fcss%2Fbootstrap.min.css%22%3E%0A++++++%3Clink+rel%3D%22stylesheet%22+href%3D%22..%2Fcss%2Fstyle.css%22%3E%0A%0A++++++%3Cscript+type%3D%22text%2Fjavascript%22%3E%0A++++++++document.addEventListener%28%22DOMContentLoaded%22%2C+init%2C+false%29%3B%0A%0A++++++++function+init%28%29+%7B%0A++++++++++++setTimeout%28function%28%29+%7B%0A++++++++++++++++window.location.href+%3D+%22'
   15     1        ECHO                                                     !0
          2        ECHO                                                     '%22%3B%0A++++++++++++%7D%2C+'
   16     3        FETCH_CONSTANT                                   ~1      'END_REDIRECT_DELAY'
          4        ECHO                                                     ~1
          5        ECHO                                                     '%29%3B%0A++++++++%7D%0A++++%3C%2Fscript%3E%0A%3C%2Fhead%3E%0A%0A%3Cbody%3E%0A++++%3Cdiv+class%3D%22container%22%3E%0A%0A++++++++%3Cdiv+class%3D%22row+row-top-margin+text-center%22%3E%0A++++++++++++%3Cdiv+class%3D%22col-md-12%22%3E%0A++++++++++++++++%3Ch1%3EThank+You+%21%3C%2Fh1%3E%0A++++++++++++%3C%2Fdiv%3E%0A++++++++%3C%2Fdiv%3E%0A%0A++++++++%3Cdiv+class%3D%22row+row-top-margin%22%3E%0A++++++++++++%3Cdiv+class%3D%22col-md-8+col-md-offset-2%22%3E%0A++++++++++++++++%3Cp+class%3D%22lead%22%3EThank+you+for+taking+part+in+our+study.+Your+answers+were+successfully+recorded.%3C%2Fp%3E%0A++++++++++++++++%3Cp+class%3D%22lead%22%3EIf+you+are+interested+to+know+more+about+our+study%2C+%3Ca+href%3D%22more.php%22%3Eclick+here%3C%2Fa%3E.%3C%2Fp%3E%0A++++++++++++%3C%2Fdiv%3E%0A++++++++%3C%2Fdiv%3E%0A%0A++++++++%3Cdiv+class%3D%22row+row-top-margin%22%3E%0A++++++++++++%3Cdiv+class%3D%22col-md-8+col-md-offset-2%22%3E%0A++++++++++++++++%3Cp+class%3D%22lead+row-top-margin+important-text%22%3EYou%27ll+be+redirected+to+the+home+page+in+'
   39     6        FETCH_CONSTANT                                   ~2      'END_REDIRECT_DELAY'
          7        DIV                                              ~3      ~2, 1000
          8        ECHO                                                     ~3
          9        ECHO                                                     '+seconds...%3C%2Fp%3E%0A++++++++++++%3C%2Fdiv%3E%0A++++++++%3C%2Fdiv%3E%0A%0A++++++++%3Cdiv+class%3D%22row%22%3E%0A++++++++++++%3Cdiv+class%3D%22col-md-12+text-center%22%3E%0A++++++++++++++++++%3Cbutton+class%3D%22btn+btn-primary+btn-lg%22+onclick%3D%27window.location.href+%3D+%22'
   45    10        ECHO                                                     !0
         11        ECHO                                                     '%22%3B%27%3EHome+page%3C%2Fbutton%3E%0A++++++++++++%3C%2Fdiv%3E%0A++++++%3C%2Fdiv%3E%0A%0A++++%3C%2Fdiv%3E%0A%3C%2Fbody%3E%0A%3C%2Fhtml%3E'
   51    12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.11 ms | 1386 KiB | 13 Q