--TEST-- Test fileatime(), filemtime(), filectime() & touch() functions : error conditions --FILE-- --EXPECTF-- *** Testing error conditions *** -- Testing with Non-existing files -- Warning: %s: stat failed for /no/such/file/or/dir in %s on line %d bool(false) Warning: %s: stat failed for /no/such/file/or/dir in %s on line %d bool(false) Warning: %s: stat failed for /no/such/file/or/dir in %s on line %d bool(false) Warning: %s: Unable to create file /no/such/file/or/dir because No such file or directory in %s on line %d bool(false) Done