Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php /** * Compares the variable with old value and assigns new value to it * * @phps..
Decoded Output download
<?php
/**
* Compares the variable with old value and assigns new value to it
*
* @phpstub
*
* @param string $key
* @param int $old_value
* @param int $new_value
*
* @return bool
*/
function wincache_ucache_cas($key, $old_value, $new_value)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Compares the variable with old value and assigns new value to it
*
* @phpstub
*
* @param string $key
* @param int $old_value
* @param int $new_value
*
* @return bool
*/
function wincache_ucache_cas($key, $old_value, $new_value)
{
}
Function Calls
None |
Stats
MD5 | bb62bb3936c5f88d26c2cc19b2d7f737 |
Eval Count | 0 |
Decode Time | 77 ms |