Home
last modified time | relevance | path

Searched refs:URL (Results 1 – 25 of 63) sorted by relevance

123

/php-src/ext/dom/tests/modern/spec/
H A DdocumentURI_URL.phpt2 Document URI/URL
10 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
/php-src/ext/dom/
H A Dxml_document.c199 if (mode == DOM_LOAD_FILE && lxml_doc->URL != NULL) { in load_from_helper()
200 if (!php_is_stream_path((char *) lxml_doc->URL)) { in load_from_helper()
202 if (strncmp((const char *) lxml_doc->URL, "file:/", sizeof("file:/") - 1) != 0) { in load_from_helper()
209 xmlChar *new_buffer = xmlStrcat(buffer, lxml_doc->URL); in load_from_helper()
211 xmlFree(BAD_CAST lxml_doc->URL); in load_from_helper()
212 lxml_doc->URL = new_buffer; in load_from_helper()
219 lxml_doc->URL = php_dom_libxml_fix_file_path(BAD_CAST lxml_doc->URL); in load_from_helper()
/php-src/ext/phar/tests/
H A Dphar_construct_invalidurl.phpt2 Phar object passed URL
26 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…
H A Dpharfileinfo_construct.phpt55 '%s' is not a valid phar archive URL (must have at least phar://filename.phar)
/php-src/ext/standard/tests/url/
H A Dparse_url_basic_010.phpt2 Test parse_url() function : check values of URL related constants
6 * check values of URL related constants
H A Dparse_url_relative_scheme.phpt2 Test parse_url() function: Checks relative URL schemes (e.g. "//example.com")
H A Dparse_url_error_002.phpt43 parse_url(): Argument #2 ($component) must be a valid URL component identifier, 99 given
/php-src/ext/curl/tests/
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_basic_007.phpt23 string(%d) "No URL set%A"
H A Dcurl_copy_handle_basic.phpt15 // set URL and other appropriate options
H A Dcurl_copy_handle_variation1.phpt15 // set URL and other appropriate options
H A Dcurl_CURLOPT_READDATA.phpt13 // The URL to POST to
H A Dcurl_multi_getcontent_basic3.phpt16 //SET URL AND OTHER OPTIONS
/php-src/win32/build/
H A Dtemplate.rc29 #ifndef URL
30 #define URL "https://www.php.net/"
75 VALUE "URL", URL
/php-src/.github/actions/build-libmysqlclient/
H A Daction.yml21 URL=https://cdn.mysql.com/Downloads/MySQL-${MYSQL_VERSION%.*}/$LIBMYSQL
22 wget -nv $URL
/php-src/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-src/ext/session/tests/
H A Dbug51338.phpt2 Bug #51338 (URL-Rewriter should not get enabled if use_only_cookies is set to 1)
/php-src/ext/soap/
H A Dphp_xml.c107 if (ret->URL == NULL && ctxt->directory != NULL) { in soap_xmlParseFile()
108 ret->URL = xmlCharStrdup(ctxt->directory); in soap_xmlParseFile()
155 if (ret->URL == NULL && ctxt->directory != NULL) { in soap_xmlParseMemory()
156 ret->URL = xmlCharStrdup(ctxt->directory); in soap_xmlParseMemory()
/php-src/ext/standard/tests/file/
H A Dstream_rfc2397_002.phpt54 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
H A Dphp_fd_wrapper_03.phpt13 Warning: fopen(): Invalid php:// URL specified in %s on line %d
/php-src/ext/dom/tests/modern/xml/
H A DXMLDocument_debug.phpt24 ["URL"]=>
H A DXMLDocument_fromEmptyDocument_02.phpt24 ["URL"]=>
H A DXMLDocument_node_ownerDocument_for_XML.phpt27 ["URL"]=>
/php-src/ext/openssl/tests/
H A Dbug65538_002.phpt2 Bug #65538: SSL context "cafile" disallows URL stream wrappers
/php-src/ext/dom/tests/modern/html/interactions/
H A DHTMLDocument_should_retain_properties_and_owner_01.phpt29 ["URL"]=>

Completed in 59 milliseconds

123