Home
last modified time | relevance | path

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

1...<<11

/PHP-7.2/ext/soap/
H A Dsoap.c1231 if (service->uri == NULL) { in PHP_METHOD()
1236 service->uri = estrdup("http://unknown-uri/"); in PHP_METHOD()
2722 zval *uri; local
2724 …if ((uri = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "uri", sizeof("uri")-1)) == NULL || Z_TYPE_P(
2730 call_uri = Z_STRVAL_P(uri);
2858 uri = Z_STRVAL_P(tmp);
3736 ns = encode_add_ns(body, uri);
3773 ns = encode_add_ns(param, uri);
4230 ns = encode_add_ns(body, uri);
4837 if (service->uri) {
[all …]
/PHP-7.2/ext/soap/tests/bugs/
H A Dbug39815.phpt36 'uri'=>'http://testuri.org',
H A Dbug47273.phpt30 '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-7.2/ext/soap/tests/
H A Dserver009.phpt23 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
H A Dbug73037.phpt66 $s = new SoapServer(NULL, array('uri' => 'http://here'));
H A Dsetheaders.phpt7 $client = new SoapClient(NULL, array("location"=>"test://","uri"=>"test://",
/PHP-7.2/ext/xsl/
H A Dxsltprocessor.c41 ZEND_ARG_INFO(0, uri)
684 char *uri; in PHP_FUNCTION() local
691 if (zend_parse_parameters(ZEND_NUM_ARGS(), "op", &docp, &uri, &uri_len) == FAILURE) { in PHP_FUNCTION()
699 ret = xsltSaveResultToFilename(uri, newdocp, sheetp, 0); in PHP_FUNCTION()
/PHP-7.2/ext/dom/
H A Dnode.c120 ZEND_ARG_INFO(0, uri)
1530 char *uri; in PHP_FUNCTION() local
1532 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Os", &id, dom_node_class_entry, &uri in PHP_FUNCTION()
1559 nsptr = xmlSearchNsByHref(lookupp->doc, lookupp, (xmlChar *) uri); in PHP_FUNCTION()
1581 char *uri; in PHP_FUNCTION() local
1583 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Os", &id, dom_node_class_entry, &uri in PHP_FUNCTION()
1594 if (nsptr && xmlStrEqual(nsptr->href, (xmlChar *) uri)) { in PHP_FUNCTION()
H A Dphp_dom.c1487 xmlNsPtr dom_get_ns(xmlNodePtr nodep, char *uri, int *errorcode, char *prefix) { in dom_get_ns() argument
1492 if (! ((prefix && !strcmp (prefix, "xml") && strcmp(uri, (char *)XML_XML_NAMESPACE)) || in dom_get_ns()
1493 (prefix && !strcmp (prefix, "xmlns") && strcmp(uri, (char *)DOM_XMLNS_NAMESPACE)) || in dom_get_ns()
1494 (prefix && !strcmp(uri, (char *)DOM_XMLNS_NAMESPACE) && strcmp (prefix, "xmlns")))) { in dom_get_ns()
1495 nsptr = xmlNewNs(nodep, (xmlChar *)uri, (xmlChar *)prefix); in dom_get_ns()
H A Dxpath.c46 ZEND_ARG_INFO(0, uri)
/PHP-7.2/sapi/apache2handler/
H A Dphp_functions.c152 ADD_STRING(uri); in PHP_FUNCTION()
488 ZEND_ARG_INFO(0, uri)
/PHP-7.2/
H A Dserver-tests.php1235 …$uri = $this->conf['TEST_BASE_SCRIPT_NAME'].str_replace($this->conf['TEST_BASE_PATH'], '', $tmp_fi…
1236 $uri = str_replace('\\', '/', $uri);
1293 $url .= $uri;
/PHP-7.2/ext/standard/tests/file/
H A Dfopen_variation14.phpt2 Test fopen() function : variation: file uri, no use include path
H A Dfopen_variation15.phpt2 Test fopen() function : variation: file uri, use include path = true
H A Dfopen_variation14-win32.phpt2 Test fopen() function : variation: file uri, no use include path
H A Dfopen_variation15-win32.phpt2 Test fopen() function : variation: file uri, use include path = true
/PHP-7.2/ext/phar/
H A DTODO68 unknown, the callback should return the original request uri [Greg]
/PHP-7.2/ext/curl/
H A Dinterface.c204 php_url *uri; in php_curl_option_url()
206 if (!(uri = php_url_parse_ex(url, len))) { in php_curl_option_url()
211 if (uri->scheme && !strncasecmp("file", uri->scheme, sizeof("file"))) { in php_curl_option_url()
213 php_url_free(uri); in php_curl_option_url()
216 php_url_free(uri); in php_curl_option_url()
/PHP-7.2/ext/pdo/
H A Dpdo_dbh.c181 static char *dsn_from_uri(char *uri, char *buf, size_t buflen) /* {{{ */ in dsn_from_uri() argument
186 stream = php_stream_open_wrapper(uri, "rb", REPORT_ERRORS, NULL); in dsn_from_uri()
/PHP-7.2/ext/xml/
H A Dxml.c1051 void _xml_startNamespaceDeclHandler(void *userData,const XML_Char *prefix, const XML_Char *uri) in _xml_startNamespaceDeclHandler() argument
1060 _xml_xmlchar_zval(uri, 0, parser->target_encoding, &args[2]); in _xml_startNamespaceDeclHandler()
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic25529 # uri
25531 >>10 pstring/l x \b, uri: "%s"
H A Dmagic私はガラスを食べられます25529 # uri
25531 >>10 pstring/l x \b, uri: "%s"

Completed in 184 milliseconds

1...<<11