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-- Test error operation of password_verify() --FILE-- <?php //-=-=-=- try { var..
Decoded Output download
--TEST--
Test error operation of password_verify()
--FILE--
<?php
//-=-=-=-
try {
var_dump(password_verify("foo"));
} catch (TypeError $e) {
echo $e->getMessage(), "
";
}
?>
--EXPECT--
password_verify() expects exactly 2 arguments, 1 given
Did this file decode correctly?
Original Code
--TEST--
Test error operation of password_verify()
--FILE--
<?php
//-=-=-=-
try {
var_dump(password_verify("foo"));
} catch (TypeError $e) {
echo $e->getMessage(), "\n";
}
?>
--EXPECT--
password_verify() expects exactly 2 arguments, 1 given
Function Calls
None |
Stats
MD5 | 28fd235e7063aa21ccdb46ef77185b2c |
Eval Count | 0 |
Decode Time | 89 ms |