5.3 compatibility
[m6w6/ext-http] / tests / gh-issue47.phpt
index 6956588cf077d0bcdb7351f94a74198b70899393..3378b628f3382ad4912af6cb13fd2ff0d7db254a 100644 (file)
@@ -8,10 +8,10 @@ include "skipif.inc";
 <?php
 echo "Test\n";
 
-$urls = [
+$urls = array(
     "",
     "? = ="
-];
+);
 
 $url0=new http\Url($urls[0]);
 $url1=$url0->mod($urls[1]);