function ApcCacheSavingCase::testDouble in APC - Alternative PHP Cache 7
Test the saving and restoring of a double.
File
- tests/
apc.test, line 139
Class
Code
function testDouble() {
$this
->checkVariable(1.29);
}
Test the saving and restoring of a double.
function testDouble() {
$this
->checkVariable(1.29);
}