3v4l.org

run code in 300+ PHP versions simultaneously
<?php ?> <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>D1&amp;MTG - BULLET THEORY Contest</title> <link type="text/css" rel="stylesheet" href="//ajax.aspnetcdn.com/ajax/jquery.ui/1.10.0/themes/base/jquery-ui.css"/> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script> <style> a { color:white; } .white { font-family:Arial,Helvetica,sans-serif; color:white; } </style> <script> var CurrentTab = 0; var TabRefresh; $.ajaxSetup( { cache: false }); function Registration() { $.ajax( { type: "GET", url: "//<?php echo $_SERVER['HTTP_HOST']; ?>/bullet-theory/ajax.php?mode=registration_form", success: function(data, textStatus) { $("#registration").dialog( { modal: true, width: 500, height: 300, position: "center", }); $("#registration").html(data); }, error: function(XMLHttpRequest, textStatus, errorThrown) { alert('Something went wrong with loading the server contents!\nError: '+textStatus + '\n' + errorThrown); } }); } $(function() { $("#stats").tabs( { beforeLoad: function(event, ui) { clearInterval(TabRefresh); TabRefresh = setInterval(function(){$("#stats").tabs('load', $("#stats").tabs("option","active"));}, 5000); ui.jqXHR.error(function() { ui.panel.html("Couldn't load this tab. Please try again later."); }); }, }); }); </script> </head> <body background="//farm9.staticflickr.com/8318/7944546766_9208c014ae_z_d.jpg"> <div id="registration" title="Registration" style="display:none; font-size:12px;">Loading...</div> <span class="white"><h1>D1&amp;MTG - BULLET THEORY Contest</h1></span> <div> <span class="white"> <h2><a href="javascript:Registration();">Registration</a></h2> <h1>Stats</h1> <div id="stats" style="font-size:12px;"> <ul> <li><a href="ajax.php?mode=stats&amp;type=1-1">Session #1</a></li> <li><a href="ajax.php?mode=stats&amp;type=1-2">Session #2</a></li> <li><a href="ajax.php?mode=stats&amp;type=0-1">TEST SESSION</a></li> </ul> </div> <br> <b>Functionality</b> <br> Sessions start and end by the time (same for registration), disable registrations <br> Maintain tables with points: 1 KILL, 2 HEADSHOT, -1 DEATH, -2 TEAMKILL, 2 MELEE, order by points <br> <br> <b>Meter config</b> <br> No medicing, no health recharging, no armor, no dragging, respawn (8 seconds), RLV, no incap limit </span> </div> <br> <br> <div align=center class="white"> Version: 5 ALPHA <i>(11FEB2013)</i> <br> ©2013, <a href="http://www.d1mtg.net">D1&amp;MTG Defense Inc.</a> <br> <b>Disclaimer:</b> Second Life© and Linden Lab® are trademarks or registered trademarks of Linden Research, Inc. All rights reserved. No infringement is intended. </div> </body> </html> <?php ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/XinBd
function name:  (null)
number of ops:  6
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ECHO                                                     '++++%3C%21DOCTYPE+html%3E%0A++++%3Chtml%3E%0A++++++%3Chead%3E%0A++++++%09%3Cmeta+http-equiv%3D%22Content-Type%22+content%3D%22text%2Fhtml%3B+charset%3Dutf-8%22%3E%0A++++++%09%3Ctitle%3ED1%26amp%3BMTG+-+BULLET+THEORY+Contest%3C%2Ftitle%3E%0A%09%09%09++%3Clink+type%3D%22text%2Fcss%22+rel%3D%22stylesheet%22+href%3D%22%2F%2Fajax.aspnetcdn.com%2Fajax%2Fjquery.ui%2F1.10.0%2Fthemes%2Fbase%2Fjquery-ui.css%22%2F%3E%0A++++++%09%3Cscript+src%3D%22%2F%2Fajax.googleapis.com%2Fajax%2Flibs%2Fjquery%2F1.9.1%2Fjquery.min.js%22%3E%3C%2Fscript%3E%0A++++++++%3Cscript+src%3D%22%2F%2Fajax.googleapis.com%2Fajax%2Flibs%2Fjqueryui%2F1.10.0%2Fjquery-ui.min.js%22%3E%3C%2Fscript%3E++%0A++++++++%3Cstyle%3E%0A++++++++++a%0A++++++++++%7B%0A++++++++++++color%3Awhite%3B%0A++++++++++%7D%0A++++++++++.white%0A++++++++++%7B%0A++++++++++++font-family%3AArial%2CHelvetica%2Csans-serif%3B%0A++++++++++++color%3Awhite%3B%0A++++++++++%7D%0A++++++++%3C%2Fstyle%3E%0A++++++++%3Cscript%3E%0A++++++++++var+CurrentTab+%3D+0%3B%0A++++++++++var+TabRefresh%3B%0A++++++++++%24.ajaxSetup%28%0A++++++++++%7B%0A++++++++++++cache%3A+false%0A++++++++++%7D%29%3B%0A++++++++++function+Registration%28%29%0A++++++++++%7B%0A++++++++++++%24.ajax%28%0A++++++++++++%7B%0A++++++++++++++type%3A+%22GET%22%2C%0A++++++++++++++url%3A+%22%2F%2F'
   34     1        FETCH_R                      global              ~0      '_SERVER'
          2        FETCH_DIM_R                                      ~1      ~0, 'HTTP_HOST'
          3        ECHO                                                     ~1
          4        ECHO                                                     '%2Fbullet-theory%2Fajax.php%3Fmode%3Dregistration_form%22%2C%0A++++++++++++++success%3A+function%28data%2C+textStatus%29%0A++++++++++++++%7B%0A++++++++++++++++%24%28%22%23registration%22%29.dialog%28%0A++++++++++++++++%7B%0A++++++++++++++++++modal%3A+true%2C%0A++++++++++++++++++width%3A+500%2C%0A++++++++++++++++++height%3A+300%2C%0A++++++++++++++++++position%3A+%22center%22%2C%0A++++++++++++++++%7D%29%3B%0A++++++++++++++++%24%28%22%23registration%22%29.html%28data%29%3B%0A++++++++++++++%7D%2C%0A++++++++++++++error%3A+function%28XMLHttpRequest%2C+textStatus%2C+errorThrown%29%0A++++++++++++++%7B%0A++++++++++++++++alert%28%27Something+went+wrong+with+loading+the+server+contents%21%5CnError%3A+%27%2BtextStatus+%2B+%27%5Cn%27+%2B+errorThrown%29%3B%0A++++++++++++++%7D%0A++++++++++++%7D%29%3B%0A++++++++++%7D%0A++++++++++%24%28function%28%29%0A++++++++++%7B%0A++++++++++++%24%28%22%23stats%22%29.tabs%28%0A++++++++++++%7B%0A++++++++++++++beforeLoad%3A+function%28event%2C+ui%29%0A++++++++++++++%7B%0A++++++++++++++++clearInterval%28TabRefresh%29%3B%0A++++++++++++++++TabRefresh+%3D+setInterval%28function%28%29%7B%24%28%22%23stats%22%29.tabs%28%27load%27%2C+%24%28%22%23stats%22%29.tabs%28%22option%22%2C%22active%22%29%29%3B%7D%2C+5000%29%3B%0A++++++++++++++++ui.jqXHR.error%28function%28%29%0A++++++++++++++++%7B%0A++++++++++++++++++ui.panel.html%28%22Couldn%27t+load+this+tab.+Please+try+again+later.%22%29%3B%0A++++++++++++++++%7D%29%3B%0A++++++++++++++%7D%2C%0A++++++++++++%7D%29%3B%0A++++++++++%7D%29%3B%0A++++++++%3C%2Fscript%3E%0A++++++%3C%2Fhead%3E%0A++++++%3Cbody+background%3D%22%2F%2Ffarm9.staticflickr.com%2F8318%2F7944546766_9208c014ae_z_d.jpg%22%3E%0A++++++++%3Cdiv+id%3D%22registration%22+title%3D%22Registration%22+style%3D%22display%3Anone%3B+font-size%3A12px%3B%22%3ELoading...%3C%2Fdiv%3E%0A++++++++%3Cspan+class%3D%22white%22%3E%3Ch1%3ED1%26amp%3BMTG+-+BULLET+THEORY+Contest%3C%2Fh1%3E%3C%2Fspan%3E%0A++++++%09%3Cdiv%3E%0A++++++++++%3Cspan+class%3D%22white%22%3E%0A++++++++++++%3Ch2%3E%3Ca+href%3D%22javascript%3ARegistration%28%29%3B%22%3ERegistration%3C%2Fa%3E%3C%2Fh2%3E%0A++++++++++++%3Ch1%3EStats%3C%2Fh1%3E%0A++++++++++++%3Cdiv+id%3D%22stats%22+style%3D%22font-size%3A12px%3B%22%3E%0A++++++++++++++%3Cul%3E%0A++++++++++++++++%3Cli%3E%3Ca+href%3D%22ajax.php%3Fmode%3Dstats%26amp%3Btype%3D1-1%22%3ESession+%231%3C%2Fa%3E%3C%2Fli%3E%0A++++++++++++++++%3Cli%3E%3Ca+href%3D%22ajax.php%3Fmode%3Dstats%26amp%3Btype%3D1-2%22%3ESession+%232%3C%2Fa%3E%3C%2Fli%3E%0A++++++++++++++++%3Cli%3E%3Ca+href%3D%22ajax.php%3Fmode%3Dstats%26amp%3Btype%3D0-1%22%3ETEST+SESSION%3C%2Fa%3E%3C%2Fli%3E%0A++++++++++++++%3C%2Ful%3E%0A++++++++++++%3C%2Fdiv%3E%0A++++++++++++%3Cbr%3E%0A++++++++++++%3Cb%3EFunctionality%3C%2Fb%3E%0A++++++++++++%3Cbr%3E%0A++++++++++++Sessions+start+and+end+by+the+time+%28same+for+registration%29%2C+disable+registrations%0A++++++++++++%3Cbr%3E%0A++++++++++++Maintain+tables+with+points%3A+1+KILL%2C+2+HEADSHOT%2C+-1+DEATH%2C+-2+TEAMKILL%2C+2+MELEE%2C+order+by+points%0A++++++++++++%3Cbr%3E%0A++++++++++++%3Cbr%3E%0A++++++++++++%3Cb%3EMeter+config%3C%2Fb%3E%0A++++++++++++%3Cbr%3E%0A++++++++++++No+medicing%2C+no+health+recharging%2C+no+armor%2C+no+dragging%2C+respawn+%288+seconds%29%2C+RLV%2C+no+incap+limit%0A++++++++++%3C%2Fspan%3E%0A++++++%09%3C%2Fdiv%3E%0A++++++++%3Cbr%3E%0A++++++++%3Cbr%3E%0A++++++++%3Cdiv+align%3Dcenter+class%3D%22white%22%3E%0A++++++++++Version%3A+5+ALPHA+%3Ci%3E%2811FEB2013%29%3C%2Fi%3E%0A++++++++++%3Cbr%3E%0A++++++++++%C2%A92013%2C+%3Ca+href%3D%22http%3A%2F%2Fwww.d1mtg.net%22%3ED1%26amp%3BMTG+Defense+Inc.%3C%2Fa%3E%0A++++++++++%3Cbr%3E%0A++++++++++%3Cb%3EDisclaimer%3A%3C%2Fb%3E+Second+Life%C2%A9+and+Linden+Lab%C2%AE+are+trademarks+or+registered+trademarks+of+Linden+Research%2C+Inc.+All+rights+reserved.+No+infringement+is+intended.%0A++++++++%3C%2Fdiv%3E%0A++++++%3C%2Fbody%3E%0A++++%3C%2Fhtml%3E%0A++'
  108     5      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.66 ms | 1403 KiB | 13 Q