Home
last modified time | relevance | path

Searched refs:URL (Results 1 – 25 of 133) sorted by path

123456

/PHP-7.0/
H A DINSTALL986 default, loading local files in the browser will have an URL like
1685 + Then fetch the URL causing the problem with your browser
1899 to choose PHP files from URL with no extension. In this case,
H A DNEWS1221 . Fixed URL rewriter partially. It would not rewrite '//example.com/' URL
H A DREADME.STREAMS63 file/URL, use this option to arrange for the stream
/PHP-7.0/Zend/
H A Dzend_extensions.c88 new_extension->URL, in zend_load_extension()
H A Dzend_extensions.h65 char *URL; member
/PHP-7.0/ext/curl/tests/
H A Dcurl_CURLOPT_READDATA.phpt13 // The URL to POST to
H A Dcurl_basic_007.phpt23 %string|unicode%(%d) "No URL set!%w"
H A Dcurl_copy_handle_basic.phpt17 // set URL and other appropriate options
H A Dcurl_copy_handle_variation1.phpt17 // set URL and other appropriate options
H A Dcurl_error_basic.phpt25 // Fake URL to trigger an error
28 echo "== Testing curl_error with a fake URL ==\n";
40 == Testing curl_error with a fake URL ==
H A Dcurl_multi_getcontent_basic3.phpt16 //SET URL AND OTHER OPTIONS
H A Dcurl_multi_getcontent_error1.phpt18 //SET URL AND OTHER OPTIONS
H A Dcurl_multi_getcontent_error2.phpt18 //SET URL AND OTHER OPTIONS
H A Dcurl_multi_getcontent_error3.phpt18 //SET URL AND OTHER OPTIONS
H A Dcurl_multi_getcontent_error4.phpt18 //SET URL AND OTHER OPTIONS
/PHP-7.0/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.0/ext/dom/tests/
H A DDOMDocument_documentURI_basic.phpt28 echo "Set documentURI to a URL, reading again:\n";
37 Set documentURI to a URL, reading again:
/PHP-7.0/ext/fileinfo/tests/
H A Dmagic4092 # URL: http://www.power-tab.net/
13032 # URL: http://www.lua.org/
13873 # URL: http://www.mathsoft.com/
14384 # URL: http://www.mozilla.org/
16234 >17 search/100 URL= (URL=<
16237 # OS/2 URL objects
16574 # URL: http://www.lua.org/
17682 # URL: http://www.bazaar-vcs.org/
18104 # URL: http://www.ruby-lang.org/
18705 # URL: http://www.sisudoc.org/
[all …]
/PHP-7.0/ext/filter/docs/
H A Dfilter.txt143 validate_url URL string Validates an URL's format.
148 * SCHEME_REQUIRED: The 'schema' part of the URL
149 needs to in the passed URL.
150 * HOST_REQUIRED: The 'host' part of the URL
151 needs to in the passed URL.
152 * PATH_REQUIRED: The 'path' part of the URL
153 needs to in the passed URL.
154 * QUERY_REQUIRED: The 'query' part of the URL
155 needs to in the passed URL.
215 "a-zA-Z0-9-._" as URL encoded values.
[all …]
/PHP-7.0/ext/imap/tests/
H A Dimap_savebody_basic.phpt25 //with URL
/PHP-7.0/ext/libxml/
H A Dlibxml.c574 static xmlParserInputPtr _php_libxml_external_entity_loader(const char *URL, in _php_libxml_external_entity_loader() argument
588 return _php_libxml_default_entity_loader(URL, ID, context); in _php_libxml_external_entity_loader()
596 if (URL != NULL) { in _php_libxml_external_entity_loader()
597 ZVAL_STRING(&params[1], URL); in _php_libxml_external_entity_loader()
695 static xmlParserInputPtr _php_libxml_pre_ext_ent_loader(const char *URL, in _php_libxml_pre_ext_ent_loader() argument
709 return _php_libxml_external_entity_loader(URL, ID, context); in _php_libxml_pre_ext_ent_loader()
711 return _php_libxml_default_entity_loader(URL, ID, context); in _php_libxml_pre_ext_ent_loader()
/PHP-7.0/ext/mbstring/
H A DREADME_PHP3-i18n-ja382 PHP scripts to URL encoding, BASE64 or Quoted-Printable, encoding
/PHP-7.0/ext/mbstring/oniguruma/
H A DHISTORY508 2006/01/25: [dist] update URL in index.html.
820 2004/11/29: [dist] change Oniguruma Home Page URL.
/PHP-7.0/ext/openssl/tests/
H A Dbug65538_002.phpt2 Bug #65538: SSL context "cafile" disallows URL stream wrappers
/PHP-7.0/ext/phar/phar/
H A Dpharcommand.inc794 * @return string Arguments in URL format.

Completed in 88 milliseconds

123456