Home
last modified time | relevance | path

Searched refs:URL (Results 26 – 50 of 63) sorted by relevance

123

/php-src/ext/dom/tests/modern/html/interactions/
H A DHTMLDocument_should_retain_properties_and_owner_02.phpt29 ["URL"]=>
/php-src/ext/standard/tests/general_functions/
H A Durl_rewriting_basic1.phpt2 Test session and output_add_rewrite_var() URL-Rewriting independently
62 echo "URL-Rewriting with output_add_rewrite_var() without transparent session id support\n";
80 URL-Rewriting with output_add_rewrite_var() without transparent session id support
118 URL-Rewriting with transparent session id support without output_add_rewrite_var()
H A Durl_rewriting_basic3.phpt2 Test session URL-Rewriting with and without nested output_add_rewrite_var()
63 echo "URL-Rewriting with transparent session id support without output_add_rewrite_var()\n";
84 URL-Rewriting with transparent session id support without output_add_rewrite_var()
122 URL-Rewriting with transparent session id support and output_add_rewrite_var()
160 URL-Rewriting with transparent session id support without output_add_rewrite_var()
H A Dparse_ini_string_001.phpt26 URL = http://www.php.net
220 [URL] => http://www.php.net
339 [URL] => http://www.php.net
H A Durl_rewriting_basic2.phpt2 Test output_add_rewrite_var() with and without nested session URL-Rewriting
62 echo "URL-Rewriting with output_add_rewrite_var() without transparent session id support\n";
91 URL-Rewriting with output_add_rewrite_var() without transparent session id support
129 URL-Rewriting with transparent session id support without output_add_rewrite_var()
167 URL-Rewriting with output_add_rewrite_var() without transparent session id support
/php-src/ext/libxml/
H A Dlibxml.c690 static xmlParserInputPtr _php_libxml_external_entity_loader(const char *URL, in _php_libxml_external_entity_loader() argument
700 return _php_libxml_default_entity_loader(URL, ID, context); in _php_libxml_external_entity_loader()
708 if (URL != NULL) { in _php_libxml_external_entity_loader()
709 ZVAL_STRING(&params[1], URL); in _php_libxml_external_entity_loader()
799 static xmlParserInputPtr _php_libxml_pre_ext_ent_loader(const char *URL, in _php_libxml_pre_ext_ent_loader() argument
813 return _php_libxml_external_entity_loader(URL, ID, context); in _php_libxml_pre_ext_ent_loader()
815 return _php_libxml_default_entity_loader(URL, ID, context); in _php_libxml_pre_ext_ent_loader()
/php-src/Zend/
H A Dzend_extensions.h81 const char *URL; member
H A Dzend_extensions.c107 new_extension->URL, in zend_load_extension_handle()
/php-src/ext/dom/tests/modern/spec/
H A DDocument_implementation_createDocument.phpt51 ["URL"]=>
/php-src/ext/standard/tests/file/
H A Dparse_ini_file.phpt28 URL = http://www.php.net
230 [URL] => http://www.php.net
349 [URL] => http://www.php.net
H A D007_variation15.phpt8 Description: Opens file or URL.
/php-src/ext/standard/tests/url/
H A Dparse_url_basic_004.phpt2 Test parse_url() function: Parse a load of URLs without specifying PHP_URL_PORT as the URL component
6 * Parse a load of URLs without specifying PHP_URL_PORT as the URL component
H A Dparse_url_basic_006.phpt2 Test parse_url() function: Parse a load of URLs without specifying PHP_URL_PASS as the URL component
6 * Parse a load of URLs without specifying PHP_URL_PASS as the URL component
H A Dparse_url_basic_002.phpt2 Test parse_url() function: Parse a load of URLs without specifying PHP_URL_SCHEME as the URL compon…
6 * Parse a load of URLs without specifying PHP_URL_SCHEME as the URL component
H A Dparse_url_basic_005.phpt2 Test parse_url() function: Parse a load of URLs without specifying PHP_URL_USER as the URL component
6 * Parse a load of URLs without specifying PHP_URL_USER as the URL component
H A Dparse_url_basic_008.phpt2 Test parse_url() function: Parse a load of URLs without specifying PHP_URL_QUERY as the URL compone…
6 * Parse a load of URLs without specifying PHP_URL_QUERY as the URL component
H A Dparse_url_basic_009.phpt2 Test parse_url() function: Parse a load of URLs without specifying PHP_URL_FRAGMENT as the URL comp…
6 * Parse a load of URLs without specifying PHP_URL_FRAGMENT as the URL component
H A Dparse_url_basic_003.phpt2 Test parse_url() function: Parse a load of URLs without specifying PHP_URL_HOST as the URL component
6 * Parse a load of URLs without specifying PHP_URL_HOST as the URL component
H A Dparse_url_basic_007.phpt2 Test parse_url() function: Parse a load of URLs without specifying PHP_URL_PATH as the URL component
6 * Parse a load of URLs without specifying PHP_URL_PATH as the URL component
/php-src/ext/standard/
H A Durl_scanner_ex.re228 * When URL does not have path and query string add "/?".
229 * i.e. If URL is only "?foo=bar", should not add "/?".
232 /* URL is http://php.net or like */
388 return SUCCESS; /* empty URL is valid */
396 A bit hacky check this here, but saves a URL parse. */
751 php_output_start_internal(ZEND_STRL("URL-Rewriter"), handler, 0, PHP_OUTPUT_HANDLER_STDFLAGS);
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます4700 # URL: https://www.acronis.com/
8077 # URL: https://clojure.org/
16045 # URL: https://www.avira.com/
24024 # URL: https://criu.org
24200 # URL: https://www.lua.org/
29890 # URL: https://nim-lang.org/
30801 >17 search/100 URL= (URL=<
30804 # OS/2 URL objects
30974 >0x186 string x \b, URL %s
31277 # URL: https://www.lua.org/
[all …]
H A Dmagic4700 # URL: https://www.acronis.com/
8077 # URL: https://clojure.org/
16045 # URL: https://www.avira.com/
24024 # URL: https://criu.org
24200 # URL: https://www.lua.org/
29890 # URL: https://nim-lang.org/
30801 >17 search/100 URL= (URL=<
30804 # OS/2 URL objects
30974 >0x186 string x \b, URL %s
31277 # URL: https://www.lua.org/
[all …]
/php-src/ext/dom/
H A Ddocument.c379 const char *url = (const char *) docp->URL; in dom_document_document_uri_read()
400 if (docp->URL != NULL) { in dom_document_document_uri_write()
401 xmlFree(BAD_CAST docp->URL); in dom_document_document_uri_write()
404 docp->URL = xmlStrdup((const xmlChar *) ZSTR_VAL(str)); in dom_document_document_uri_write()
1422 if (ret && ret->URL == NULL && ctxt->directory != NULL) { in dom_document_parser()
1423 ret->URL = xmlStrdup(BAD_CAST ctxt->directory); in dom_document_parser()
H A Dhtml_document.c1116 lxml_doc->URL = new_buffer; in PHP_METHOD()
1121 lxml_doc->URL = converted; in PHP_METHOD()
1124 lxml_doc->URL = xmlStrdup((const xmlChar *) filename); in PHP_METHOD()
/php-src/
H A Dphp.ini-development253 ; URL rewriter function rewrites URL on the fly by using
262 ; URL rewriter will not rewrite absolute URL nor form by default. To enable
263 ; absolute URL rewrite, allowed hosts must be defined at RUNTIME.
575 ; and change docref_root to the base URL of your local copy including the
1416 ; - User may send URL contains active session ID
1418 ; - URL that contains active session ID may be stored
1421 ; always using URL stored in browser's history or bookmarks.
1434 ; The URL rewriter will look for URLs in a defined set of HTML tags.
1437 ; to URLs. <form> tag's action attribute URL will not be modified
1446 ; URL rewriter does not rewrite absolute URLs by default.
[all …]

Completed in 199 milliseconds

123