Home
last modified time | relevance | path

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

123456

/PHP-5.5/
H A DINSTALL1190 default, loading local files in the browser will have an URL like
1889 + Then fetch the URL causing the problem with your browser
2103 to choose PHP files from URL with no extension. In this case,
H A DNEWS1747 . Fixed Bug #65084 (imagecreatefromjpeg fails with URL). (Remi)
5094 - Fixed bug #51338 (URL-Rewriter is still enabled if use_only_cookies is
7018 - Fixed bug #43092 (curl_copy_handle() crashes with > 32 chars long URL). (Jani)
8142 URL components. (Ilia)
8329 - Fixed bug #38661 (mixed-case URL breaks url-wrappers). (Ilia)
10080 - Fixed bug #29945 (simplexml_load_file URL limitation 255 char). (Rob)
H A DREADME.STREAMS63 file/URL, use this option to arrange for the stream
/PHP-5.5/Zend/
H A Dzend_extensions.c89 new_extension->URL, in zend_load_extension()
H A Dzend_extensions.h63 char *URL; member
/PHP-5.5/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-5.5/ext/dom/
H A Ddocument.c838 url = (char *) docp->URL; in dom_document_document_uri_read()
860 if (docp->URL != NULL) { in dom_document_document_uri_write()
861 xmlFree((xmlChar *) docp->URL); in dom_document_document_uri_write()
873 docp->URL = xmlStrdup((const xmlChar *) Z_STRVAL_P(newval)); in dom_document_document_uri_write()
1657 if (ret && ret->URL == NULL && ctxt->directory != NULL) { in dom_document_parser()
1658 ret->URL = xmlStrdup(ctxt->directory); in dom_document_parser()
/PHP-5.5/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-5.5/ext/fileinfo/tests/
H A Dmagic3641 # URL: http://www.power-tab.net/
11554 # URL: http://www.lua.org/
12383 # URL: http://www.mathsoft.com/
12829 # URL: http://www.mozilla.org/
14430 >24 search/1 >\ (URL=<%s>)
14432 # OS/2 URL objects
14713 # URL: http://www.lua.org/
15240 # URL: http://www.bazaar-vcs.org/
15611 # URL: http://www.ruby-lang.org/
16163 # URL: http://www.sisudoc.org/
[all …]
/PHP-5.5/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-5.5/ext/imap/tests/
H A Dimap_savebody_basic.phpt25 //with URL
/PHP-5.5/ext/libxml/
H A Dlibxml.c568 static xmlParserInputPtr _php_libxml_external_entity_loader(const char *URL, in _php_libxml_external_entity_loader() argument
586 return _php_libxml_default_entity_loader(URL, ID, context); in _php_libxml_external_entity_loader()
594 if (URL != NULL) { in _php_libxml_external_entity_loader()
595 ZVAL_STRING(system, URL, 1); in _php_libxml_external_entity_loader()
693 static xmlParserInputPtr _php_libxml_pre_ext_ent_loader(const char *URL, in _php_libxml_pre_ext_ent_loader() argument
708 return _php_libxml_external_entity_loader(URL, ID, context); in _php_libxml_pre_ext_ent_loader()
710 return _php_libxml_default_entity_loader(URL, ID, context); in _php_libxml_pre_ext_ent_loader()
/PHP-5.5/ext/mbstring/
H A DREADME_PHP3-i18n-ja382 PHP scripts to URL encoding, BASE64 or Quoted-Printable, encoding
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY484 2006/01/25: [dist] update URL in index.html.
796 2004/11/29: [dist] change Oniguruma Home Page URL.
/PHP-5.5/ext/phar/phar/
H A Dpharcommand.inc794 * @return string Arguments in URL format.
/PHP-5.5/ext/phar/tests/
H A Dphar_construct_invalidurl.phpt2 Phar object passed URL
27 Cannot create a phar archive from a URL like "http://should.fail.com". Phar objects can only be cre…
28 Cannot create a phar archive from a URL like "http://". Phar objects can only be created from local…

Completed in 160 milliseconds

123456