Home
last modified time | relevance | path

Searched refs:posix_setgid (Results 1 – 11 of 11) sorted by relevance

/PHP-5.3/ext/posix/tests/
H A Dposix_setgid_variation7.phpt2 Test function posix_setgid() by substituting argument 1 with string values.
32 var_dump(posix_setgid( $var ) );
38 Warning: posix_setgid() expects parameter 1 to be long, string given in %s on line %d
41 Warning: posix_setgid() expects parameter 1 to be long, string given in %s on line %d
44 Warning: posix_setgid() expects parameter 1 to be long, string given in %s on line %d
47 Warning: posix_setgid() expects parameter 1 to be long, string given in %s on line %d
H A Dposix_setgid_variation1.phpt2 Test function posix_setgid() by substituting argument 1 with array values.
29 var_dump(posix_setgid( $var ) );
36 Warning: posix_setgid() expects parameter 1 to be long, array given in %s on line %d
39 Warning: posix_setgid() expects parameter 1 to be long, array given in %s on line %d
42 Warning: posix_setgid() expects parameter 1 to be long, array given in %s on line %d
45 Warning: posix_setgid() expects parameter 1 to be long, array given in %s on line %d
H A Dposix_setgid_error.phpt2 Test function posix_setgid() by calling it more than or less than its expected arguments.
20 var_dump(posix_setgid( $gid, $extra_arg ) );
21 var_dump(posix_setgid( ) );
28 Warning: posix_setgid() expects exactly 1 parameter, 2 given in %s on line %d
31 Warning: posix_setgid() expects exactly 1 parameter, 0 given in %s on line %d
H A Dposix_setgid_variation3.phpt2 Test function posix_setgid() by substituting argument 1 with emptyUnsetUndefNull values.
34 var_dump(posix_setgid( $var ) );
42 Warning: posix_setgid() expects parameter 1 to be long, string given in %s on line %d
45 Warning: posix_setgid() expects parameter 1 to be long, string given in %s on line %d
H A Dposix_setgid_variation6.phpt2 Test function posix_setgid() by substituting argument 1 with object values.
47 var_dump(posix_setgid( $var ) );
53 Error: 2 - posix_setgid() expects parameter 1 to be long, object given, %s
55 Error: 2 - posix_setgid() expects parameter 1 to be long, object given, %s
H A Dposix_setgid_basic.phpt2 Test function posix_setgid() by calling it with its expected arguments
18 var_dump(posix_setgid( $gid ) );
H A Dposix_setgid_variation5.phpt2 Test function posix_setgid() by substituting argument 1 with int values.
28 var_dump(posix_setgid( $var ) );
H A Dposix_setgid_variation2.phpt2 Test function posix_setgid() by substituting argument 1 with boolean values.
29 var_dump(posix_setgid( $var ) );
H A Dposix_setgid_variation4.phpt2 Test function posix_setgid() by substituting argument 1 with float values.
30 var_dump(posix_setgid( $var ) );
/PHP-5.3/ext/posix/
H A Dphp_posix.h50 PHP_FUNCTION(posix_setgid);
H A Dposix.c235 PHP_FE(posix_setgid, arginfo_posix_setgid)
469 PHP_FUNCTION(posix_setgid) in PHP_FUNCTION() argument

Completed in 14 milliseconds