Re: why _0 is translating to _00 ?



You probably have another echo, print_r, var_dump or something similar
after the last echo...

On May 27, 9:47 am, olive <ocolli...@xxxxxxxxx> wrote:
Hi,

using PHP 5.2.5.5 under windows:

echo('_1.doc')
_1.doc
echo('_0.doc')

_0.doc0

where does the appended 0 come from ?

Olivier.

.