文件操作 - issue0079.phpt
返回文件管理
返回主菜单
删除本文件
文件: /usr/local/src/zendopcache-7.0.5/tests/issue0079.phpt
编辑文件内容
--TEST-- ISSUE #79 (Optimization Problem/Bug) --INI-- opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 opcache.file_update_protection=0 --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- <?php class Test { public function run() { $r = $this->my_parse_m(); var_dump ($r); return $r; } public function my_parse_m() { $test = true; if ($test === true) { $a = 'b'; } else { return false; } // flush(); return true; } } $t = new Test(); var_dump ($t->run()); --EXPECT-- bool(true) bool(true)
修改文件时间
将文件时间修改为当前时间的前一年
删除文件