From: Felipe Pena Date: Mon, 4 Feb 2008 19:58:12 +0000 (+0000) Subject: Fix wrong test X-Git-Tag: RELEASE_2_0_0a1~614 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c866bc64cf7004ae2027fac2d7b584a5dc1e4200;p=php Fix wrong test --- diff --git a/ext/standard/tests/file/fwrite.phpt b/ext/standard/tests/file/fwrite.phpt index 4dee5560ef..472bc7f3c1 100644 --- a/ext/standard/tests/file/fwrite.phpt +++ b/ext/standard/tests/file/fwrite.phpt @@ -36,7 +36,7 @@ NULL Notice: Array to string conversion in %s on line %d int(5) int(0) -int(4) +int(0) int(4) Warning: fwrite(): 7 is not a valid stream resource in %s on line %d @@ -50,5 +50,5 @@ NULL Warning: fwrite() expects at least 2 parameters, 1 given in %s on line %d NULL -string(8) "datadata" +string(4) "data" Done