ID:               49399
 Updated by:       j...@php.net
 Reported By:      manfred at mabuweb dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         mbstring related
 Operating System: linux
 PHP Version:      5.2.10
 New Comment:

Please try using this snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/

Works fine for me..


Previous Comments:
------------------------------------------------------------------------

[2009-08-28 13:17:16] manfred at mabuweb dot com

Description:
------------
mb_ereg_replace() and mb_eregi_replace() misinterpretate MBchars as
word end.

Reproduce code:
---------------
  $pattern = '\bas\b';
  $string = 'Días';
  echo $string.'<br/>';
  echo mb_ereg_replace($pattern,  '', $string);


Expected result:
----------------
Días
Días


Actual result:
--------------
Días
Dí



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=49399&edit=1

Reply via email to