Home
last modified time | relevance | path

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

1234567891011

/PHP-5.5/ext/soap/tests/
H A Dbug48557.phpt19 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsi="http:/…
H A Dserver023.phpt14 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
H A Dserver013.phpt17 $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 Dtypemap005.phpt49 'uri' => "http://schemas.nothing.com",
H A Dtypemap006.phpt44 'uri' => "http://schemas.nothing.com",
H A Dserver010.phpt15 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
H A Dserver009.phpt23 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
/PHP-5.5/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"));
H A Dbug39815.phpt36 'uri'=>'http://testuri.org',
H A Dbug47273.phpt30 'uri' => "http://127.0.0.1:8080/test/",
/PHP-5.5/sapi/apache2filter/
H A Dphp_functions.c132 ADD_STRING(uri); in PHP_FUNCTION()
359 ZEND_ARG_INFO(0, uri)
/PHP-5.5/sapi/apache/
H A Dphp_apache.c84 ZEND_ARG_INFO(0, uri)
492 if (rr->uri) { in PHP_FUNCTION()
493 add_property_string(return_value,"uri", rr->uri, 1); in PHP_FUNCTION()
H A Dmod_php5.c290 …PHP_SELF", &((request_rec *) SG(server_context))->uri, strlen(((request_rec *) SG(server_context))… in sapi_apache_register_server_variables()
291 …php_register_variable("PHP_SELF", ((request_rec *) SG(server_context))->uri, track_vars_array TSRM… in sapi_apache_register_server_variables()
529 SG(request_info).request_uri = r->uri; in init_request_info()
/PHP-5.5/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 TSRMLS_CC); 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 TSRMLS_CC); 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 TSRMLS_CC); in load_schema()
[all …]
H A Dphp_soap.h104 char *uri; member
H A Dsoap.c1215 if (service->uri == NULL) { in PHP_METHOD()
1220 service->uri = estrdup("http://unknown-uri/"); in PHP_METHOD()
2752 zval **uri; local
2755 …_find(Z_OBJPROP_P(this_ptr), "uri", sizeof("uri"), (void *)&uri) == FAILURE || Z_TYPE_PP(uri) != I…
2761 call_uri = Z_STRVAL_PP(uri);
2891 uri = Z_STRVAL_PP(tmp);
3781 ns = encode_add_ns(body, uri);
3818 ns = encode_add_ns(param, uri);
4285 ns = encode_add_ns(body, uri);
4911 if (service->uri) {
[all …]
/PHP-5.5/ext/dom/
H A Dphp_dom.h109 xmlNsPtr dom_get_ns(xmlNodePtr node, char *uri, int *errorcode, char *prefix);
/PHP-5.5/ext/soap/tests/schema/
H A Dschema064.phpt42 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsd="http:/…
/PHP-5.5/sapi/continuity/
H A Dcapi.c414 char *uri = lstFset_get(NSG(t->vars), "uri"); in capi_request_ctor() local
422 SG(request_info).request_uri = capi_strdup(uri); in capi_request_ctor()
/PHP-5.5/sapi/apache2handler/
H A Dphp_functions.c152 ADD_STRING(uri); in PHP_FUNCTION()
484 ZEND_ARG_INFO(0, uri)

Completed in 79 milliseconds

1234567891011