From: Joe Watkins Date: Sat, 12 Nov 2016 08:15:13 +0000 (+0000) Subject: Merge branch 'pull-request/2198' X-Git-Tag: php-7.1.0~3^2~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=41e04dbec00e24cfdc45d2ac23f6cbcb7598369d;p=php Merge branch 'pull-request/2198' --- diff --git a/ext/standard/tests/file/lchown_error.phpt b/ext/standard/tests/file/lchown_error.phpt index bacbd93c82..8632495b39 100644 --- a/ext/standard/tests/file/lchown_error.phpt +++ b/ext/standard/tests/file/lchown_error.phpt @@ -73,6 +73,6 @@ 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 +Warning: lchown(): %r(Operation not permitted|Invalid argument)%r in %s on line %d bool(false) ===DONE===