Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcntl/
H A Dpcntl.c911 bool pid_is_null = 1; in PHP_FUNCTION() local
916 Z_PARAM_LONG_OR_NULL(pid, pid_is_null) in PHP_FUNCTION()
923 pid = pid_is_null ? getpid() : pid; in PHP_FUNCTION()
967 bool pid_is_null = 1; in PHP_FUNCTION() local
973 Z_PARAM_LONG_OR_NULL(pid, pid_is_null) in PHP_FUNCTION()
977 pid = pid_is_null ? getpid() : pid; in PHP_FUNCTION()

Completed in 8 milliseconds