Home
last modified time | relevance | path

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

1234567891011

/PHP-5.4/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.c1209 if (service->uri == NULL) { in PHP_METHOD()
1214 service->uri = estrdup("http://unknown-uri/"); in PHP_METHOD()
2741 zval **uri; local
2744 …_find(Z_OBJPROP_P(this_ptr), "uri", sizeof("uri"), (void *)&uri) == FAILURE || Z_TYPE_PP(uri) != I…
2750 call_uri = Z_STRVAL_PP(uri);
2871 uri = Z_STRVAL_PP(tmp);
3762 ns = encode_add_ns(body, uri);
3799 ns = encode_add_ns(param, uri);
4266 ns = encode_add_ns(body, uri);
4889 if (service->uri) {
[all …]
/PHP-5.4/ext/soap/tests/bugs/
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.phpt33 'uri' => "http://127.0.0.1:8080/test/",
H A Dbug41566.phpt25 $server = new soapserver(null,array('uri'=>"http://testuri.org", 'soap_version'=>SOAP_1_2));
/PHP-5.4/ext/soap/tests/
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"));
H A Dsetheaders.phpt7 $client = new SoapClient(NULL, array("location"=>"test://","uri"=>"test://",
/PHP-5.4/sapi/apache/
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.4/ext/dom/
H A Dphp_dom.h109 xmlNsPtr dom_get_ns(xmlNodePtr node, char *uri, int *errorcode, char *prefix);
H A Dnode.c120 ZEND_ARG_INFO(0, uri)
1602 char *uri; in PHP_FUNCTION() local
1604 …rs(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_node_class_entry, &uri, &uri_len) == FAILU… in PHP_FUNCTION()
1630 if (lookupp != NULL && (nsptr = xmlSearchNsByHref(lookupp->doc, lookupp, uri))) { in PHP_FUNCTION()
1652 char *uri; in PHP_FUNCTION() local
1654 …rs(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_node_class_entry, &uri, &uri_len) == FAILU… in PHP_FUNCTION()
1665 if (nsptr && xmlStrEqual(nsptr->href, uri)) { in PHP_FUNCTION()
/PHP-5.4/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.4/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.4/sapi/apache2handler/
H A Dphp_functions.c152 ADD_STRING(uri); in PHP_FUNCTION()
484 ZEND_ARG_INFO(0, uri)
/PHP-5.4/ext/xsl/
H A Dxsltprocessor.c41 ZEND_ARG_INFO(0, uri)
712 char *uri; in PHP_FUNCTION() local
719 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "op", &docp, &uri, &uri_len) == FAILURE) { in PHP_FUNCTION()
727 ret = xsltSaveResultToFilename(uri, newdocp, sheetp, 0); in PHP_FUNCTION()
/PHP-5.4/sapi/apache_hooks/
H A Dphp_apache.c73 ZEND_ARG_INFO(0, uri)
305 apache_request_string_slot(offsetof(request_rec, uri), INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
1308 PHP_FALIAS(uri, apache_request_uri, NULL)
1867 if (rr->uri) { in PHP_FUNCTION()
1868 add_property_string(return_value,"uri", rr->uri, 1); in PHP_FUNCTION()
/PHP-5.4/
H A Dserver-tests.php1248 …$uri = $this->conf['TEST_BASE_SCRIPT_NAME'].str_replace($this->conf['TEST_BASE_PATH'], '', $tmp_fi…
1249 $uri = str_replace('\\', '/', $uri);
1306 $url .= $uri;
/PHP-5.4/ext/standard/tests/file/
H A Dfopen_variation14.phpt2 Test fopen() function : variation: file uri, no use include path

Completed in 72 milliseconds

1234567891011