[PHP-DEV] PHP4 Bug #1932 Updated: implode() changes array contents From: Bug Database (php-dev <email protected>)
Date: 07/30/99

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>