Home
last modified time | relevance | path

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

1...<<11

/PHP-5.4/ext/standard/tests/file/
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-5.4/ext/dom/
H A Dphp_dom.c1627 xmlNsPtr dom_get_ns(xmlNodePtr nodep, char *uri, int *errorcode, char *prefix) { in dom_get_ns() argument
1632 if (! ((prefix && !strcmp (prefix, "xml") && strcmp(uri, (char *)XML_XML_NAMESPACE)) || in dom_get_ns()
1633 (prefix && !strcmp (prefix, "xmlns") && strcmp(uri, (char *)DOM_XMLNS_NAMESPACE)) || in dom_get_ns()
1634 (prefix && !strcmp(uri, (char *)DOM_XMLNS_NAMESPACE) && strcmp (prefix, "xmlns")))) { in dom_get_ns()
1635 nsptr = xmlNewNs(nodep, (xmlChar *)uri, (xmlChar *)prefix); in dom_get_ns()
H A Dxpath.c46 ZEND_ARG_INFO(0, uri)
/PHP-5.4/ext/curl/
H A Dinterface.c184 php_url *uri; in php_curl_option_url()
186 if (!(uri = php_url_parse_ex(url, len))) { in php_curl_option_url()
191 if (uri->scheme && !strncasecmp("file", uri->scheme, sizeof("file"))) { in php_curl_option_url()
193 php_url_free(uri); in php_curl_option_url()
196 php_url_free(uri); in php_curl_option_url()
/PHP-5.4/ext/phar/
H A DTODO68 unknown, the callback should return the original request uri [Greg]
/PHP-5.4/sapi/apache_hooks/
H A Dmod_php5.c415 …php_register_variable("PHP_SELF", ((request_rec *) SG(server_context))->uri, track_vars_array TSRM… in sapi_apache_register_server_variables()
581 SG(request_info).request_uri = r->uri; in init_request_info()
/PHP-5.4/ext/xml/
H A Dxml.c1129 void _xml_startNamespaceDeclHandler(void *userData,const XML_Char *prefix, const XML_Char *uri) in _xml_startNamespaceDeclHandler() argument
1138 args[2] = _xml_xmlchar_zval(uri, 0, parser->target_encoding); in _xml_startNamespaceDeclHandler()
/PHP-5.4/ext/pdo/
H A Dpdo_dbh.c185 static char *dsn_from_uri(char *uri, char *buf, size_t buflen TSRMLS_DC) /* {{{ */ in dsn_from_uri() argument
190 stream = php_stream_open_wrapper(uri, "rb", REPORT_ERRORS, NULL); in dsn_from_uri()
/PHP-5.4/
H A DNEWS7359 - Fixed bug #37278 (SOAP not respecting uri in __soapCall). (Dmitry)
8036 - Fixed a bug where stream_get_meta_data() did not return the "uri" element
/PHP-5.4/ext/fileinfo/tests/
H A Dmagic18479 # uri
18481 >>10 pstring/l x \b, uri: "%s"

Completed in 98 milliseconds

1...<<11