文件操作 - check-loaded.phpt
返回文件管理
返回主菜单
删除本文件
文件: /usr/local/src/imagick/check-loaded.phpt
编辑文件内容
--TEST-- Check that Imagick is actually loaded --SKIPIF-- --FILE-- <?php // The tests are all skipped if imagick is not loaded. This can lead // to a false green build when Imagick isn't actually loaded. So // this script gives an error to allow us to error before running the tests. if (extension_loaded("imagick")) { echo "OK" . PHP_EOL; } else { echo "imagick module is not loaded." . PHP_EOL; } ?> --EXPECTF-- OK
修改文件时间
将文件时间修改为当前时间的前一年
删除文件