ID: 13014
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Status: Feedback
Status: Open
Bug Type: Unknown/Other Function
Old Operating System: freeBSD
Operating System: freeBSD, windows 9x
PHP Version: 4.0.6
New Comment:
When in the varible points are put or comma to the end prints first the points and
then the remainder
Example
$ERROR="This is bug. ...";
echo hebrevc (htmlentities ($ERROR));
/*print ... .This is bug
but but serious the correct thing
This is bug. ...*/
Previous Comments:
------------------------------------------------------------------------
[2001-08-29 02:03:15] [EMAIL PROTECTED]
Can you post the English translation of this report? Not that many developers speak
Spanish.
Derick
------------------------------------------------------------------------
[2001-08-29 00:33:30] [EMAIL PROTECTED]
string hebrevc (string texto_hebreo [, int max_cars_por_linea])
Esta funcion pasa si los ultimos caracteres son puntos o comas (. ,) los pasa al
principio y pone basura
Ejemplo
$ERROR="This is a ERROR. ..."
echo hebrevc (htmlentities ($ERROR));
------------------------------------------------------------------------
Edit this bug report at http://bugs.php.net/?id=13014&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]