From 7fa84a1260f6e206661c4588f320fff645c303ef Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Wed, 14 Nov 2007 15:51:56 +0000 Subject: [PATCH] - MFH: Add a testcase for chgrp() with a NULL as group name, which crashes ATM. --- ext/standard/tests/file/chgrp.phpt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ext/standard/tests/file/chgrp.phpt diff --git a/ext/standard/tests/file/chgrp.phpt b/ext/standard/tests/file/chgrp.phpt new file mode 100644 index 0000000000..d0ebce36a6 --- /dev/null +++ b/ext/standard/tests/file/chgrp.phpt @@ -0,0 +1,9 @@ +--TEST-- +chgrp() with NULL as group name +--FILE-- + +--EXPECT-- +ALIVE -- 2.50.1