Home
last modified time | relevance | path

Searched refs:posix_getppid (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/posix/tests/
H A Dposix_getppid_error.phpt2 Test posix_getppid() function : error conditions
9 /* Prototype : proto int posix_getppid(void)
15 echo "*** Testing posix_getppid() : error conditions ***\n";
18 echo "\n-- Testing posix_getppid() function with one argument --\n";
20 var_dump( posix_getppid($extra_arg) );
25 *** Testing posix_getppid() : error conditions ***
27 -- Testing posix_getppid() function with one argument --
29 Warning: posix_getppid() expects exactly 0 parameters, 1 given in %s on line %d
H A Dposix_getppid_basic.phpt2 Test posix_getppid() function : basic functionality
11 $ppid = posix_getppid();
/PHP-5.5/ext/posix/
H A Dphp_posix.h42 PHP_FUNCTION(posix_getppid);
H A Dposix.c225 PHP_FE(posix_getppid, arginfo_posix_getppid)
421 PHP_FUNCTION(posix_getppid) in PHP_FUNCTION() argument
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fork.phpt95 …ROM messages WHERE pid = %d AND sender = 'parent' ORDER BY msg_id DESC LIMIT 1", posix_getppid());

Completed in 9 milliseconds