- MFH: Add a testcase for chgrp() with a NULL as group name, which crashes ATM.

This commit is contained in:
Derick Rethans 2007-11-14 15:51:56 +00:00
parent c692127ff2
commit 7fa84a1260

View file

@ -0,0 +1,9 @@
--TEST--
chgrp() with NULL as group name
--FILE--
<?php
chgrp("sjhgfskhagkfdgskjfhgskfsdgfkdsajf", NULL);
echo "ALIVE\n";
?>
--EXPECT--
ALIVE