xref: /Universal-ctags/Units/parser-php.r/run-guest.d/input.php (revision f476dfe1d31ba7d25d0a1f50f94a756d3fc6cd34)
1<html><head><title>X</title>
2<?php // This test input is derived from #2256 submitted by @StephenWall.
3  function draw($x) {
4      echo "$x";
5  }
6?>
7    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
8    <title>My Home Page</title>
9    <link rel="stylesheet" href="css/general.css" type="text/css">
10    <style type="text/css"></stylE>
11  </head>
12  <body>
13    <h1>stuff</h1>
14    <a href="/blah">nowhere</a>
15    <?=draw('nowhere')?>
16    <a href="/blech">somewhere</a>
17    <?=draw('somewhere')?>
18  </body>
19</html>
20<script>
21    var f = function (n) {
22	return n + 1;
23    }
24</script>
25<style>
26.blarg {
27    position: relative;
28}
29</style>
30<?php
31  function nothing($x) {
32      ;
33  }
34?>