Home
last modified time | relevance | path

Searched refs:uri (Results 226 – 250 of 273) sorted by relevance

1234567891011

/PHP-7.2/ext/soap/tests/
H A Dserver004.phpt14 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
H A Dserver006.phpt19 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
H A Dserver019.phpt28 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
H A Dserver020.phpt29 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
H A Dserver021.phpt17 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
H A Dserver028.phpt18 $server = new SoapServer(null,array('uri'=>"http://testuri.org"));
H A Dtypemap007.phpt39 'uri' => 'http://schemas.nothing.com',
H A Dbug48557.phpt19 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsi="http:/…
H A Dserver013.phpt17 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
H A Dserver023.phpt14 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
H A Dtypemap008.phpt27 'uri' => 'http://schemas.nothing.com',
H A Dserver024.phpt26 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
H A Dserver029.phpt31 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
H A Dbug71996.phpt8 $client = new class(null, ['location' => '', 'uri' => 'http://example.org']) extends SoapClient {
H A Dserver010.phpt15 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
H A Dtypemap005.phpt49 'uri' => "http://schemas.nothing.com",
H A Dtypemap006.phpt44 'uri' => "http://schemas.nothing.com",
/PHP-7.2/sapi/apache2handler/
H A Dsapi_apache2.c275 …if (sapi_module.input_filter(PARSE_SERVER, "PHP_SELF", &ctx->r->uri, strlen(ctx->r->uri), &new_val… in php_apache_sapi_register_variables()
276 php_register_variable_safe("PHP_SELF", ctx->r->uri, new_val_len, track_vars_array); in php_apache_sapi_register_variables()
511 SG(request_info).request_uri = apr_pstrdup(r->pool, r->uri); in php_apache_request_ctor()
/PHP-7.2/ext/soap/tests/bugs/
H A Dbug39121.phpt39 $client = new LocalSoapClient(NULL, array('location'=>'test://','uri'=>'test://'));
H A Dbug30994.phpt41 $x = new SoapServer(NULL, array("uri"=>"http://spock/kunta/kunta"));
H A Dbug36629.phpt14 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
/PHP-7.2/ext/soap/
H A Dphp_schema.c196 xmlChar *uri; in load_schema() local
202 uri = xmlBuildURI(location->children->content, base); in load_schema()
205 schema_load_file(ctx, NULL, uri, tns, 0); in load_schema()
206 xmlFree(uri); in load_schema()
216 xmlChar *uri; in load_schema() local
222 uri = xmlBuildURI(location->children->content, base); in load_schema()
225 schema_load_file(ctx, NULL, uri, tns, 0); in load_schema()
226 xmlFree(uri); in load_schema()
232 xmlChar *uri = NULL; in load_schema() local
254 schema_load_file(ctx, ns, uri, tns, 1); in load_schema()
[all …]
H A Dphp_soap.h102 char *uri; member
/PHP-7.2/ext/dom/
H A Dphp_dom.h112 xmlNsPtr dom_get_ns(xmlNodePtr node, char *uri, int *errorcode, char *prefix);
/PHP-7.2/ext/soap/tests/schema/
H A Dschema064.phpt42 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsd="http:/…

Completed in 46 milliseconds

1234567891011