Date: 01/09/02
- Next message: Markus Fischer: "[PHP-DOC] cvs: phpdoc /en/functions sockets.xml"
- Previous message: Jan Lehnardt: "[PHP-DOC] cvs: phpdoc /scripts genfuncindex.php genfunclist.sh genfuncsummary.sh process.php revcheck.php sort_aliases.php"
- In reply to: Marco Cucinato: "[PHP-DOC] array_unique example"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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"
}
- Next message: Markus Fischer: "[PHP-DOC] cvs: phpdoc /en/functions sockets.xml"
- Previous message: Jan Lehnardt: "[PHP-DOC] cvs: phpdoc /scripts genfuncindex.php genfunclist.sh genfuncsummary.sh process.php revcheck.php sort_aliases.php"
- In reply to: Marco Cucinato: "[PHP-DOC] array_unique example"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

