Lines Matching refs:PHP_FE
154 PHP_FE(pcntl_fork, arginfo_pcntl_void)
155 PHP_FE(pcntl_waitpid, arginfo_pcntl_waitpid)
156 PHP_FE(pcntl_wait, arginfo_pcntl_wait)
157 PHP_FE(pcntl_signal, arginfo_pcntl_signal)
158 PHP_FE(pcntl_signal_dispatch, arginfo_pcntl_void)
159 PHP_FE(pcntl_wifexited, arginfo_pcntl_wifexited)
160 PHP_FE(pcntl_wifstopped, arginfo_pcntl_wifstopped)
161 PHP_FE(pcntl_wifsignaled, arginfo_pcntl_wifsignaled)
162 PHP_FE(pcntl_wexitstatus, arginfo_pcntl_wifexitstatus)
163 PHP_FE(pcntl_wtermsig, arginfo_pcntl_wtermsig)
164 PHP_FE(pcntl_wstopsig, arginfo_pcntl_wstopsig)
165 PHP_FE(pcntl_exec, arginfo_pcntl_exec)
166 PHP_FE(pcntl_alarm, arginfo_pcntl_alarm)
167 PHP_FE(pcntl_get_last_error, arginfo_pcntl_void)
169 PHP_FE(pcntl_strerror, arginfo_pcntl_strerror)
171 PHP_FE(pcntl_getpriority, arginfo_pcntl_getpriority)
174 PHP_FE(pcntl_setpriority, arginfo_pcntl_setpriority)
177 PHP_FE(pcntl_sigprocmask, arginfo_pcntl_sigprocmask)
180 PHP_FE(pcntl_sigwaitinfo, arginfo_pcntl_sigwaitinfo)
181 PHP_FE(pcntl_sigtimedwait, arginfo_pcntl_sigtimedwait)
184 PHP_FE(pcntl_wifcontinued, arginfo_pcntl_wifcontinued)