Home
last modified time | relevance | path

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

1234567891011

/PHP-5.5/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-5.5/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.phpt5 $file = 'data:text/plain;z=y;uri=eviluri;mediatype=wut?;mediatype2=hello,somedata';
15 ["uri"]=>
16 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"]=>
H A Dstream_get_meta_data_file_variation5.phpt52 ["uri"]=>
75 ["uri"]=>
/PHP-5.5/ext/dom/
H A Ddomimplementation.c98 xmlURIPtr uri; in PHP_METHOD() local
114 uri = xmlParseURI(name); in PHP_METHOD()
115 if (uri != NULL && uri->opaque != NULL) { in PHP_METHOD()
116 localname = xmlStrdup(uri->opaque); in PHP_METHOD()
119 xmlFreeURI(uri); in PHP_METHOD()
131 if (uri) { in PHP_METHOD()
132 xmlFreeURI(uri); in PHP_METHOD()
159 char *uri = NULL, *name = NULL; in PHP_METHOD() local
163 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|ssO", &uri, &uri_len, &name, &name_len, &no… in PHP_METHOD()
183 if (errorcode == 0 && uri_len > 0 && ((nsptr = xmlNewNs(NULL, uri, prefix)) == NULL)) { in PHP_METHOD()
H A Delement.c118 ZEND_ARG_INFO(0, uri)
160 char *name, *value = NULL, *uri = NULL; in PHP_METHOD() local
185 if (nodep != NULL && uri != NULL) { in PHP_METHOD()
668 char *uri, *name; in PHP_FUNCTION() local
748 char *uri, *name, *value; in PHP_FUNCTION() local
877 char *name, *uri; in PHP_FUNCTION() local
933 char *uri, *name; in PHP_FUNCTION() local
1035 char *uri, *name; in PHP_FUNCTION() local
1047 nsuri = xmlCharStrndup(uri, uri_len); in PHP_FUNCTION()
1092 char *uri, *name; in PHP_FUNCTION() local
[all …]
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_uri.phpt21 $uri = sprintf('uri:file:%s', $file);
30 $db = new PDO($uri, $user, $pass);
33 $uri, $dsn,
47 $db = new PDO($uri, $user, $pass);
50 $uri, $dsn,
72 [002] URI=uri:file:%spdomuri.tst, DSN=mysql%sdbname=%s, File=%spdomuri.tst (%d bytes, 'mysql%sdbnam…
75 [003] URI=uri:file:%spdomuri.tst, DSN=mysql%sdbname=%s, File=%spdomuri.tst (%d bytes, 'mysql%sdbnam…
/PHP-5.5/ext/xmlwriter/
H A Dphp_xmlwriter.c182 ZEND_ARG_INFO(0, uri)
216 ZEND_ARG_INFO(0, uri)
222 ZEND_ARG_INFO(0, uri)
229 ZEND_ARG_INFO(0, uri)
236 ZEND_ARG_INFO(0, uri)
603 xmlURI *uri; in _xmlwriter_get_valid_file_path() local
617 xmlFreeURI(uri); in _xmlwriter_get_valid_file_path()
628 xmlFreeURI(uri); in _xmlwriter_get_valid_file_path()
646 xmlFreeURI(uri); in _xmlwriter_get_valid_file_path()
656 xmlFreeURI(uri); in _xmlwriter_get_valid_file_path()
[all …]
/PHP-5.5/sapi/apache_hooks/
H A DREADME17 specified file at the uri translation stage of the apache request
19 the uri translation stage of the apache request
92 uri
145 So, a uri handler to redirect all non-local traffic to /404.php (an
148 phpUriHandler /tmp/uri.php
150 #/tmp/uri.php
153 $request->uri('/404.php');
158 It's important to note that since this is called from the uri
165 #/tmp/uri.php
/PHP-5.5/ext/xmlreader/tests/
H A D010.phpt9 <prefix:books xmlns:prefix="uri" isbn="" prefix:isbn="12isbn">book1</prefix:books>';
21 echo $reader->getAttributeNs('isbn', 'uri');
/PHP-5.5/ext/standard/tests/file/
H A Dstream_rfc2397_002.phpt49 ["uri"]=>
70 ["uri"]=>
101 ["uri"]=>
126 ["uri"]=>
151 ["uri"]=>
178 ["uri"]=>
/PHP-5.5/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-5.5/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">
H A Dxmlwriter_write_attribute_ns_error_001.phpt11 xmlwriter_write_attribute_ns($xw, 'prefix', '', 'http://www.php.net/uri');
23 var_dump(xmlwriter_write_attribute_ns($xw, 'prefix', 'id', 'http://www.php.net/uri', 'elem1'));
/PHP-5.5/ext/zip/tests/
H A Dstream_meta_data.phpt52 ["uri"]=>
72 ["uri"]=>
/PHP-5.5/ext/xml/tests/
H A Dxml_set_start_namespace_decl_handler_basic.phpt36 function Namespace_Start_Handler( $parser, $prefix, $uri ) {
39 echo "...Uri: ". $uri . "\n";
/PHP-5.5/ext/xsl/tests/
H A Dxsltprocessor_transformToURI_wrongparam_001.phpt52 $uri = 'php://output';
54 echo $proc->transformToURI($wrong_parameter, $uri);
H A Dxsltprocessor_transformToURI_wrongparam_002.phpt52 $uri = 'php://output';
54 echo $proc->transformToURI($wrong_parameter, $uri);
H A Dxsltprocessor_transformToURI_wrongparam_003.phpt52 $uri = 'php://output';
54 echo $proc->transformToURI($wrong_parameter, $uri);

Completed in 84 milliseconds

1234567891011