--TEST-- Bug #72666 (stat cache clearing inconsistent - exec) --FILE-- 1); touch($filename, 1); var_dump(filemtime($filename)); shell_exec("touch $filename"); var_dump(filemtime($filename) > 1); ?> --CLEAN-- --EXPECT-- int(1) bool(true) int(1) bool(true)