Home
last modified time | relevance | path

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

1234567891011

/PHP-7.4/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">…
H A Dbug29839.wsdl1 …s="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://test-uri" targetNamespace="http://test-uri">
3 <xs:schema targetNamespace="http://test-uri" elementFormDefault="qualified">
28 <soap:operation soapAction="http://test-uri"/>
H A Dbug34453.wsdl1 …s="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://test-uri" targetNamespace="http://test-uri">
3 <xs:schema targetNamespace="http://test-uri" elementFormDefault="qualified">
28 <soap:operation soapAction="http://test-uri"/>
H A Dbug37278.phpt2 Bug #37278 (SOAP not respecting uri in __soapCall)
9 "uri" => "http://bricolage.sourceforge.net/Bric/SOAP/Auth",
17 $client->__soapCall("list_ids", array(), array("uri" => $newNS));
H A Dbug41097.phpt13 $soap = new SoapClient(null, array('uri' => 'http://uri/', 'location' => 'test://', 'exceptions' =>…
/PHP-7.4/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"
H A Dstream_get_meta_data_file_variation2.phpt62 ["uri"]=>
87 ["uri"]=>
110 ["uri"]=>
133 ["uri"]=>
H A Dstream_get_meta_data_file_variation4.phpt47 ["uri"]=>
69 ["uri"]=>
/PHP-7.4/ext/dom/
H A Ddomimplementation.c97 xmlURIPtr uri; in PHP_METHOD() local
120 uri = xmlParseURI(name); in PHP_METHOD()
121 if (uri != NULL && uri->opaque != NULL) { in PHP_METHOD()
122 localname = xmlStrdup((xmlChar *) uri->opaque); in PHP_METHOD()
125 xmlFreeURI(uri); in PHP_METHOD()
137 if (uri) { in PHP_METHOD()
138 xmlFreeURI(uri); in PHP_METHOD()
166 char *uri = NULL, *name = NULL; in PHP_METHOD() local
170 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "|ssO", &uri, &uri_len, &name, &name_len, &node, dom_do… in PHP_METHOD()
191 && ((nsptr = xmlNewNs(NULL, (xmlChar *) uri, (xmlChar *) prefix)) == NULL) in PHP_METHOD()
H A Delement.c116 ZEND_ARG_INFO(0, uri)
156 char *name, *value = NULL, *uri = NULL; in PHP_METHOD() local
178 if (nodep != NULL && uri != NULL) { in PHP_METHOD()
666 char *uri, *name; in PHP_FUNCTION() local
747 char *uri, *name, *value; in PHP_FUNCTION() local
877 char *name, *uri; in PHP_FUNCTION() local
935 char *uri, *name; in PHP_FUNCTION() local
1063 char *uri, *name; in PHP_FUNCTION() local
1076 nsuri = xmlCharStrndup(uri, uri_len); in PHP_FUNCTION()
1122 char *uri, *name; in PHP_FUNCTION() local
[all …]
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_uri.phpt21 …$uri = sprintf('uri:file://%s', (substr(PHP_OS, 0, 3) == 'WIN' ? str_replace('\\', '/', $file) : $…
30 $db = new PDO($uri, $user, $pass);
33 $uri, $dsn,
47 $db = new PDO($uri, $user, $pass);
54 $uri, $dsn,
75 [003] URI=uri:file://%spdomuri.tst, DSN=mysql%sdbname=%s, File=%spdomuri.tst (%d bytes, 'mysql%sdbn…
/PHP-7.4/ext/simplexml/tests/
H A Dbug79971_1.phpt14 $uri = "file://$path/bug79971_1.xml";
15 var_dump(simplexml_load_file("$uri%00foo"));
17 $sxe = simplexml_load_file($uri);
18 var_dump($sxe->asXML("$uri.out%00foo"));
/PHP-7.4/ext/standard/tests/network/
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-7.4/ext/soap/tests/
H A Dcustom_content_type.phpt29 'uri' => 'misc-uri',
45 if (strpos($headers, 'Multipart/Related; action="misc-uri#foo"') === FALSE)
55 'uri' => 'misc-uri',
71 if (strpos($headers, 'Content-Type: application/soap+xml; charset=utf-8; action="misc-uri#foo"') ==…
/PHP-7.4/sapi/fpm/tests/
H A Dbug78599-path-info-underflow.phpt32 $uri = $tester->makeSourceFile();
37 'SCRIPT_FILENAME' => $uri . "/" . str_repeat('A', 35),
41 $uri
/PHP-7.4/ext/xmlwriter/
H A Dphp_xmlwriter.c166 ZEND_ARG_INFO(0, uri)
200 ZEND_ARG_INFO(0, uri)
206 ZEND_ARG_INFO(0, uri)
213 ZEND_ARG_INFO(0, uri)
220 ZEND_ARG_INFO(0, uri)
569 xmlURI *uri; in _xmlwriter_get_valid_file_path() local
583 xmlFreeURI(uri); in _xmlwriter_get_valid_file_path()
594 xmlFreeURI(uri); in _xmlwriter_get_valid_file_path()
612 xmlFreeURI(uri); in _xmlwriter_get_valid_file_path()
622 xmlFreeURI(uri); in _xmlwriter_get_valid_file_path()
[all …]
/PHP-7.4/ext/xmlreader/tests/
H A D010.phpt8 <prefix:books xmlns:prefix="uri" isbn="" prefix:isbn="12isbn">book1</prefix:books>';
20 echo $reader->getAttributeNs('isbn', 'uri');
/PHP-7.4/ext/dom/tests/
H A Dbug79971_2.phpt15 $uri = "file://$path/bug79971_2.xml";
16 var_dump($imp->createDocumentType("$uri%00foo"));
/PHP-7.4/ext/standard/tests/file/
H A Dstream_rfc2397_002.phpt49 ["uri"]=>
70 ["uri"]=>
101 ["uri"]=>
126 ["uri"]=>
151 ["uri"]=>
178 ["uri"]=>
/PHP-7.4/ext/xmlwriter/tests/
H A Dxmlwriter_write_attribute_ns_basic_001.phpt11 xmlwriter_write_attribute_ns($xw, 'prefix', 'id', 'http://www.php.net/uri', 'elem1');
25 <root prefix:id="elem1" xmlns:prefix="http://www.php.net/uri">
/PHP-7.4/ext/soap/tests/schema/
H A Dtest_schema.inc15 xmlns:tns="http://test-uri/"
19 targetNamespace="http://test-uri/"
22 …<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://test-uri/" $attributeForm…
41 …<soap:body use="$use" namespace="http://test-uri/" encodingStyle="http://schemas.xmlsoap.org/soap/…
/PHP-7.4/Zend/tests/
H A Dbug78406.phpt36 $uri = 'php://filter/read=sample.filter/resource='. __FILE__;
38 include $uri; // We expect one more "feature" output at line 3
/PHP-7.4/sapi/cli/tests/
H A Dphp_cli_server_021.phpt18 …", realm="testrealm@host.com", nonce="dcd98b7102dd2f0e8b11d0f600bfb0c093", uri="/dir/index.html", …
37 …", realm="testrealm@host.com", nonce="dcd98b7102dd2f0e8b11d0f600bfb0c093", uri="/dir/index.html", …
/PHP-7.4/ext/zip/tests/
H A Dstream_meta_data.phpt51 ["uri"]=>
71 ["uri"]=>

Completed in 46 milliseconds

1234567891011