Home
last modified time | relevance | path

Searched refs:uri (Results 201 – 225 of 258) sorted by relevance

1234567891011

/PHP-5.3/ext/soap/tests/
H A Dserver003.phpt7 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
H A Dserver026.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 Dserver002.phpt11 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
H A Dserver004.phpt14 $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 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 Dbug48557.phpt19 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsi="http:/…
/PHP-5.3/ext/soap/tests/bugs/
H A Dbug28751.phpt15 $server = new SoapServer(NULL, array('uri'=>"http://testuri.org"));
H A Dbug31422.phpt20 $server = new SoapServer(null,array('uri'=>"http://testuri.org"));
H A Dbug31422-win.phpt20 $server = new SoapServer(null,array('uri'=>"http://testuri.org"));
H A Dbug39121.phpt39 $client = new LocalSoapClient(NULL, array('location'=>'test://','uri'=>'test://'));
/PHP-5.3/sapi/apache2handler/
H A Dsapi_apache2.c284 …if (sapi_module.input_filter(PARSE_SERVER, "PHP_SELF", &ctx->r->uri, strlen(ctx->r->uri), &new_val… in php_apache_sapi_register_variables()
285 php_register_variable_safe("PHP_SELF", ctx->r->uri, new_val_len, track_vars_array TSRMLS_CC); in php_apache_sapi_register_variables()
482 SG(request_info).request_uri = apr_pstrdup(r->pool, r->uri); in php_apache_request_ctor()
/PHP-5.3/sapi/webjames/
H A Dwebjames.c136 ADD_FIELD("SCRIPT_NAME", uri); in sapi_webjames_register_variables()
137 ADD_FIELD("PHP_SELF", uri); in sapi_webjames_register_variables()
/PHP-5.3/sapi/apache2filter/
H A Dphp_functions.c132 ADD_STRING(uri); in PHP_FUNCTION()
359 ZEND_ARG_INFO(0, uri)
/PHP-5.3/sapi/apache/
H A Dphp_apache.c84 ZEND_ARG_INFO(0, uri)
494 if (rr->uri) { in PHP_FUNCTION()
495 add_property_string(return_value,"uri", rr->uri, 1); in PHP_FUNCTION()
/PHP-5.3/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
/PHP-5.3/ext/xsl/
H A Dxsltprocessor.c41 ZEND_ARG_INFO(0, uri)
678 char *uri; in PHP_FUNCTION() local
685 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "os", &docp, &uri, &uri_len) == FAILURE) { in PHP_FUNCTION()
693 if (strlen(uri) != uri_len) { in PHP_FUNCTION()
697 ret = xsltSaveResultToFilename(uri, newdocp, sheetp, 0); in PHP_FUNCTION()

Completed in 42 milliseconds

1234567891011