Date: 01/09/02
- Next message: Hartmut Holzgraefe: "[PHP-DOC] cvs: phpdoc / TODO"
- Previous message: Hartmut Holzgraefe: "Re: [PHP-DOC] See also"
- In reply to: Marco Cucinato: "[PHP-DOC] array_unique example"
- Next in thread: Marco Cucinato: "Re: [PHP-DOC] Re: array_unique example"
- Reply: Marco Cucinato: "Re: [PHP-DOC] Re: array_unique example"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
It was me who changed it.
What box do you use?
I get this results PHP4.0.6 under Win PWS and 4.1.1, too.
Note that I report it as a bug: http://bugs.php.net/?id=14805
"Marco Cucinato" <marco <email protected>> wrote in message news:3C3C2C26.6139.78EB06 <email protected>
| 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"
| }
|
In this case one should change the note paragraph to a warning,
maybe.
- Next message: Hartmut Holzgraefe: "[PHP-DOC] cvs: phpdoc / TODO"
- Previous message: Hartmut Holzgraefe: "Re: [PHP-DOC] See also"
- In reply to: Marco Cucinato: "[PHP-DOC] array_unique example"
- Next in thread: Marco Cucinato: "Re: [PHP-DOC] Re: array_unique example"
- Reply: Marco Cucinato: "Re: [PHP-DOC] Re: array_unique example"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

