From: Xinchen Hui Date: Tue, 4 Mar 2014 12:10:41 +0000 (+0800) Subject: Fixed warning mesg X-Git-Tag: POST_PHPNG_MERGE~412^2~421^2~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=851ba9a19872299633e4d53d530e9d8285d74dc0;p=php Fixed warning mesg --- diff --git a/ext/standard/tests/file/fstat.phpt b/ext/standard/tests/file/fstat.phpt index e1ae3e20bc..96924af077 100644 --- a/ext/standard/tests/file/fstat.phpt +++ b/ext/standard/tests/file/fstat.phpt @@ -69,6 +69,6 @@ array(26) { int(%i) } -Warning: fstat(): %d is not a valid stream resource in %s on line %d +Warning: fstat(): supplied resource is not a valid stream resource in %s on line %d bool(false) Done