Merge branch 'v2.6.x'
[m6w6/ext-http] / tests / gh-issue47.phpt
index 1a09b8d3579dca58b2c05b4211f6c4ce48791ada..29205ecf16f0a8b763da910c8c36bf490ec50707 100644 (file)
@@ -8,10 +8,10 @@ include "skipif.inc";
 <?php
 echo "Test\n";
 
-$urls = [
+$urls = array(
     "",
     "? = ="
-];
+);
 
 $url0=new http\Url($urls[0], null, http\Url::FROM_ENV);
 $url1=$url0->mod($urls[1]);