Skip to content

Commit 443f5dd

Browse files
committed
Fix unsupported short hand array for PHP 5.3
1 parent fd834a8 commit 443f5dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/multi_curl_get_load_test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
use \Curl\MultiCurl;
55

66
$server_count = 10;
7-
$urls = [];
7+
$urls = array();
88
$port = 8000;
99
for ($i = 0; $i < $server_count; $i++) {
1010
$port += 1;

0 commit comments

Comments
 (0)