On Thu, Jul 23, 2009 at 17:34, Moacir de
Oliveira<moacirdeoliveira....@gmail.com> wrote:
> Patch for the bugs:
>
> http://bugs.php.net/bug.php?id=49006
> http://bugs.php.net/bug.php?id=49005
>

-                "initializer" => "");
+                "initializer" => "",
+                "reference" => false);
         }
Could you end the array with comma, and have the parentheses on its own line?
I.e.

"initializer" => "",
"reference" => false,
);

I don't know the man format, but I assume you have tested this? :)

-Hannes

Reply via email to