Searched refs:posix_getsid (Results 1 – 6 of 6) sorted by relevance
2 Test posix_getsid() function : error conditions 16 var_dump( posix_getsid() );17 var_dump( posix_getsid(array()) );18 var_dump( posix_getsid(-1) );22 Warning: posix_getsid() expects exactly 1 parameter, 0 given in %s on line %d25 Warning: posix_getsid() expects parameter 1 to be long, array given in %s on line %d
2 Test posix_getsid() function test15 echo "*** Testing posix_getsid() : function test ***\n";18 echo "\n-- Testing posix_getsid() function with current process pid --\n";19 var_dump( is_long(posix_getsid($pid)) );24 *** Testing posix_getsid() : function test ***26 -- Testing posix_getsid() function with current process pid --
2 Test posix_getsid() function : basic functionality 9 echo "Basic test of posix_getsid function\n"; 12 $sid = posix_getsid($pid);19 Basic test of posix_getsid function
75 PHP_FUNCTION(posix_getsid);
258 PHP_FE(posix_getsid, arginfo_posix_getsid)598 PHP_FUNCTION(posix_getsid) in PHP_FUNCTION() argument
8617 - Fixed posix_getsid() & posix_getpgid() to return sid & pgid instead
Completed in 32 milliseconds