Home
last modified time | relevance | path

Searched refs:posix_getpid (Results 1 – 14 of 14) sorted by relevance

/PHP-5.5/ext/posix/tests/
H A Dposix_getpid_error.phpt2 Test posix_getpid() function : error conditions
9 /* Prototype : proto int posix_getpid(void)
15 echo "*** Testing posix_getpid() : error conditions ***\n";
18 echo "\n-- Testing posix_getpid() function with one argument --\n";
20 var_dump( posix_getpid($extra_arg) );
25 *** Testing posix_getpid() : error conditions ***
27 -- Testing posix_getpid() function with one argument --
29 Warning: posix_getpid() expects exactly 0 parameters, 1 given in %s on line %d
H A Dposix_getpid_basic.phpt2 Test posix_getpid() function : basic functionality
11 $pid = posix_getpid();
H A Dposix_kill_error.phpt20 $pid = posix_getpid();
26 $pid = posix_getpid();
30 $pid = posix_getpid();
H A Dposix_getpgid_basic.phpt11 $pid = posix_getpid();
H A Dposix_getsid_basic.phpt11 $pid = posix_getpid();
H A Dposix_getsid.phpt17 $pid = posix_getpid();
/PHP-5.5/ext/pcntl/tests/
H A Dsignal_closure_handler.phpt8 elseif (!function_exists("posix_getpid")) print "skip posix_getpid() not available";
17 posix_kill(posix_getpid(), SIGTERM);
H A Dpcntl_signal_dispatch.phpt9 elseif (!function_exists("posix_getpid")) print "skip posix_getpid() not available";
17 posix_kill(posix_getpid(), SIGTERM);
H A Dpcntl_signal.phpt11 posix_kill(posix_getpid(), SIGTERM);
22 posix_kill(posix_getpid(), SIGTERM);
H A Dpcntl_wait.phpt33 posix_kill(posix_getpid(), SIGSTOP);
H A D002.phpt23 posix_kill(posix_getpid(), SIGTERM);
/PHP-5.5/ext/posix/
H A Dphp_posix.h41 PHP_FUNCTION(posix_getpid);
H A Dposix.c224 PHP_FE(posix_getpid, arginfo_posix_getpid)
413 PHP_FUNCTION(posix_getpid) in PHP_FUNCTION() argument
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fork.phpt12 if (!function_exists('posix_getpid'))
91 …ql = sprintf("INSERT INTO messages(pid, sender, msg) VALUES (%d, 'child', '%%s')", posix_getpid());
139 … = sprintf("INSERT INTO messages (pid, sender, msg) VALUES (%d, 'parent', '%%s')", posix_getpid());

Completed in 21 milliseconds