Home
last modified time | relevance | path

Searched refs:uri (Results 1 – 25 of 452) sorted by relevance

12345678910>>...19

/PHP-8.2/ext/soap/tests/bugs/
H A Dbug66112.phpt11 …$client=new soapclient(WSDL, array('typemap'=>array(array("type_ns"=>"uri:mist", "type_name"=>"A")…
18 $s = new SoapServer(WSDL, array('typemap'=>array(array("type_ns"=>"uri:mist", "type_name"=>"A"))));
23 <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:uri="uri:mist">
26 <uri:Request><uri:A>XXX</uri:A><uri:B>yyy</uri:B></uri:Request>
35 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="uri:mist">…
/PHP-8.2/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation1.phpt48 ["uri"]=>
68 ["uri"]=>
88 ["uri"]=>
108 ["uri"]=>
128 ["uri"]=>
148 ["uri"]=>
168 ["uri"]=>
188 ["uri"]=>
208 ["uri"]=>
228 ["uri"]=>
[all …]
H A Dbug71323.phpt7 $file = 'data:text/plain;z=y;uri=eviluri;mediatype=wut?;mediatype2=hello,somedata';
17 ["uri"]=>
18 string(72) "data:text/plain;z=y;uri=eviluri;mediatype=wut?;mediatype2=hello,somedata"
/PHP-8.2/ext/dom/tests/
H A Dgh12870.inc3 function test(?string $uri, string $qualifiedName) {
4 $uri_readable = is_null($uri) ? 'NULL' : "\"$uri\"";
9 $attr = $d->createAttributeNS($uri, $qualifiedName);
21 … var_dump($attr === $d->documentElement->getAttributeNodeNS($uri, $parts[count($parts) - 1]));
/PHP-8.2/ext/dom/
H A Ddomimplementation.c58 xmlURIPtr uri; in PHP_METHOD() local
81 uri = xmlParseURI(name); in PHP_METHOD()
82 if (uri != NULL && uri->opaque != NULL) { in PHP_METHOD()
83 localname = xmlStrdup((xmlChar *) uri->opaque); in PHP_METHOD()
86 xmlFreeURI(uri); in PHP_METHOD()
98 if (uri) { in PHP_METHOD()
99 xmlFreeURI(uri); in PHP_METHOD()
126 char *uri = NULL, *name = NULL; in PHP_METHOD() local
130 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "|s!sO!", &uri, &uri_len, &name, &name_len, &node, dom_… in PHP_METHOD()
153 && ((nsptr = xmlNewNs(NULL, (xmlChar *) uri, (xmlChar *) prefix)) == NULL) in PHP_METHOD()
/PHP-8.2/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_uri.phpt21 $uri = 'uri:file://' . $file;
29 $db = new PDO($uri, $user, $pass);
32 $uri, $dsn,
45 $db = new PDO($uri, $user, $pass);
48 $uri, $dsn,
/PHP-8.2/ext/ldap/tests/
H A Dldap_sasl_bind_basic.phpt12 $link = @fsockopen($uri);
21 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
25 $link = ldap_connect($uri);
33 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
H A Dldap_exop_passwd.phpt13 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
22 test_bind($uri, "cn=userA,$base", $genpw, $protocol_version),
24 test_bind($uri, "cn=userA,$base", "newPassword", $protocol_version)
31 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
/PHP-8.2/ext/standard/tests/http/
H A Dbug75981.phpt23 ['pid' => $pid, 'uri' => $uri] = http_server($responses);
25 echo @file_get_contents($uri, false, $ctx);
H A Dhttp_response_header_05.phpt15 ['pid' => $pid, 'uri' => $uri] = http_server($responses, $output);
17 $f = file_get_contents($uri);
H A Dbug75535.phpt15 ['pid' => $pid, 'uri' => $uri] = http_server($responses, $output);
17 var_dump(file_get_contents($uri));
H A Dhttp_response_header_04.phpt15 ['pid' => $pid, 'uri' => $uri] = http_server($responses, $output);
17 $f = file_get_contents($uri);
H A Dbug73297.phpt24 ['pid' => $pid, 'uri' => $uri] = http_server($responses);
26 echo file_get_contents($uri, false, $ctx);
H A Dhttp_response_header_01.phpt15 ['pid' => $pid, 'uri' => $uri] = http_server($responses, $output);
17 $f = file_get_contents($uri);
H A Dbug78719.phpt15 ['pid' => $pid, 'uri' => $uri] = http_server($responses);
18 $stream = fopen($uri, 'r', false, $context);
H A Dbug76342.phpt20 ['pid' => $pid, 'uri' => $uri] = http_server_sleep();
23 file_get_contents($uri, false, $ctx);
H A Dbug43510.phpt16 ['pid' => $pid, 'uri' => $uri ] = http_server($responses, $output);
19 $fd = fopen($uri, $mode, false);
H A Dgh8641.phpt25 ['pid' => $pid, 'uri' => $uri] = http_server($responses, $output);
27 $f = file_get_contents($uri, 0, $ctx);
H A Dbug80838.phpt16 ['pid' => $pid, 'uri' => $uri] = http_server($responses);
26 $fd = fopen($uri, 'rb', false, $ctx);
H A Dhttp_response_header_02.phpt17 ['pid' => $pid, 'uri' => $uri] = http_server($responses, $output);
19 $f = file_get_contents($uri);
/PHP-8.2/ext/standard/tests/network/
H A Dhttp-stream.phpt17 ['pid' => $pid, 'uri' => $uri] = http_server([__DIR__."/news.rss"]);
20 $e = $d->load("$uri/news.rss");
H A Dudp4loop.phpt7 $uri = "udp://127.0.0.1:$port";
8 $server = @stream_socket_server($uri, $errno, $errstr, STREAM_SERVER_BIND);
16 $client = stream_socket_client($uri);
/PHP-8.2/ext/simplexml/tests/
H A Dbug79971_1.phpt16 $uri = "file://$path/bug79971_1.xml";
17 var_dump(simplexml_load_file("$uri%00foo"));
19 $sxe = simplexml_load_file($uri);
20 var_dump($sxe->asXML("$uri.out%00foo"));
/PHP-8.2/ext/xmlwriter/
H A Dphp_xmlwriter.c106 xmlURI *uri; in _xmlwriter_get_valid_file_path() local
111 uri = xmlCreateURI(); in _xmlwriter_get_valid_file_path()
112 if (uri == NULL) { in _xmlwriter_get_valid_file_path()
119 if (uri->scheme != NULL) { in _xmlwriter_get_valid_file_path()
123 xmlFreeURI(uri); in _xmlwriter_get_valid_file_path()
134 xmlFreeURI(uri); in _xmlwriter_get_valid_file_path()
152 xmlFreeURI(uri); in _xmlwriter_get_valid_file_path()
162 xmlFreeURI(uri); in _xmlwriter_get_valid_file_path()
172 xmlFreeURI(uri); in _xmlwriter_get_valid_file_path()
286 char *name, *prefix, *uri; in PHP_FUNCTION() local
[all …]
/PHP-8.2/ext/soap/tests/
H A Dcustom_content_type.phpt31 'uri' => 'misc-uri',
47 if (strpos($headers, 'Multipart/Related; action="misc-uri#foo"') === FALSE)
57 'uri' => 'misc-uri',
73 if (strpos($headers, 'Content-Type: application/soap+xml; charset=utf-8; action="misc-uri#foo"') ==…

Completed in 64 milliseconds

12345678910>>...19