Searched refs:posix_setgid (Results 1 – 11 of 11) sorted by relevance
/PHP-7.3/ext/posix/tests/ |
H A D | posix_setgid_variation7.phpt | 2 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 int, string given in %s on line %d 41 Warning: posix_setgid() expects parameter 1 to be int, string given in %s on line %d 44 Warning: posix_setgid() expects parameter 1 to be int, string given in %s on line %d 47 Warning: posix_setgid() expects parameter 1 to be int, string given in %s on line %d
|
H A D | posix_setgid_error.phpt | 2 Test function posix_setgid() by calling it more than or less than its expected arguments. 19 var_dump(posix_setgid( $gid, $extra_arg ) ); 20 var_dump(posix_setgid( ) ); 27 Warning: posix_setgid() expects exactly 1 parameter, 2 given in %s on line %d 30 Warning: posix_setgid() expects exactly 1 parameter, 0 given in %s on line %d
|
H A D | posix_setgid_variation1.phpt | 2 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 int, array given in %s on line %d 39 Warning: posix_setgid() expects parameter 1 to be int, array given in %s on line %d 42 Warning: posix_setgid() expects parameter 1 to be int, array given in %s on line %d 45 Warning: posix_setgid() expects parameter 1 to be int, array given in %s on line %d
|
H A D | posix_setgid_variation4.phpt | 2 Test function posix_setgid() by substituting argument 1 with float values. 31 var_dump(posix_setgid( $var ) ); 40 Warning: posix_setgid() expects parameter 1 to be int, float given in %s on line %d 43 Warning: posix_setgid() expects parameter 1 to be int, float given in %s on line %d
|
H A D | posix_setgid_variation3.phpt | 2 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 int, string given in %s on line %d 45 Warning: posix_setgid() expects parameter 1 to be int, string given in %s on line %d
|
H A D | posix_setgid_variation6.phpt | 2 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 int, object given, %s 55 Error: 2 - posix_setgid() expects parameter 1 to be int, object given, %s
|
H A D | posix_setgid_basic.phpt | 2 Test function posix_setgid() by calling it with its expected arguments 18 var_dump(posix_setgid( $gid ) );
|
H A D | posix_setgid_variation5.phpt | 2 Test function posix_setgid() by substituting argument 1 with int values. 28 var_dump(posix_setgid( $var ) );
|
H A D | posix_setgid_variation2.phpt | 2 Test function posix_setgid() by substituting argument 1 with boolean values. 29 var_dump(posix_setgid( $var ) );
|
/PHP-7.3/ext/posix/ |
H A D | php_posix.h | 50 PHP_FUNCTION(posix_setgid);
|
H A D | posix.c | 244 PHP_FE(posix_setgid, arginfo_posix_setgid) 534 PHP_FUNCTION(posix_setgid) in PHP_FUNCTION() argument
|
Completed in 13 milliseconds