Searched refs:posix_getppid (Results 1 – 5 of 5) sorted by relevance
2 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
2 Test posix_getppid() function : basic functionality 11 $ppid = posix_getppid();
42 PHP_FUNCTION(posix_getppid);
225 PHP_FE(posix_getppid, arginfo_posix_getppid)421 PHP_FUNCTION(posix_getppid) in PHP_FUNCTION() argument
95 …ROM messages WHERE pid = %d AND sender = 'parent' ORDER BY msg_id DESC LIMIT 1", posix_getppid());
Completed in 13 milliseconds