From bf10f44aa215266f55866785bb8632964b3d9a8f Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Wed, 14 Nov 2007 15:51:35 +0000 Subject: [PATCH] - 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