/PHP-7.0/ext/session/tests/ |
H A D | session_basic3.phpt | 36 <a href="/">test</a> 37 <a href="/#bar">test</a> 38 <a href="/?foo">test</a> 39 <a href="/?foo#bar">test</a> 40 <a href="/?foo=var">test</a> 42 <a href="file.php">test</a> 108 <a href="/">test</a> 109 <a href="/path">test</a> 112 <a href="../">test</a> 117 <a href="/#bar">test</a> [all …]
|
H A D | bug50308.phpt | 14 <a href=""/> 15 <a href="" /> 16 <a href="foo"/> 17 <a href="foo" /> 18 <a href=foo/> 19 <a href=/> 20 <a href=?foo=bar/> 21 <a href="?foo=bar"/> 23 <a href="?PHPSESSID=%s"/> 24 <a href="?PHPSESSID=%s" /> [all …]
|
H A D | 021.phpt | 11 url_rewriter.tags="a=href,area=href,frame=src,input=src,form=,fieldset=" 29 ini_set("url_rewriter.tags", "a=href,area=href,frame=src,input=src,form="); 38 ini_set("url_rewriter.tags", "a=href,area=href,frame=src,input=src,form=fakeentry"); 47 ini_set("url_rewriter.tags", "a=href,fieldset=,area=href,frame=src,input=src");
|
H A D | 014.phpt | 21 <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 D | bug26862.phpt | 14 echo '<a href="file.php">link</a>'; 19 echo '<a href="file.php">link</a>'; 22 <a href="file.php?var=value">link</a><a href="file.php">link</a>
|
H A D | bug36459.phpt | 24 <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 D | bug71974.phpt | 19 <a href="some.php">abc</a> 21 <a href="some.php">abc</a>
|
H A D | 015.phpt | 22 <a href="/link?<?php echo SID; ?>"> 27 <a href="/link?PHPSESSID=abtest&PHPSESSID=abtest">
|
H A D | 020.phpt | 23 <a href="link.php?a=b"> 28 <a href="link.php?a=b&PHPSESSID=abtest">
|
H A D | bug41600.phpt | 23 <a href="link.php?a=b"> 28 <a href="link.php?a=b&PHPSESSID=abtest">
|
/PHP-7.0/ext/standard/tests/general_functions/ |
H A D | url_rewriter.phpt | 4 url_rewriter.tags="a=href,form=" 18 <a href=""></a> 19 <a href="foo"></a> 20 <a href="?foo"></a> 21 <a href="/foo"></a> 22 <a href="foo=bar"></a> 23 <a href="foo.php#bar"></a> 24 <a href="../foo.php#bar"></a> 26 <a href="//bad.net/foo"></a> 28 <a href="//bad.net/foo"></a> [all …]
|
H A D | bug44394.phpt | 6 $string = "<a href='a?q=1'>asd</a>"; 18 <a href='a?q=1&a=b'>asd</a>
|
H A D | bug44394_2.phpt | 17 $string = "<a href='a?q=1'>asd</a>"; 35 <a href='a?q=1&PHPSESSID=%s&a=b'>asd</a>
|
/PHP-7.0/ext/standard/tests/strings/ |
H A D | bug44703.phpt | 6 var_dump(htmlspecialchars(b"<a href='test'>Test</a>", ENT_COMPAT, 1)); 7 var_dump(htmlspecialchars(b"<a href='test'>Test</a>", ENT_COMPAT, 12)); 8 var_dump(htmlspecialchars(b"<a href='test'>Test</a>", ENT_COMPAT, 125)); 9 var_dump(htmlspecialchars(b"<a href='test'>Test</a>", ENT_COMPAT, 1252)); 10 var_dump(htmlspecialchars(b"<a href='test'>Test</a>", ENT_COMPAT, 12526)); 26 string(35) "<a href='test'>Test</a>" 29 string(35) "<a href='test'>Test</a>" 32 string(35) "<a href='test'>Test</a>" 33 string(35) "<a href='test'>Test</a>" 36 string(35) "<a href='test'>Test</a>"
|
H A D | strip_tags_basic2.phpt | 15 $string = "<html><p>hello</p><b>world</b><a href=\"#fragment\">Other text</a></html><?php echo hell… 52 string(44) "helloworld<a href="#fragment">Other text</a>" 54 string(44) "helloworld<a href="#fragment">Other text</a>" 60 string(64) "<html><p>hello</p>world<a href="#fragment">Other text</a></html>"
|
H A D | bug21744.phpt | 6 <a href="test?test\\!!!test">test</a> 15 <a href="test?test\!!!test">test</a>
|
/PHP-7.0/ext/simplexml/tests/ |
H A D | bug38354.phpt | 10 <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.0/tests/lang/ |
H A D | bug35176.phpt | 13 <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…
|
/PHP-7.0/ext/xml/tests/ |
H A D | xml_set_processing_instruction_handler_basic.phpt | 40 <?xml-stylesheet href="default.xsl" type="text/xml"?> 51 Data: href="default.xsl" type="text/xml"
|
/PHP-7.0/ext/soap/tests/bugs/ |
H A D | bug41566.phpt | 2 Bug #41566 (SOAP Server not properly generating href attributes) 61 …ame xsi:type="xsd:string">newUser</sName></item><item href="#ref1"/><item href="#ref1"/><item href…
|
H A D | bug37083.phpt | 16 <searchReturn href="#id0"/> 18 …href="#id1"/><results href="#id2"/><results href="#id3"/><results href="#id4"/><results href="#id5… 19 …ervice" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"><fields href="#id11"/><identifie… 20 …ervice" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"><fields href="#id12"/><identifie… 21 …ervice" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"><fields href="#id13"/><identifie… 22 …ervice" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"><fields href="#id14"/><identifie… 23 …ervice" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"><fields href="#id15"/><identifie… 24 …ervice" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"><fields href="#id16"/><identifie… 25 …ervice" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"><fields href="#id17"/><identifie… 26 …ervice" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"><fields href="#id18"/><identifie… [all …]
|
H A D | bug38536.phpt | 24 <address href="#i2"/> 29 <address href="#i3"/>
|
/PHP-7.0/ext/dom/ |
H A D | element.c | 345 value = xmlStrdup(((xmlNsPtr)attr)->href); in PHP_FUNCTION() 681 RETVAL_STRING((char *) nsptr->href); in PHP_FUNCTION() 727 def = xmlNewNs(tree, ns->href, prefix); in _dom_new_reconNs() 822 if (nsptr->href) { in PHP_FUNCTION() 823 xmlFree((xmlChar *) nsptr->href); in PHP_FUNCTION() 825 nsptr->href = xmlStrdup((xmlChar *)value); in PHP_FUNCTION() 889 if (xmlStrEqual((xmlChar *)uri, nsptr->href)) { in PHP_FUNCTION() 890 if (nsptr->href != NULL) { in PHP_FUNCTION() 891 xmlFree((char *) nsptr->href); in PHP_FUNCTION() 892 nsptr->href = NULL; in PHP_FUNCTION() [all …]
|
/PHP-7.0/ext/filter/tests/ |
H A D | 007.phpt | 6 a=qwe&abc=<a>href</a> 8 b=qwe&bbc=<a>href</a>
|
/PHP-7.0/ext/dom/tests/ |
H A D | bug67949.phpt | 8 <a href="test">hello world</a> 85 string(4) "href"
|