|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2012-03-02 21:44 UTC] cataphract@php.net
  [2012-03-02 21:44 UTC] cataphract@php.net
 
-Status: Open
+Status: Wont fix
  [2012-03-02 22:11 UTC] jinmoku at hotmail dot com
  [2012-03-03 15:08 UTC] cataphract@php.net
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 05:00:02 2025 UTC | 
Description: ------------ Translitrator __construct should be like create Test script: --------------- $trans = new Transliterator('NFD; [:Nonspacing Mark:] Remove; NFC'); echo $trans->transliterate('hé'); Expected result: ---------------- he Actual result: -------------- Fatal error: Call to private Transliterator::__construct() from invalid context in D:\www\test\index.php on line 4