Skip to content

Commit 26ea77c

Browse files
authored
Update curl_multi_info_read.phpt
1 parent 26e0df7 commit 26ea77c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/curl/tests/curl_multi_info_read.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ if (!extension_loaded('curl'))
1010
--FILE--
1111
<?php
1212
$urls = array(
13-
"it.yahoo.com/",
14-
"fr.yahoo.com/"
13+
"bugs.php.net",
14+
"pear.php.net"
1515
);
1616

1717
$mh = curl_multi_init();

0 commit comments

Comments
 (0)