Date: 08/15/01
- Next message: Jeroen van Wolffelaar: "Re: [PHP-DOC] Re: Another array.xml doc error?"
- Previous message: stefan.priebsch <email protected>: "[PHP-DOC] Bug #12759: What's new"
- In reply to: Jeroen van Wolffelaar: "[PHP-DOC] Re: Another array.xml doc error?"
- Next in thread: Jeroen van Wolffelaar: "Re: [PHP-DOC] Re: Another array.xml doc error?"
- Reply: Jeroen van Wolffelaar: "Re: [PHP-DOC] Re: Another array.xml doc error?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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
- Next message: Jeroen van Wolffelaar: "Re: [PHP-DOC] Re: Another array.xml doc error?"
- Previous message: stefan.priebsch <email protected>: "[PHP-DOC] Bug #12759: What's new"
- In reply to: Jeroen van Wolffelaar: "[PHP-DOC] Re: Another array.xml doc error?"
- Next in thread: Jeroen van Wolffelaar: "Re: [PHP-DOC] Re: Another array.xml doc error?"
- Reply: Jeroen van Wolffelaar: "Re: [PHP-DOC] Re: Another array.xml doc error?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

