1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 18:22:42 +01:00

Update curl_multi_info_read.phpt

This commit is contained in:
marcosptf
2016-10-26 13:01:30 -02:00
committed by GitHub
parent 26e0df7dc0
commit 26ea77c8f8

View File

@@ -10,8 +10,8 @@ if (!extension_loaded('curl'))
--FILE--
<?php
$urls = array(
"it.yahoo.com/",
"fr.yahoo.com/"
"bugs.php.net",
"pear.php.net"
);
$mh = curl_multi_init();