| /PHP_5_3/ |
| H A D | server-tests.php | 1248 $uri = $this->conf['TEST_BASE_SCRIPT_NAME'].str_replace($this->conf['TEST_BASE_PATH'], '', $tmp_file); variable 1249 $uri = str_replace('\\', '/', $uri); variable 1306 $url .= $uri;
|
| /PHP_5_3/ext/dom/ |
| H A D | document.c | 1235 char *uri, *name, *value = NULL; local 1240 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os!s|s", &id, dom_document_class_entry, &uri, &uri_len, &name, &name_len, &value, &value_len) == FAILURE) { 1251 if (nodep != NULL && uri != NULL) { 1252 nsptr = xmlSearchNsByHref (nodep->doc, nodep, uri); 1254 nsptr = dom_get_ns(nodep, uri, &errorcode, prefix); 1298 char *uri, *name; local 1303 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os!s", &id, dom_document_class_entry, &uri, &uri_len, &name, &name_len) == FAILURE) { 1316 nsptr = xmlSearchNsByHref (nodep->doc, root, uri); 1318 nsptr = dom_get_ns(root, uri, &errorcode, prefix); 1362 char *uri, *nam local 1499 xmlURI *uri; local [all...] |
| H A D | domimplementation.c | 99 xmlURIPtr uri; local 115 uri = xmlParseURI(name); 116 if (uri != NULL && uri->opaque != NULL) { 117 localname = xmlStrdup(uri->opaque); 120 xmlFreeURI(uri); 132 if (uri) { 133 xmlFreeURI(uri); 160 char *uri = NULL, *name = NULL; local 164 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|ssO", &uri, [all...] |
| H A D | element.c | 118 ZEND_ARG_INFO(0, uri) 153 /* {{{ proto void DOMElement::__construct(string name, [string value], [string uri]); */ 160 char *name, *value = NULL, *uri = NULL; local 168 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os|s!s", &id, dom_element_class_entry, &name, &name_len, &value, &value_len, &uri, &uri_len) == FAILURE) { 180 /* Namespace logic is seperate and only when uri passed in to insure no BC breakage */ 185 if (nodep != NULL && uri != NULL) { 186 nsptr = dom_get_ns(nodep, uri, &errorcode, prefix); 202 /* If you don't pass a namespace uri, then you can't set a prefix */ 668 char *uri, *name; local 671 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os!s", &id, dom_element_class_entry, &uri, 748 char *uri, *name, *value; local 877 char *name, *uri; local 933 char *uri, *name; local 1035 char *uri, *name; local 1092 char *uri, *name; local 1185 char *uri, *name; local [all...] |
| H A D | namednodemap.c | 265 char *uri, *named; local 271 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os!s", &id, dom_namednodemap_class_entry, &uri, &urilen, &named, &namedlen) == FAILURE) { 295 itemnode = (xmlNodePtr)xmlHasNsProp(nodep, named, uri);
|
| H A D | node.c | 120 ZEND_ARG_INFO(0, uri) 1602 char *uri; local 1604 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_node_class_entry, &uri, &uri_len) == FAILURE) { 1630 if (lookupp != NULL && (nsptr = xmlSearchNsByHref(lookupp->doc, lookupp, uri))) { 1652 char *uri; local 1654 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_node_class_entry, &uri, &uri_len) == FAILURE) { 1665 if (nsptr && xmlStrEqual(nsptr->href, uri)) { 1934 /* {{{ proto int DOMNode::C14NFile(string uri [, bool exclusive [, bool with_comments [, array xpath [, array ns_prefixes]]]])
|
| H A D | php_dom.c | 846 dom_register_prop_handler(&dom_domlocator_prop_handlers, "uri", dom_domlocator_uri_read, NULL TSRMLS_CC); 1624 /* {{{ xmlNsPtr dom_get_ns(xmlNodePtr nodep, char *uri, int *errorcode, char *prefix) */ 1625 xmlNsPtr dom_get_ns(xmlNodePtr nodep, char *uri, int *errorcode, char *prefix) { argument 1630 if (! ((prefix && !strcmp (prefix, "xml") && strcmp(uri, (char *)XML_XML_NAMESPACE)) || 1631 (prefix && !strcmp (prefix, "xmlns") && strcmp(uri, (char *)DOM_XMLNS_NAMESPACE)) || 1632 (prefix && !strcmp(uri, (char *)DOM_XMLNS_NAMESPACE) && strcmp (prefix, "xmlns")))) { 1633 nsptr = xmlNewNs(nodep, (xmlChar *)uri, (xmlChar *)prefix);
|
| /PHP_5_3/ext/pdo/ |
| H A D | pdo_dbh.c | 185 static char *dsn_from_uri(char *uri, char *buf, size_t buflen TSRMLS_DC) /* {{{ */ argument 190 stream = php_stream_open_wrapper(uri, "rb", ENFORCE_SAFE_MODE|REPORT_ERRORS, NULL); 246 if (!strncmp(data_source, "uri:", sizeof("uri:")-1)) { 248 data_source = dsn_from_uri(data_source + sizeof("uri:")-1, alt_dsn, sizeof(alt_dsn) TSRMLS_CC);
|
| /PHP_5_3/ext/soap/ |
| H A D | php_schema.c | 23 #include "libxml/uri.h" 196 xmlChar *uri; local 200 uri = xmlBuildURI(location->children->content, trav->doc->URL); 202 uri = xmlBuildURI(location->children->content, base); 205 schema_load_file(ctx, NULL, uri, tns, 0 TSRMLS_CC); 206 xmlFree(uri); 216 xmlChar *uri; local 220 uri = xmlBuildURI(location->children->content, trav->doc->URL); 222 uri = xmlBuildURI(location->children->content, base); 225 schema_load_file(ctx, NULL, uri, tn 232 xmlChar *uri = NULL; local [all...] |
| H A D | php_sdl.c | 24 #include "libxml/uri.h" 229 void sdl_set_uri_credentials(sdlCtx *ctx, char *uri TSRMLS_DC) 241 s = strstr((char*)uri, "://"); 244 l2 = s ? (s - (char*)uri) : strlen((char*)uri); 255 uri[4] == ':' && 256 uri[l2-3] == ':' && 257 uri[l2-2] == '8' && 258 uri[l2-1] == '0') { 271 uri[ 390 xmlChar *uri; local 1533 get_sdl_from_cache(const char *fn, const char *uri, time_t t, time_t *cached TSRMLS_DC) argument 2110 add_sdl_to_cache(const char *fn, const char *uri, time_t t, sdlPtr sdl TSRMLS_DC) argument 3188 get_sdl(zval *this_ptr, char *uri, long cache_wsdl TSRMLS_DC) argument 3217 zend_hash_del(&EG(persistent_list), uri, uri_len+1); local [all...] |
| H A D | php_soap.h | 104 char *uri; member in struct:_soapService
|
| H A D | soap.c | 63 static xmlDocPtr serialize_response_call(sdlFunctionPtr function, char *function_name,char *uri,zval *ret, soapHeader *headers, int version TSRMLS_DC); 64 static xmlDocPtr serialize_function_call(zval *this_ptr, sdlFunctionPtr function, char *function_name, char *uri, zval **arguments, int arg_count, int version, HashTable *soap_headers TSRMLS_DC); 1254 if (zend_hash_find(ht, "uri", sizeof("uri"), (void**)&tmp) == SUCCESS && 1256 service->uri = estrndup(Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp)); 1258 php_error_docref(NULL TSRMLS_CC, E_ERROR, "'uri' option is required in nonWSDL mode"); 1309 php_error_docref(NULL TSRMLS_CC, E_ERROR, "'uri' option is required in nonWSDL mode"); 1320 if (service->uri == NULL) { 1322 service->uri = estrdup(service->sdl->target_ns); 1325 service->uri 2924 zval **uri; local 3020 char *function, *location=NULL, *soap_action = NULL, *uri = NULL; local 3894 serialize_response_call2(xmlNodePtr body, sdlFunctionPtr function, char *function_name, char *uri, zval *ret, int version, int main TSRMLS_DC) argument 3997 serialize_response_call(sdlFunctionPtr function, char *function_name, char *uri, zval *ret, soapHeader* headers, int version TSRMLS_DC) argument 4351 serialize_function_call(zval *this_ptr, sdlFunctionPtr function, char *function_name, char *uri, zval **arguments, int arg_count, int version, HashTable *soap_headers TSRMLS_DC) argument [all...] |
| /PHP_5_3/ext/xml/ |
| H A D | xml.c | 1219 void _xml_startNamespaceDeclHandler(void *userData,const XML_Char *prefix, const XML_Char *uri) argument 1228 args[2] = _xml_xmlchar_zval(uri, 0, parser->target_encoding);
|
| /PHP_5_3/ext/xmlreader/ |
| H A D | php_xmlreader.c | 33 #include <libxml/uri.h> 230 xmlURI *uri; local 235 uri = xmlCreateURI(); 237 xmlParseURIReference(uri, (const char *)escsource); 240 if (uri->scheme != NULL) { 261 if ((uri->scheme == NULL || isFileUri)) { 263 xmlFreeURI(uri); 269 xmlFreeURI(uri); 1053 char *source, *uri = NULL, *encoding = NULL; local 1092 uri [all...] |
| /PHP_5_3/ext/xmlwriter/ |
| H A D | php_xmlwriter.c | 184 ZEND_ARG_INFO(0, uri) 218 ZEND_ARG_INFO(0, uri) 224 ZEND_ARG_INFO(0, uri) 231 ZEND_ARG_INFO(0, uri) 238 ZEND_ARG_INFO(0, uri) 266 ZEND_ARG_INFO(0, uri) 272 ZEND_ARG_INFO(0, uri) 290 ZEND_ARG_INFO(0, uri) 297 ZEND_ARG_INFO(0, uri) 605 xmlURI *uri; local 894 char *name, *prefix, *uri; local 983 char *name, *prefix, *uri, *content; local 1036 char *name, *prefix, *uri; local 1151 char *name, *prefix, *uri, *content = NULL; local [all...] |
| /PHP_5_3/ext/xsl/ |
| H A D | xsltprocessor.c | 41 ZEND_ARG_INFO(0, uri) 670 /* {{{ proto int xsl_xsltprocessor_transform_to_uri(domdocument doc, string uri); 678 char *uri; local 685 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "os", &docp, &uri, &uri_len) == FAILURE) { 693 if (strlen(uri) != uri_len) { 697 ret = xsltSaveResultToFilename(uri, newdocp, sheetp, 0);
|
| /PHP_5_3/sapi/continuity/ |
| H A D | capi.c | 241 value = lstFset_get(rc->t->vars, "uri"); 415 char *uri = lstFset_get(NSG(t->vars), "uri"); local 423 SG(request_info).request_uri = capi_strdup(uri);
|
| /PHP_5_3/sapi/nsapi/ |
| H A D | nsapi.c | 117 { "PHP_SELF", "uri" }, 173 ZEND_ARG_INFO(0, uri) 325 /* {{{ proto bool nsapi_virtual(string uri) 335 char *uri,*value; local 339 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &uri, &uri_len) == FAILURE) { 344 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to include uri '%s' - Sub-requests not supported on this platform", uri); 347 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to include uri '%s' - Sub-requests do not work with zlib.output_compression", uri); 355 if ((rq = request_restart_internal(uri, NUL 973 char *uri = pblock_findval("uri", rq->reqpb); local [all...] |
| /PHP_5_3/ext/libxml/ |
| H A D | libxml.c | 41 #include <libxml/uri.h> 278 xmlURI *uri; local 282 uri = xmlParseURI((xmlChar *)filename); 283 if (uri && (uri->scheme == NULL || (xmlStrncmp(uri->scheme, "file", 4) == 0))) { 290 if (uri) { 291 xmlFreeURI(uri);
|