From 41226129d7ede38ddaae47c157c20b8280eac6fb Mon Sep 17 00:00:00 2001 From: SVN Migration Date: Sun, 22 Dec 2002 18:06:28 +0000 Subject: [PATCH] This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. --- ext/standard/tests/file/bug21131.phpt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 ext/standard/tests/file/bug21131.phpt diff --git a/ext/standard/tests/file/bug21131.phpt b/ext/standard/tests/file/bug21131.phpt new file mode 100644 index 0000000000..00c3781f9c --- /dev/null +++ b/ext/standard/tests/file/bug21131.phpt @@ -0,0 +1,23 @@ +--TEST-- +Bug #21131: fopen($filename, "a+") has broken position +--FILE-- + +--EXPECT-- +int(6) +int(0) +foobar + -- 2.50.1