Date: 07/30/99
- Next message: Bug Database: "[PHP-DEV] PHP4 Bug #1932 Updated: implode() changes array contents"
- Previous message: Cimarron Taylor: "Re: AW: [PHP-DEV] CORBA"
- Next in thread: Bug Database: "[PHP-DEV] PHP4 Bug #1932 Updated: implode() changes array contents"
- Maybe reply: Bug Database: "[PHP-DEV] PHP4 Bug #1932 Updated: implode() changes array contents"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 1932
Updated by: andrey
Reported By: alan <email protected>
Status: Open
Bug Type: Misbehaving function
Assigned To:
Comments:
Since implode converts each part of the input array to string, your inside array becomes a string after the first call to implode, and the second call complains about bad arguments. Implode is working as designed, modify your code.
Full Bug description available at: http://bugs.php.net/?id=1932
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Bug Database: "[PHP-DEV] PHP4 Bug #1932 Updated: implode() changes array contents"
- Previous message: Cimarron Taylor: "Re: AW: [PHP-DEV] CORBA"
- Next in thread: Bug Database: "[PHP-DEV] PHP4 Bug #1932 Updated: implode() changes array contents"
- Maybe reply: Bug Database: "[PHP-DEV] PHP4 Bug #1932 Updated: implode() changes array contents"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

