文件操作 - no-not-found.phpt
返回文件管理
返回主菜单
删除本文件
文件: /usr/local/src/memcached-3.1.5/tests/no-not-found.phpt
编辑文件内容
--TEST-- Test that correct return value is returned --SKIPIF-- <?php include "skipif.inc";?> --FILE-- <?php $memcached = new Memcached(); $memcached->addServer('localhost', 5555); // Server should not exist $result = $memcached->get('foo_not_exists'); var_dump ($result === Memcached::GET_ERROR_RETURN_VALUE); $result = $memcached->get('foo_not_exists'); var_dump ($result === Memcached::GET_ERROR_RETURN_VALUE); echo "OK\n"; ?> --EXPECT-- bool(true) bool(true) OK
修改文件时间
将文件时间修改为当前时间的前一年
删除文件