Home
last modified time | relevance | path

Searched refs:href (Results 1 – 25 of 63) sorted by relevance

123

/PHP-7.4/ext/session/tests/
H A Dbug50308.phpt14 <a href=""/>
15 <a href="" />
16 <a href="foo"/>
17 <a href="foo" />
18 <a href=foo/>
19 <a href="/">
20 <a href=/>
21 <a href=?foo=bar/>
22 <a href="?foo=bar"/>
23 <a href=./>
[all …]
H A Dsession_basic3.phpt35 <a href="/">test</a>
36 <a href="/#bar">test</a>
37 <a href="/?foo">test</a>
38 <a href="/?foo#bar">test</a>
39 <a href="/?foo=var">test</a>
41 <a href="file.php">test</a>
107 <a href="/">test</a>
108 <a href="/path">test</a>
111 <a href="../">test</a>
116 <a href="/#bar">test</a>
[all …]
H A Dsession_basic5.phpt38 <a href="/">test</a>
39 <a href="/path">test</a>
40 <a href="/path/">test</a>
42 <a href="../">test</a>
43 <a href="../path">test</a>
44 <a href="../path/">test</a>
47 <a href="/#bar">test</a>
50 <a href="../#bar">test</a>
54 <a href="/?foo">test</a>
58 <a href="../?foo">test</a>
[all …]
H A Dbug26862.phpt9 session.trans_sid_tags="a=href,area=href,frame=src,form="
10 url_rewriter.tags="a=href,area=href,frame=src,form="
16 echo '<a href="file.php">link</a>';
21 echo '<a href="file.php">link</a>';
24 <a href="file.php?var=value">link</a><a href="file.php">link</a>
H A Dbug74892.phpt15 <p><a href="index.php">Click This Anchor Tag!</a></p>
16 <p><a href="index.php#place">External link with anchor</a></p>
17 <p><a href="http://php.net#foo">External link with anchor 2</a></p>
18 <p><a href="#place">Internal link</a></p>
21 <p><a href="index.php?PHPSESSID=sessionidhere">Click This Anchor Tag!</a></p>
22 <p><a href="index.php?PHPSESSID=sessionidhere#place">External link with anchor</a></p>
23 <p><a href="http://php.net?PHPSESSID=sessionidhere#foo">External link with anchor 2</a></p>
24 <p><a href="#place">Internal link</a></p>
H A D014.phpt21 <a href="/link">
25 <a href="/link">
29 <a href="/link">
34 <a href="/link">
37 <a href="/link">
40 <a href="/link">
H A D021.phpt11 url_rewriter.tags="a=href,area=href,frame=src,input=src,form=,fieldset="
33 ini_set("url_rewriter.tags", "a=href,area=href,frame=src,input=src,form=");
42 ini_set("url_rewriter.tags", "a=href,area=href,frame=src,input=src,form=fakeentry");
51 ini_set("url_rewriter.tags", "a=href,fieldset=,area=href,frame=src,input=src");
H A Dsession_basic4.phpt15 session.trans_sid_tags="a=href,area=href,frame=src,form="
16 url_rewriter.tags="a=href,area=href,frame=src,form="
39 <a href="/">
51 <a href="/">
59 <a href="/?PHPSESSID=test2&testvar1=testvalue1&testvar2=testvalue2">
63 <a href="/?PHPSESSID=test2&testvar1=testvalue1&testvar2=testvalue2">
H A Dbug36459.phpt24 <a href="/b2w/www/ru/adm/pages/?action=prev&rec_id=8&pid=2"
27 …<a href="/b2w/www/ru/adm/pages/?action=prev&rec_id=8&pid=2" style="font: normal 11pt Times New Rom…
37 <a href="/b2w/www/ru/adm/pages/?action=prev&rec_id=8&pid=2&sid=%s"
40 …<a href="/b2w/www/ru/adm/pages/?action=prev&rec_id=8&pid=2&sid=%s" style="font: normal 11pt Times …
H A Dbug71974.phpt19 <a href="some.php">abc</a>
21 <a href="some.php">abc</a>
H A D015.phpt22 <a href="/link?<?php echo SID; ?>">
27 <a href="/link?PHPSESSID=abtest&PHPSESSID=abtest">
H A D020.phpt23 <a href="link.php?a=b">
28 <a href="link.php?a=b&amp;PHPSESSID=abtest">
H A Dbug41600.phpt23 <a href="link.php?a=b">
28 <a href="link.php?a=b&amp;PHPSESSID=abtest">
/PHP-7.4/ext/standard/tests/general_functions/
H A Doutput_add_rewrite_var_basic3.phpt6 session.trans_sid_tags="a=href,area=href,frame=src,form="
7 url_rewriter.tags="a=href,area=href,frame=src,form="
21 <a href=""> </a>
22 <a href="./foo.php"> </a>
23 <a href="//php.net/foo.php"> </a>
41 <a href=""> </a>
42 <a href="./foo.php"> </a>
43 <a href="//php.net/foo.php"> </a>
63 <a href=""> </a>
64 <a href="./foo.php"> </a>
[all …]
H A Doutput_add_rewrite_var_basic4.phpt6 session.trans_sid_tags="a=href,area=href,frame=src,form="
7 url_rewriter.tags="a=href,area=href,frame=src,form="
21 <a href=""> </a>
22 <a href="./foo.php"> </a>
23 <a href="//php.net/foo.php"> </a>
41 <a href=""> </a>
42 <a href="./foo.php"> </a>
43 <a href="//php.net/foo.php"> </a>
63 <a href=""> </a>
64 <a href="./foo.php"> </a>
[all …]
H A Dbug44394.phpt4 session.trans_sid_tags="a=href,area=href,frame=src,form="
5 url_rewriter.tags="a=href,area=href,frame=src,form="
9 $string = "<a href='a?q=1'>asd</a>";
21 <a href='a?q=1&a=b'>asd</a>
H A Doutput_add_rewrite_var_basic1.phpt6 session.trans_sid_tags="a=href,area=href,frame=src,form="
7 url_rewriter.tags="a=href,area=href,frame=src,form="
22 <a href=""> </a>
23 <a href="./foo.php"> </a>
24 <a href="//php.net/foo.php"> </a>
42 <a href=""> </a>
43 <a href="./foo.php"> </a>
44 <a href="//php.net/foo.php"> </a>
64 <a href=""> </a>
65 <a href="./foo.php"> </a>
[all …]
H A Doutput_add_rewrite_var_basic2.phpt6 session.trans_sid_tags="a=href,area=href,frame=src,form="
7 url_rewriter.tags="a=href,area=href,frame=src,form="
22 <a href=""> </a>
23 <a href="./foo.php"> </a>
24 <a href="//php.net/foo.php"> </a>
42 <a href=""> </a>
43 <a href="./foo.php"> </a>
44 <a href="//php.net/foo.php"> </a>
64 <a href=""> </a>
65 <a href="./foo.php"> </a>
[all …]
H A Dbug44394_2.phpt8 session.trans_sid_tags="a=href,area=href,frame=src,form="
9 url_rewriter.tags="a=href,area=href,frame=src,form="
19 $string = "<a href='a?q=1'>asd</a>";
37 <a href='a?q=1&a=b&PHPSESSID=%s'>asd</a>
/PHP-7.4/ext/standard/tests/strings/
H A Dbug44703.phpt6 var_dump(htmlspecialchars("<a href='test'>Test</a>", ENT_COMPAT, 1));
7 var_dump(htmlspecialchars("<a href='test'>Test</a>", ENT_COMPAT, 12));
8 var_dump(htmlspecialchars("<a href='test'>Test</a>", ENT_COMPAT, 125));
9 var_dump(htmlspecialchars("<a href='test'>Test</a>", ENT_COMPAT, 1252));
10 var_dump(htmlspecialchars("<a href='test'>Test</a>", ENT_COMPAT, 12526));
26 string(35) "&lt;a href='test'&gt;Test&lt;/a&gt;"
29 string(35) "&lt;a href='test'&gt;Test&lt;/a&gt;"
32 string(35) "&lt;a href='test'&gt;Test&lt;/a&gt;"
33 string(35) "&lt;a href='test'&gt;Test&lt;/a&gt;"
36 string(35) "&lt;a href='test'&gt;Test&lt;/a&gt;"
H A Dstrip_tags_array.phpt6 $string = '<p>foo <b>bar</b> <a href="#">foobar</a></p>';
23 string(30) "foo bar <a href="#">foobar</a>"
24 string(37) "<p>foo bar <a href="#">foobar</a></p>"
27 string(30) "foo bar <a href="#">foobar</a>"
H A Dbug21744.phpt6 <a href="test?test\\!!!test">test</a>
15 <a href="test?test\!!!test">test</a>
H A Dstrip_tags_basic2.phpt13 $string = "<html><p>hello</p><b>world</b><a href=\"#fragment\">Other text</a></html><?php echo hell…
50 string(44) "helloworld<a href="#fragment">Other text</a>"
52 string(44) "helloworld<a href="#fragment">Other text</a>"
58 string(64) "<html><p>hello</p>world<a href="#fragment">Other text</a></html>"
/PHP-7.4/ext/simplexml/tests/
H A Dbug38354.phpt10 <a href="javascript:alert(\'1\');"><strong>Item Two</strong></a>
23 <a href="javascript:alert('1');"><strong>Item Two</strong></a>
26 string(62) "<a href="javascript:alert('1');"><strong>Item Two</strong></a>"
/PHP-7.4/tests/lang/
H A Dbug35176.phpt13 <b>Warning</b>: require_once(nonexisiting.php) [<a href='/function.require-once.html'>function.req…
15 <b>Fatal error</b>: require_once() [<a href='/function.require.html'>function.require.html</a>]: F…

Completed in 50 milliseconds

123