Home
last modified time | relevance | path

Searched refs:URL (Results 101 – 125 of 135) sorted by relevance

123456

/PHP-7.2/ext/standard/tests/file/
H A Dfopen_variation8.phpt8 * Description: Open a file or a URL and return a file pointer
H A Dfopen_variation3.phpt8 * Description: Open a file or a URL and return a file pointer
H A Dfopen_variation10-win32.phpt18 * Description: Open a file or a URL and return a file pointer
H A Dfopen_variation11-win32.phpt17 * Description: Open a file or a URL and return a file pointer
H A Dreadfile_variation5.phpt8 * Description: Output a file or a URL
H A Dfopen_variation14.phpt13 * Description: Open a file or a URL and return a file pointer
H A Dfopen_variation15.phpt13 * Description: Open a file or a URL and return a file pointer
H A Dreadfile_variation4.phpt8 * Description: Output a file or a URL
H A D007_error.phpt10 Description: Opens file or URL.
H A Dfopen_variation4.phpt8 * Description: Open a file or a URL and return a file pointer
H A Dfopen_variation14-win32.phpt13 * Description: Open a file or a URL and return a file pointer
H A Dfopen_variation15-win32.phpt13 * Description: Open a file or a URL and return a file pointer
H A D007_basic.phpt8 Description: Opens file or URL.
/PHP-7.2/ext/standard/tests/url/
H A Dparse_url_variation_001.phpt6 * Description: Parse a URL and return its components
/PHP-7.2/Zend/
H A Dzend_extensions.c101 new_extension->URL, in zend_load_extension_handle()
/PHP-7.2/ext/dom/
H A Ddocument.c644 url = (char *) docp->URL; in dom_document_document_uri_read()
664 if (docp->URL != NULL) { in dom_document_document_uri_write()
665 xmlFree((xmlChar *) docp->URL); in dom_document_document_uri_write()
670 docp->URL = xmlStrdup((const xmlChar *) ZSTR_VAL(str)); in dom_document_document_uri_write()
1457 if (ret && ret->URL == NULL && ctxt->directory != NULL) { in dom_document_parser()
1458 ret->URL = xmlStrdup((xmlChar *) ctxt->directory); in dom_document_parser()
/PHP-7.2/
H A Dphp.ini-development237 ; URL rewriter function rewrites URL on the fly by using
246 ; URL rewriter will not rewrites absolute URL nor form by default. To enable
247 ; absolute URL rewrite, allowed hosts must be defined at RUNTIME.
551 ; and change docref_root to the base URL of your local copy including the
1473 ; - User may send URL contains active session ID
1475 ; - URL that contains active session ID may be stored
1478 ; always using URL stored in browser's history or bookmarks.
1491 ; The URL rewriter will look for URLs in a defined set of HTML tags.
1494 ; to URLs. <form> tag's action attribute URL will not be modified
1503 ; URL rewriter does not rewrite absolute URLs by default.
[all …]
H A Dphp.ini-production237 ; URL rewriter function rewrites URL on the fly by using
246 ; URL rewriter will not rewrites absolute URL nor form by default. To enable
247 ; absolute URL rewrite, allowed hosts must be defined at RUNTIME.
553 ; and change docref_root to the base URL of your local copy including the
1475 ; - User may send URL contains active session ID
1477 ; - URL that contains active session ID may be stored
1480 ; always using URL stored in browser's history or bookmarks.
1493 ; The URL rewriter will look for URLs in a defined set of HTML tags.
1496 ; to URLs. <form> tag's action attribute URL will not be modified
1505 ; URL rewriter does not rewrite absolute URLs by default.
[all …]
H A Dserver-tests.php263 function HTTPRequest($URL, $headers=array(), $options=array(), $postdata=NULL) argument
265 $this->urlparts = @parse_url($URL);
266 $this->url = $URL;
H A DREADME.STREAMS63 file/URL, use this option to arrange for the stream
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic4089 # URL: http://www.garmin.com/
4931 # URL: http://www.power-tab.net/
15663 # URL: http://criu.org
15780 # URL: http://www.lua.org/
16694 # URL: http://www.mathsoft.com/
17314 # URL: http://www.mozilla.org/
19581 >17 search/100 URL= (URL=<
19584 # OS/2 URL objects
19921 # URL: http://www.lua.org/
21053 # URL: https://publicsuffix.org
[all …]
H A Dmagic私はガラスを食べられます4089 # URL: http://www.garmin.com/
4931 # URL: http://www.power-tab.net/
15663 # URL: http://criu.org
15780 # URL: http://www.lua.org/
16694 # URL: http://www.mathsoft.com/
17314 # URL: http://www.mozilla.org/
19581 >17 search/100 URL= (URL=<
19584 # OS/2 URL objects
19921 # URL: http://www.lua.org/
21053 # URL: https://publicsuffix.org
[all …]
/PHP-7.2/ext/xsl/
H A Dxsltprocessor.c421 xmlNodeSetBase((xmlNodePtr) newdoc, (xmlChar *)doc->URL); in PHP_FUNCTION()
/PHP-7.2/ext/soap/
H A Dphp_schema.c200 uri = xmlBuildURI(location->children->content, trav->doc->URL); in load_schema()
220 uri = xmlBuildURI(location->children->content, trav->doc->URL); in load_schema()
248 uri = xmlBuildURI(location->children->content, trav->doc->URL); in load_schema()
/PHP-7.2/ext/session/tests/
H A Dsession_basic3.phpt105 // Should add session ID to relative URL only for SECURITY

Completed in 157 milliseconds

123456