Home
last modified time | relevance | path

Searched refs:url (Results 126 – 150 of 153) sorted by relevance

1234567

/PHP-5.5/
H A Drun-tests.php2577 $url = str_replace($temp_target, $temp_urlbase, $temp_filenames['file']);
2578 $tested = "<a href='$url'>$tested</a>";
2587 $url = str_replace($temp_target, $temp_urlbase, $temp_filenames['skip']);
2588 $extra = "<a href='$url'>$extra</a>";
2595 $url = str_replace($temp_target, $temp_urlbase, $temp_filenames['diff']);
2596 $diff = "<a href='$url'>diff</a>";
2602 $url = str_replace($temp_target, $temp_urlbase, $temp_filenames['mem']);
2603 $mem = "<a href='$url'>leaks</a>";
H A D.gitattributes143 /ext/standard/tests/url/rawurldecode_variation_001.phpt -crlf
H A Dphp.ini-development802 ; http://php.net/allow-url-fopen
806 ; http://php.net/allow-url-include
1548 ; http://php.net/url-rewriter.tags
H A Dphp.ini-production802 ; http://php.net/allow-url-fopen
806 ; http://php.net/allow-url-include
1548 ; http://php.net/url-rewriter.tags
/PHP-5.5/ext/standard/tests/url/
H A Drawurldecode_variation_001.phpt7 * Source code: ext/standard/url.c
H A Durldecode_variation_001.phpt7 * Source code: ext/standard/url.c
H A Durlencode_variation_001.phpt7 * Source code: ext/standard/url.c
H A Drawurlencode_variation_001.phpt7 * Source code: ext/standard/url.c
/PHP-5.5/ext/curl/
H A Dinterface.c197 static int php_curl_option_url(php_curl *ch, const char *url, const int len TSRMLS_DC) /* {{{ */ in php_curl_option_url() argument
206 if (!(uri = php_url_parse_ex(url, len))) { in php_curl_option_url()
207 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid URL '%s'", url); in php_curl_option_url()
220 return php_curl_option_str(ch, CURLOPT_URL, url, len, 0 TSRMLS_CC); in php_curl_option_url()
295 ZEND_ARG_INFO(0, url)
1955 char *url = NULL; in PHP_FUNCTION() local
1958 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|s", &url, &url_len) == FAILURE) { in PHP_FUNCTION()
1982 if (url) { in PHP_FUNCTION()
1983 if (php_curl_option_url(ch, url, url_len TSRMLS_CC) == FAILURE) { in PHP_FUNCTION()
/PHP-5.5/win32/build/
H A Dphpize.js.in9 | available through the world-wide-web at the following url: |
/PHP-5.5/sapi/aolserver/
H A Daolserver.c445 Ns_UrlToFile(&ds, server, NSG(conn->request->url)); in php_ns_request_ctor()
/PHP-5.5/ext/dom/
H A Ddocument.c828 char *url; in dom_document_document_uri_read() local
838 url = (char *) docp->URL; in dom_document_document_uri_read()
839 if (url != NULL) { in dom_document_document_uri_read()
840 ZVAL_STRING(*retval, url, 1); in dom_document_document_uri_read()
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch832 /* If we're vhosting, prepend the hostname to the url. This is
837 - (void) my_snprintf( url, sizeof(url),
842 - (void) my_snprintf( url, sizeof(url),
892 - httpd_method_str( hc->method ), url, hc->protocol,
900 - httpd_method_str( hc->method ), url, hc->protocol,
/PHP-5.5/ext/standard/tests/file/
H A Duserstreams.phpt175 $b = @fopen("bogon://url", "rb");
/PHP-5.5/ext/date/lib/
H A Dparse_iso_intervals.re9 | available through the world-wide-web at the following url: |
/PHP-5.5/ext/pdo/
H A Dpdo_sql_parser.re9 | available through the world-wide-web at the following url: |
/PHP-5.5/ext/filter/docs/
H A Dfilter.txt273 url URL string Removes all characters that can not be part of a
/PHP-5.5/ext/standard/
H A Dconfig.m4601 soundex.c string.c scanf.c syslog.c type.c uniqid.c url.c \
H A Dvar_unserializer.re9 | available through the world-wide-web at the following url: |
H A Dbasic_functions.c2598 ZEND_ARG_INFO(0, url)
2619 ZEND_ARG_INFO(0, url)
/PHP-5.5/ext/session/
H A Dsession.c1639 PHPAPI void session_adapt_url(const char *url, size_t urllen, char **new, size_t *newlen TSRMLS_DC)…
1642 *new = php_url_scanner_adapt_single_url(url, urllen, PS(session_name), PS(id), newlen TSRMLS_CC);
/PHP-5.5/ext/phar/phar/
H A Dpharcommand.inc314 * Argument type Phar url-like
325 * @param string $arg The url-like phar archive to retrieve.
/PHP-5.5/ext/ldap/
H A Dldap.c2442 int _ldap_rebind_proc(LDAP *ldap, const char *url, ber_tag_t req, ber_int_t msgid, void *params) in _ldap_rebind_proc() argument
2462 ZVAL_STRING(cb_url, estrdup(url), 0); in _ldap_rebind_proc()
/PHP-5.5/win32/
H A Dphp5dll.dsp554 SOURCE=..\ext\standard\url.c
712 SOURCE=..\ext\standard\url.h
H A Dphp5dllts.dsp1988 SOURCE=..\ext\standard\url.c
2182 SOURCE=..\ext\standard\url.h

Completed in 82 milliseconds

1234567