--TEST-- Test lchown() function : error functionality --SKIPIF-- --FILE-- ===DONE=== --CLEAN-- --EXPECTF-- *** Testing lchown() : error functionality *** Warning: lchown() expects exactly 2 parameters, 1 given in %s on line %d bool(true) Warning: lchown() expects exactly 2 parameters, 3 given in %s on line %d bool(true) Warning: lchown(): No such file or directory in %s on line %d bool(false) Warning: lchown() expects parameter 1 to be a valid path, object given in %s on line %d bool(true) Warning: lchown() expects parameter 1 to be a valid path, array given in %s on line %d bool(true) Warning: lchown(): Operation not permitted in %s on line %d bool(false) ===DONE===