Lines Matching refs:php

4 <?php if (!extension_loaded("session")) die("skip session support is not available"); ?>
9 <?php
22 <a href="./foo.php"> </a>
23 <a href="//php.net/foo.php"> </a>
24 <a href="http://php.net/foo.php"> </a>
25 <a href="bad://php.net/foo.php"> </a>
26 <a href="//www.php.net/foo.php"> </a>
29 <form action="./foo.php" method="get"> </a>
30 <form action="//php.net/bar.php" method="get"> </a>
31 <form action="http://php.net/bar.php" method="get"> </a>
32 <form action="bad://php.net/bar.php" method="get"> </a>
33 <form action="//www.php.net/bar.php" method="get"> </a>
35 <?php
42 <a href="./foo.php"> </a>
43 <a href="//php.net/foo.php"> </a>
44 <a href="http://php.net/foo.php"> </a>
45 <a href="bad://php.net/foo.php"> </a>
46 <a href="//www.php.net/foo.php"> </a>
49 <form action="./foo.php" method="get"> </a>
50 <form action="//php.net/bar.php" method="get"> </a>
51 <form action="http://php.net/bar.php" method="get"> </a>
52 <form action="bad://php.net/bar.php" method="get"> </a>
53 <form action="//www.php.net/bar.php" method="get"> </a>
55 <?php
64 <a href="./foo.php"> </a>
65 <a href="//php.net/foo.php"> </a>
66 <a href="http://php.net/foo.php"> </a>
67 <a href="bad://php.net/foo.php"> </a>
68 <a href="//www.php.net/foo.php"> </a>
71 <form action="./foo.php" method="get"> </a>
72 <form action="//php.net/bar.php" method="get"> </a>
73 <form action="http://php.net/bar.php" method="get"> </a>
74 <form action="bad://php.net/bar.php" method="get"> </a>
75 <form action="//www.php.net/bar.php" method="get"> </a>
79 <a href="./foo.php?%3CNAME%3E=%3CVALUE%3E"> </a>
80 <a href="//php.net/foo.php"> </a>
81 <a href="http://php.net/foo.php"> </a>
82 <a href="bad://php.net/foo.php"> </a>
83 <a href="//www.php.net/foo.php"> </a>
86 <form action="./foo.php" method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;…
87 <form action="//php.net/bar.php" method="get"> </a>
88 <form action="http://php.net/bar.php" method="get"> </a>
89 <form action="bad://php.net/bar.php" method="get"> </a>
90 <form action="//www.php.net/bar.php" method="get"> </a>
94 <a href="./foo.php?%3CNAME%3E=%3CVALUE%3E"> </a>
95 <a href="//php.net/foo.php"> </a>
96 <a href="http://php.net/foo.php"> </a>
97 <a href="bad://php.net/foo.php"> </a>
98 <a href="//www.php.net/foo.php"> </a>
101 <form action="./foo.php" method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;…
102 <form action="//php.net/bar.php" method="get"> </a>
103 <form action="http://php.net/bar.php" method="get"> </a>
104 <form action="bad://php.net/bar.php" method="get"> </a>
105 <form action="//www.php.net/bar.php" method="get"> </a>
109 <a href="./foo.php?PHPSESSID=testid&%3CNAME%3E=%3CVALUE%3E"> </a>
110 <a href="//php.net/foo.php"> </a>
111 <a href="http://php.net/foo.php"> </a>
112 <a href="bad://php.net/foo.php"> </a>
113 <a href="//www.php.net/foo.php"> </a>
116 <form action="./foo.php" method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;…
117 <form action="//php.net/bar.php" method="get"> </a>
118 <form action="http://php.net/bar.php" method="get"> </a>
119 <form action="bad://php.net/bar.php" method="get"> </a>
120 <form action="//www.php.net/bar.php" method="get"> </a>