Date: 01/09/02
- Next message: Marco Cucinato: "[PHP-DOC] array.xml examples <literal> or <varname>"
- Previous message: Mark Kronsbein: "[PHP-DOC] cvs: phpdoc /howto howto.xml"
- Next in thread: Gyozo Papp: "[PHP-DOC] Re: array_unique example"
- Reply: Gyozo Papp: "[PHP-DOC] Re: array_unique example"
- Reply: Simone Cortesi: "Re: [PHP-DOC] array_unique example"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Marco Cucinato: "[PHP-DOC] array.xml examples <literal> or <varname>"
- Previous message: Mark Kronsbein: "[PHP-DOC] cvs: phpdoc /howto howto.xml"
- Next in thread: Gyozo Papp: "[PHP-DOC] Re: array_unique example"
- Reply: Gyozo Papp: "[PHP-DOC] Re: array_unique example"
- Reply: Simone Cortesi: "Re: [PHP-DOC] array_unique example"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

