From: Derick Rethans Date: Wed, 14 Nov 2007 15:51:56 +0000 (+0000) Subject: - MFH: Add a testcase for chgrp() with a NULL as group name, which crashes ATM. X-Git-Tag: RELEASE_1_3_1~644 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7fa84a1260f6e206661c4588f320fff645c303ef;p=php - MFH: Add a testcase for chgrp() with a NULL as group name, which crashes ATM. --- 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