why _0 is translating to _00 ?



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.
.