Home
last modified time | relevance | path

Searched refs:posix_getgrgid (Results 1 – 8 of 8) sorted by relevance

/PHP-5.5/ext/posix/tests/
H A Dposix_getgrgid_error.phpt2 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 arguments
26 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 …]
H A Dposix_getgrgid_wrongparams.phpt2 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
H A Dposix_getgrgid_variation.phpt2 Test posix_getgrgid() function : usage variations - parameter types
9 /* Prototype : proto array posix_getgrgid(long gid)
15 echo "*** Testing posix_getgrgid() : usage variations ***\n";
72 $result = posix_getgrgid($value);
85 *** Testing posix_getgrgid() : usage variations ***
110 Warning: posix_getgrgid() expects parameter 1 to be long, array given in %s on line %d
117 Warning: posix_getgrgid() expects parameter 1 to be long, array given in %s on line %d
124 Warning: posix_getgrgid() expects parameter 1 to be long, array given in %s on line %d
131 Warning: posix_getgrgid() expects parameter 1 to be long, array given in %s on line %d
138 Warning: posix_getgrgid() expects parameter 1 to be long, array given in %s on line %d
[all …]
H A Dposix_getgrgid_macosx.phpt2 Test return values of posix_getgrgid() on MacOSX.
17 $grp = posix_getgrgid(-1);
H A Dposix_getgrgid_basic.phpt2 Test posix_getgrgid() function : basic functionality
12 $groupinfo = posix_getgrgid($gid);
H A Dposix_getgrgid.phpt2 Test posix_getgrgid().
14 $grp = posix_getgrgid(0);
/PHP-5.5/ext/posix/
H A Dphp_posix.h105 PHP_FUNCTION(posix_getgrgid);
H A Dposix.c289 PHP_FE(posix_getgrgid, arginfo_posix_getgrgid)
1040 PHP_FUNCTION(posix_getgrgid) in PHP_FUNCTION() argument

Completed in 20 milliseconds