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