文件操作 - bug_72226.phpt
返回文件管理
返回主菜单
删除本文件
文件: /usr/local/src/imagick/tests/bug_72226.phpt
编辑文件内容
--TEST-- Allow Imagick exceptions to be extended. --SKIPIF-- <?php require_once(dirname(__FILE__) . '/skipif.inc'); ?> --FILE-- <?php error_reporting( E_ALL ); ini_set( "display_errors", true ); class UserlandImagickException extends ImagickException {} class UserlandImagickDrawException extends ImagickDrawException {} class UserlandImagickPixelException extends ImagickPixelException {} if (class_exists('ImagickKernelException', false) == true) { class UserlandImagickKernelException extends ImagickKernelException { } } ?> --EXPECTF--
修改文件时间
将文件时间修改为当前时间的前一年
删除文件