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 #26878 (problem with multiple references to the same variable with different ..

Decoded Output download

--TEST--
Bug #26878 (problem with multiple references to the same variable with different types)
--FILE--
<?php
    printf('Int: %1$d and as string: %1$s', 'some string');
    echo "
";
?>
--EXPECT--
Int: 0 and as string: some string

Did this file decode correctly?

Original Code

--TEST--
Bug #26878 (problem with multiple references to the same variable with different types)
--FILE--
<?php
    printf('Int: %1$d and as string: %1$s', 'some string');
    echo "\n";
?>
--EXPECT--
Int: 0 and as string: some string

Function Calls

printf 1

Variables

None

Stats

MD5 b40269cf9149aa3361336d89da7e6391
Eval Count 0
Decode Time 95 ms