Re: [PHP-DOC] array_unique example

2002-01-09 Thread Simone Cortesi
At 11.40 09/01/02 +0100, Marco Cucinato wrote: >but both my PHP 4.0.6 and 4.1.1 say instead >array(2) { > [0]=> > int(4) > [2]=> > string(1) "3" >} > >can somebody try and confirm it? On my PHP Version 4.0.6 on System Windows 95/98 4.10 (as it reads with phpinfo), I get: array(2) {

[PHP-DOC] array_unique example

2002-01-09 Thread Marco Cucinato
at line 1989, the example for PHP 4.0.6 reads array(2) { [3]=> int(4) [4]=> int(3) } but both my PHP 4.0.6 and 4.1.1 say instead array(2) { [0]=> int(4) [2]=> string(1) "3" } can somebody try and confirm it? -- Marco Cucinato