On 19 Mar 2006, at 22:46, je killen wrote:

The code takes a string of ascii letters forming a word and is supposed to create a list of indexes in the proper sequence for reconstructing the word. The object of the code in context is to take

Ignoring your code (and the supposed 'bug') for a second - why don't you just use the count_chars() function? After all, it is designed to do almost exactly what you are trying to recreate here.

http://uk2.php.net/manual/en/function.count-chars.php

the seems to be no bug report accommodation in the php.net site so I'm posting here.

I'm not sure you looked very hard. There is a link that says 'reporting bugs' in the top nav, which takes you here: http:// bugs.php.net/

Cheers,

Rich
--
http://www.corephp.co.uk
Zend Certified Engineer
PHP Development Services

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to