We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4833b84 commit 3af76b2Copy full SHA for 3af76b2
ext/curl/tests/curl_basic_009.phpt
@@ -7,7 +7,7 @@ curl
7
--FILE--
8
<?php
9
10
-$url = substr(uniqid(),0,7)."://www.".uniqid().".".uniqid();
+$url = substr(uniqid(),0,7)."://www.example.com";
11
$ch = curl_init();
12
curl_setopt($ch, CURLOPT_URL, $url);
13
0 commit comments