php-src/ext/standard/tests/file/chgrp.phpt

11 lines
238 B
Plaintext
Raw Normal View History

--TEST--
chgrp() with NULL as group name
--FILE--
<?php
chgrp("sjhgfskhagkfdgskjfhgskfsdgfkdsajf", NULL);
echo "ALIVE\n";
?>
2007-11-16 14:24:08 +00:00
--EXPECTF--
Warning: chgrp(): parameter 2 should be string or integer, null given in %schgrp.php on line 2
ALIVE