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-- Buf #67151: strtr with empty array crashes --FILE-- <?php var_dump(strtr("foo", [..

Decoded Output download

--TEST--
Buf #67151: strtr with empty array crashes
--FILE--
<?php
var_dump(strtr("foo", []));
?>
--EXPECT--
string(3) "foo"

Did this file decode correctly?

Original Code

--TEST--
Buf #67151: strtr with empty array crashes
--FILE--
<?php
var_dump(strtr("foo", []));
?>
--EXPECT--
string(3) "foo"

Function Calls

None

Variables

None

Stats

MD5 9d0228b701bdccd6847c1161361f2034
Eval Count 0
Decode Time 112 ms