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) {
   [3]=>
   int(4)
   [4]=>
   int(3)
}

On the same machine, but using Cygwin and PHP/4.0.8-dev I get:

array(2) {
   [1]=>
   string(1) "4"
   [5]=>
   string(1) "3"
}

Reply via email to