Searched refs:posix_getgrgid (Results 1 – 8 of 8) sorted by relevance
2 Test posix_getgrgid() function : error conditions 9 /* Prototype : proto array posix_getgrgid(long gid)15 echo "*** Testing posix_getgrgid() : error conditions ***\n";18 echo "\n-- Testing posix_getgrgid() function with Zero arguments --\n";19 var_dump( posix_getgrgid() );21 //Test posix_getgrgid with one more than the expected number of arguments26 var_dump( posix_getgrgid($gid, $extra_arg) );30 var_dump( posix_getgrgid($gid));35 *** Testing posix_getgrgid() : error conditions ***37 -- Testing posix_getgrgid() function with Zero arguments --[all …]
2 Test parameters on posix_getgrgid().17 var_dump(posix_getgrgid($gid));18 var_dump(posix_getgrgid(-1));19 var_dump(posix_getgrgid());26 Warning: posix_getgrgid() expects exactly 1 parameter, 0 given in %s on line %d
2 Test posix_getgrgid() function : usage variations - parameter types10 /* Prototype : proto array posix_getgrgid(long gid)16 echo "*** Testing posix_getgrgid() : usage variations ***\n";73 $result = posix_getgrgid($value);86 *** Testing posix_getgrgid() : usage variations ***100 Warning: posix_getgrgid() expects parameter 1 to be integer, float given in %s on line %d113 Warning: posix_getgrgid() expects parameter 1 to be integer, array given in %s on line %d120 Warning: posix_getgrgid() expects parameter 1 to be integer, array given in %s on line %d127 Warning: posix_getgrgid() expects parameter 1 to be integer, array given in %s on line %d134 Warning: posix_getgrgid() expects parameter 1 to be integer, array given in %s on line %d[all …]
2 Test return values of posix_getgrgid() on MacOSX.17 $grp = posix_getgrgid(-1);
2 Test posix_getgrgid() function : basic functionality 12 $groupinfo = posix_getgrgid($gid);
2 Test posix_getgrgid().14 $grp = posix_getgrgid(0);
108 PHP_FUNCTION(posix_getgrgid);
297 PHP_FE(posix_getgrgid, arginfo_posix_getgrgid)1105 PHP_FUNCTION(posix_getgrgid) in PHP_FUNCTION() argument
Completed in 15 milliseconds