php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13014 hebrevc ()
Submitted: 2001-08-29 00:33 UTC Modified: 2002-09-26 12:45 UTC
From: pac00l at hotmail dot com Assigned: tal (profile)
Status: Wont fix Package: *Languages/Translation
PHP Version: 4.0.6 OS: freeBSD, windows 9x
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2001-08-29 00:33 UTC] pac00l at hotmail dot com
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));

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-29 02:03 UTC] derick@php.net
Can you post the English translation of this report? Not that many developers speak Spanish.

Derick
 [2001-08-29 11:59 UTC] pac00l at hotmail dot com
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. ...*/

 [2002-06-04 04:38 UTC] tal@php.net
Dupe of 11975.

-Tal
 [2002-09-26 12:45 UTC] sniper@php.net
Use fribidi.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 06:01:30 2024 UTC