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-- levenshtein() bug 7368 --FILE-- <?php var_dump(levenshtein('13458', '12345')); v..

Decoded Output download

--TEST--
levenshtein() bug 7368
--FILE--
<?php

var_dump(levenshtein('13458', '12345'));
var_dump(levenshtein('1345', '1234'));

?>
--EXPECT--
int(2)
int(2)

Did this file decode correctly?

Original Code

--TEST--
levenshtein() bug 7368
--FILE--
<?php

var_dump(levenshtein('13458', '12345'));
var_dump(levenshtein('1345', '1234'));

?>
--EXPECT--
int(2)
int(2)

Function Calls

levenshtein 1

Variables

None

Stats

MD5 827c85ef45192fec81053d2ae9c77d4c
Eval Count 0
Decode Time 85 ms