Searched refs:URL (Results 1 – 25 of 62) sorted by relevance
123
2 Document URI/URL10 var_dump($dom->URL);13 $dom->URL = NULL;15 var_dump($dom->URL);20 $dom->URL = "";22 var_dump($dom->URL);24 $dom->URL = "http://example.com/";26 var_dump($dom->URL);32 Cannot assign null to property Dom\Document::$URL of type string
2 Phar object passed URL26 Cannot create a phar archive from a URL like "http://should.fail.com". Phar objects can only be cre…27 Cannot create a phar archive from a URL like "http://". Phar objects can only be created from local…
55 '%s' is not a valid phar archive URL (must have at least phar://filename.phar)
2 Test parse_url() function : check values of URL related constants6 * check values of URL related constants
2 Test parse_url() function: Checks relative URL schemes (e.g. "//example.com")
43 parse_url(): Argument #2 ($component) must be a valid URL component identifier, 99 given
25 // Fake URL to trigger an error28 echo "== Testing curl_error with a fake URL ==\n";40 == Testing curl_error with a fake URL ==
23 string(%d) "No URL set%A"
15 // set URL and other appropriate options
13 // The URL to POST to
23 //SET URL AND OTHER OPTIONS
29 #ifndef URL30 #define URL "https://www.php.net/"75 VALUE "URL", URL
203 if (mode == DOM_LOAD_FILE && lxml_doc->URL != NULL) { in load_from_helper()204 if (!php_is_stream_path((char *) lxml_doc->URL)) { in load_from_helper()206 if (strncmp((const char *) lxml_doc->URL, "file:/", sizeof("file:/") - 1) != 0) { in load_from_helper()213 xmlChar *new_buffer = xmlStrcat(buffer, lxml_doc->URL); in load_from_helper()215 xmlFree(BAD_CAST lxml_doc->URL); in load_from_helper()216 lxml_doc->URL = new_buffer; in load_from_helper()223 lxml_doc->URL = php_dom_libxml_fix_file_path(BAD_CAST lxml_doc->URL); in load_from_helper()
20 URL=https://downloads.mysql.com/archives/get/p/23/file/$LIBMYSQL21 wget -nv $URL
28 echo "Set documentURI to a URL, reading again:\n";37 Set documentURI to a URL, reading again:
2 Bug #51338 (URL-Rewriter should not get enabled if use_only_cookies is set to 1)
110 if (ret->URL == NULL && ctxt->directory != NULL) { in soap_xmlParseFile()111 ret->URL = xmlCharStrdup(ctxt->directory); in soap_xmlParseFile()161 if (ret->URL == NULL && ctxt->directory != NULL) { in soap_xmlParseMemory()162 ret->URL = xmlCharStrdup(ctxt->directory); in soap_xmlParseMemory()
54 Warning: fopen(data://): Failed to open stream: rfc2397: no comma in URL in %sstream_rfc2397_002.ph…73 Warning: fopen(data://;base64): Failed to open stream: rfc2397: no comma in URL in %sstream_rfc2397…144 Warning: fopen(data://text/plain;foo=bar;bar=baz): Failed to open stream: rfc2397: no comma in URL …
13 Warning: fopen(): Invalid php:// URL specified in %s on line %d
24 ["URL"]=>
27 ["URL"]=>
2 Bug #65538: SSL context "cafile" disallows URL stream wrappers
29 ["URL"]=>
Completed in 21 milliseconds