php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #47166 unicode_is_decodable feature
Submitted: 2009-01-20 11:47 UTC Modified: 2009-01-21 11:17 UTC
From: lunter at interia dot pl Assigned:
Status: Wont fix Package: Unicode Engine related
PHP Version: 6CVS-2009-01-20 (snap) OS: all
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2009-01-20 11:47 UTC] lunter at interia dot pl
Description:
------------
bool unicode_is_decodable ( string $input , string $encoding )

Return true when convert a binary string encoded in encoding to a unicode string is possible witout errors.

To prevent emits a E_WARNING level error if a converter cannot be created for the desired encoding by unicode_decode .

Reproduce code:
---------------
n/a

Expected result:
----------------
n/a

Actual result:
--------------
n/a

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-01-21 11:17 UTC] johannes@php.net
There's no good way to do a simple checking, in fact we'd have to convert it internally and then throw the result away.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 04:01:38 2024 UTC