Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

--TEST-- Bug #68846 False detection of CJK Unified Ideographs Extension E --EXTENSIONS-- m..

Decoded Output download

--TEST--
Bug #68846	False detection of CJK Unified Ideographs Extension E
--EXTENSIONS--
mbstring
--FILE--
<?php
var_dump(
    "" === mb_convert_encoding("45", 'UTF-32', 'GB18030')
);
?>
--EXPECT--
bool(true)

Did this file decode correctly?

Original Code

--TEST--
Bug #68846	False detection of CJK Unified Ideographs Extension E
--EXTENSIONS--
mbstring
--FILE--
<?php
var_dump(
    "\x00\x02\x0b\xb7" === mb_convert_encoding("\x95\x34\xb2\x35", 'UTF-32', 'GB18030')
);
?>
--EXPECT--
bool(true)

Function Calls

mb_convert_encoding 1

Variables

None

Stats

MD5 bfd236a47df5cb3fa8e8dddd310ec190
Eval Count 0
Decode Time 93 ms