Re: [PHP-DOC] Re: Another array.xml doc error? From: Marco Cucinato (marco <email protected>)
Date: 08/15/01

> If you tested it, and you're sure, just change it. If you were mistaken,
> you'll notice automatically :-)

Now I've got a problem... I just compiled 4.0.6 on my MDK8.0, and the
results are different again:

array_unique(array(4,"3",3,"4",4,4))

the manual: array (3,3,4,4)
4.0.4pl1 : array (4,"3",3,"4")
4.0.6 : array (4,"3")

Which should I put on the manual? Can somebody else check these
results?

--
Marco Cucinato