文件操作 - 273_imagick_falsyimage.phpt
返回文件管理
返回主菜单
删除本文件
文件: /usr/local/src/imagick/tests/273_imagick_falsyimage.phpt
编辑文件内容
--TEST-- Imagick::__construct false --SKIPIF-- <?php require_once(dirname(__FILE__) . '/skipif.inc'); ?> --FILE-- <?php try { $imagick = new Imagick(false); } catch (\ImagickException $ie) { echo $ie->getMessage()."\n"; } ?> --EXPECTF-- Constructor shouldn't be called with a boolean as the filename
修改文件时间
将文件时间修改为当前时间的前一年
删除文件