Home
last modified time | relevance | path

Searched refs:posix_getpgrp (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/posix/tests/
H A Dposix_getpgrp_error.phpt2 Test posix_getpgrp() function : error conditions
9 /* Prototype : proto int posix_getpgrp(void)
15 echo "*** Testing posix_getpgrp() : error conditions ***\n";
18 echo "\n-- Testing posix_getpgrp() function with one argument --\n";
20 var_dump( posix_getpgrp($extra_arg) );
25 *** Testing posix_getpgrp() : error conditions ***
27 -- Testing posix_getpgrp() function with one argument --
29 Warning: posix_getpgrp() expects exactly 0 parameters, 1 given in %s on line %d
H A Dposix_getpgrp_basic.phpt2 Test posix_getpgrp() function : basic functionality
11 $pgrp = posix_getpgrp();
/PHP-5.5/ext/posix/
H A Dphp_posix.h65 PHP_FUNCTION(posix_getpgrp);
H A Dposix.c248 PHP_FE(posix_getpgrp, arginfo_posix_getpgrp)
541 PHP_FUNCTION(posix_getpgrp) in PHP_FUNCTION() argument

Completed in 10 milliseconds