Home
last modified time | relevance | path

Searched refs:posix_getsid (Results 1 – 25 of 85) sorted by relevance

1234

/dports/www/mod_php81/php-8.1.1/ext/posix/tests/
H A Dposix_getsid.phpt2 Test posix_getsid() function test
13 echo "*** Testing posix_getsid() : function test ***\n";
16 echo "\n-- Testing posix_getsid() function with current process pid --\n";
17 var_dump( is_long(posix_getsid($pid)) );
21 *** Testing posix_getsid() : function test ***
23 -- Testing posix_getsid() function with current process pid --
H A Dposix_getsid_basic.phpt2 Test posix_getsid() function : basic functionality
7 echo "Basic test of posix_getsid function\n";
10 $sid = posix_getsid($pid);
17 Basic test of posix_getsid function
/dports/lang/php81/php-8.1.1/ext/posix/tests/
H A Dposix_getsid.phpt2 Test posix_getsid() function test
13 echo "*** Testing posix_getsid() : function test ***\n";
16 echo "\n-- Testing posix_getsid() function with current process pid --\n";
17 var_dump( is_long(posix_getsid($pid)) );
21 *** Testing posix_getsid() : function test ***
23 -- Testing posix_getsid() function with current process pid --
H A Dposix_getsid_basic.phpt2 Test posix_getsid() function : basic functionality
7 echo "Basic test of posix_getsid function\n";
10 $sid = posix_getsid($pid);
17 Basic test of posix_getsid function
/dports/sysutils/php81-posix/php-8.1.1/ext/posix/tests/
H A Dposix_getsid.phpt2 Test posix_getsid() function test
13 echo "*** Testing posix_getsid() : function test ***\n";
16 echo "\n-- Testing posix_getsid() function with current process pid --\n";
17 var_dump( is_long(posix_getsid($pid)) );
21 *** Testing posix_getsid() : function test ***
23 -- Testing posix_getsid() function with current process pid --
H A Dposix_getsid_basic.phpt2 Test posix_getsid() function : basic functionality
7 echo "Basic test of posix_getsid function\n";
10 $sid = posix_getsid($pid);
17 Basic test of posix_getsid function
/dports/lang/php73/php-7.3.33/ext/posix/tests/
H A Dposix_getsid_error.phpt2 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 %d
25 Warning: posix_getsid() expects parameter 1 to be int, array given in %s on line %d
H A Dposix_getsid.phpt2 Test posix_getsid() function test
15 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 --
H A Dposix_getsid_basic.phpt2 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
/dports/lang/php74/php-7.4.27/ext/posix/tests/
H A Dposix_getsid_error.phpt2 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 %d
25 Warning: posix_getsid() expects parameter 1 to be int, array given in %s on line %d
H A Dposix_getsid.phpt2 Test posix_getsid() function test
15 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 --
H A Dposix_getsid_basic.phpt2 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
/dports/sysutils/php73-posix/php-7.3.33/ext/posix/tests/
H A Dposix_getsid_error.phpt2 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 %d
25 Warning: posix_getsid() expects parameter 1 to be int, array given in %s on line %d
H A Dposix_getsid.phpt2 Test posix_getsid() function test
15 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 --
H A Dposix_getsid_basic.phpt2 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
/dports/sysutils/php74-posix/php-7.4.27/ext/posix/tests/
H A Dposix_getsid_error.phpt2 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 %d
25 Warning: posix_getsid() expects parameter 1 to be int, array given in %s on line %d
H A Dposix_getsid.phpt2 Test posix_getsid() function test
15 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 --
/dports/www/mod_php73/php-7.3.33/ext/posix/tests/
H A Dposix_getsid_error.phpt2 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 %d
25 Warning: posix_getsid() expects parameter 1 to be int, array given in %s on line %d
H A Dposix_getsid.phpt2 Test posix_getsid() function test
15 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 --
/dports/www/mod_php74/php-7.4.27/ext/posix/tests/
H A Dposix_getsid_error.phpt2 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 %d
25 Warning: posix_getsid() expects parameter 1 to be int, array given in %s on line %d
H A Dposix_getsid.phpt2 Test posix_getsid() function test
15 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 --
/dports/lang/php80/php-8.0.15/ext/posix/tests/
H A Dposix_getsid.phpt2 Test posix_getsid() function test
15 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)) );
23 *** Testing posix_getsid() : function test ***
25 -- Testing posix_getsid() function with current process pid --
H A Dposix_getsid_basic.phpt2 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
/dports/sysutils/php80-posix/php-8.0.15/ext/posix/tests/
H A Dposix_getsid.phpt2 Test posix_getsid() function test
15 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)) );
23 *** Testing posix_getsid() : function test ***
25 -- Testing posix_getsid() function with current process pid --
/dports/www/mod_php80/php-8.0.15/ext/posix/tests/
H A Dposix_getsid.phpt2 Test posix_getsid() function test
15 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)) );
23 *** Testing posix_getsid() : function test ***
25 -- Testing posix_getsid() function with current process pid --

1234