resources: Collapse all jQuery UI modules into one deprecated mega-module
[lhc/web/wiklou.git] / .phan / internal_stubs / pcntl.phan_php
1 <?php
2 // These stubs were generated by the phan stub generator.
3 // @phan-stub-for-extension pcntl@7.0.33-0+deb9u3
4
5 namespace {
6 function pcntl_alarm($seconds) {}
7 function pcntl_errno() {}
8 function pcntl_exec($path, $args = null, $envs = null) {}
9 function pcntl_fork() {}
10 function pcntl_get_last_error() {}
11 function pcntl_getpriority($pid = null, $process_identifier = null) {}
12 function pcntl_setpriority($priority, $pid = null, $process_identifier = null) {}
13 function pcntl_signal($signo, $handler, $restart_syscalls = null) {}
14 function pcntl_signal_dispatch() {}
15 function pcntl_sigprocmask($how, $set, &$oldset = null) {}
16 function pcntl_sigtimedwait($set, &$info = null, $seconds = null, $nanoseconds = null) {}
17 function pcntl_sigwaitinfo($set, &$info = null) {}
18 function pcntl_strerror($errno) {}
19 function pcntl_wait(&$status, $options = null, &$rusage = null) {}
20 function pcntl_waitpid($pid, &$status, $options = null, &$rusage = null) {}
21 function pcntl_wexitstatus($status) {}
22 function pcntl_wifcontinued($status) {}
23 function pcntl_wifexited($status) {}
24 function pcntl_wifsignaled($status) {}
25 function pcntl_wifstopped($status) {}
26 function pcntl_wstopsig($status) {}
27 function pcntl_wtermsig($status) {}
28 const BUS_ADRALN = 1;
29 const BUS_ADRERR = 2;
30 const BUS_OBJERR = 3;
31 const CLD_CONTINUED = 6;
32 const CLD_DUMPED = 3;
33 const CLD_EXITED = 1;
34 const CLD_KILLED = 2;
35 const CLD_STOPPED = 5;
36 const CLD_TRAPPED = 4;
37 const FPE_FLTDIV = 3;
38 const FPE_FLTINV = 7;
39 const FPE_FLTOVF = 4;
40 const FPE_FLTRES = 6;
41 const FPE_FLTSUB = 8;
42 const FPE_FLTUND = 7;
43 const FPE_INTDIV = 1;
44 const FPE_INTOVF = 2;
45 const ILL_BADSTK = 8;
46 const ILL_COPROC = 7;
47 const ILL_ILLADR = 3;
48 const ILL_ILLOPC = 1;
49 const ILL_ILLOPN = 2;
50 const ILL_ILLTRP = 4;
51 const ILL_PRVOPC = 5;
52 const ILL_PRVREG = 6;
53 const PCNTL_E2BIG = 7;
54 const PCNTL_EACCES = 13;
55 const PCNTL_EAGAIN = 11;
56 const PCNTL_ECHILD = 10;
57 const PCNTL_EFAULT = 14;
58 const PCNTL_EINTR = 4;
59 const PCNTL_EINVAL = 22;
60 const PCNTL_EIO = 5;
61 const PCNTL_EISDIR = 21;
62 const PCNTL_ELIBBAD = 80;
63 const PCNTL_ELOOP = 40;
64 const PCNTL_EMFILE = 24;
65 const PCNTL_ENAMETOOLONG = 36;
66 const PCNTL_ENFILE = 23;
67 const PCNTL_ENOENT = 2;
68 const PCNTL_ENOEXEC = 8;
69 const PCNTL_ENOMEM = 12;
70 const PCNTL_ENOTDIR = 20;
71 const PCNTL_EPERM = 1;
72 const PCNTL_ESRCH = 3;
73 const PCNTL_ETXTBSY = 26;
74 const POLL_ERR = 4;
75 const POLL_HUP = 6;
76 const POLL_IN = 1;
77 const POLL_MSG = 3;
78 const POLL_OUT = 2;
79 const POLL_PRI = 5;
80 const PRIO_PGRP = 1;
81 const PRIO_PROCESS = 0;
82 const PRIO_USER = 2;
83 const SEGV_ACCERR = 2;
84 const SEGV_MAPERR = 1;
85 const SIGABRT = 6;
86 const SIGALRM = 14;
87 const SIGBABY = 31;
88 const SIGBUS = 7;
89 const SIGCHLD = 17;
90 const SIGCLD = 17;
91 const SIGCONT = 18;
92 const SIGFPE = 8;
93 const SIGHUP = 1;
94 const SIGILL = 4;
95 const SIGINT = 2;
96 const SIGIO = 29;
97 const SIGIOT = 6;
98 const SIGKILL = 9;
99 const SIGPIPE = 13;
100 const SIGPOLL = 29;
101 const SIGPROF = 27;
102 const SIGPWR = 30;
103 const SIGQUIT = 3;
104 const SIGSEGV = 11;
105 const SIGSTKFLT = 16;
106 const SIGSTOP = 19;
107 const SIGSYS = 31;
108 const SIGTERM = 15;
109 const SIGTRAP = 5;
110 const SIGTSTP = 20;
111 const SIGTTIN = 21;
112 const SIGTTOU = 22;
113 const SIGURG = 23;
114 const SIGUSR1 = 10;
115 const SIGUSR2 = 12;
116 const SIGVTALRM = 26;
117 const SIGWINCH = 28;
118 const SIGXCPU = 24;
119 const SIGXFSZ = 25;
120 const SIG_BLOCK = 0;
121 const SIG_DFL = 0;
122 const SIG_ERR = -1;
123 const SIG_IGN = 1;
124 const SIG_SETMASK = 2;
125 const SIG_UNBLOCK = 1;
126 const SI_ASYNCIO = -4;
127 const SI_KERNEL = 128;
128 const SI_MESGQ = -3;
129 const SI_QUEUE = -1;
130 const SI_SIGIO = -5;
131 const SI_TIMER = -2;
132 const SI_TKILL = -6;
133 const SI_USER = 0;
134 const TRAP_BRKPT = 1;
135 const TRAP_TRACE = 2;
136 const WCONTINUED = 8;
137 const WNOHANG = 1;
138 const WUNTRACED = 2;
139 }