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-- Wincache tests. --DESCRIPTION-- Sets up the settings for the Wincache adapter, an..

Decoded Output download

--TEST--
Wincache tests.
--DESCRIPTION--
Sets up the settings for the Wincache adapter, and executes its tests.
--SKIPIF--
<?php if (!version_compare(phpversion('wincache'), '1.1.0', '>=')) {
    die('Skip WinCache 1.1.0 or greather is required.');
}
?>
--CGI--
--GET--

--REDIRECTTEST--
return array(
    'GET' => array('adapter' => 'Wincache', 'nokeycode' => '300'),
    'TESTS' => getcwd() . DIRECTORY_SEPARATOR . 'Common'
);

Did this file decode correctly?

Original Code

--TEST--
Wincache tests.
--DESCRIPTION--
Sets up the settings for the Wincache adapter, and executes its tests.
--SKIPIF--
<?php if (!version_compare(phpversion('wincache'), '1.1.0', '>=')) {
    die('Skip WinCache 1.1.0 or greather is required.');
}
?>
--CGI--
--GET--

--REDIRECTTEST--
return array(
    'GET' => array('adapter' => 'Wincache', 'nokeycode' => '300'),
    'TESTS' => getcwd() . DIRECTORY_SEPARATOR . 'Common'
);

Function Calls

phpversion 1
version_compare 1

Variables

None

Stats

MD5 e8692682ddc6c4dd4667f7dc0f9ec6eb
Eval Count 0
Decode Time 81 ms