|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "php_version.h"Go to the source code of this file.
Data Structures | |
| struct | php_pcntl_pending_signal |
Macros | |
| #define | phpext_pcntl_ptr &pcntl_module_entry |
| #define | PHP_PCNTL_VERSION PHP_VERSION |
| #define | PCNTL_G(v) |
Functions | |
| PHP_MINIT_FUNCTION (pcntl) | |
| PHP_MSHUTDOWN_FUNCTION (pcntl) | |
| PHP_RINIT_FUNCTION (pcntl) | |
| PHP_RSHUTDOWN_FUNCTION (pcntl) | |
| PHP_MINFO_FUNCTION (pcntl) | |
Variables | |
| zend_module_entry | pcntl_module_entry |
| HashTable | php_signal_table |
| int | processing_signal_queue |
| struct php_pcntl_pending_signal * | head |
| struct php_pcntl_pending_signal * | tail |
| struct php_pcntl_pending_signal * | spares |
| int | last_error |
| volatile char | pending_signals |
| bool | async_signals |
| unsigned | num_signals |
Definition at line 59 of file php_pcntl.h.
| #define PHP_PCNTL_VERSION PHP_VERSION |
Definition at line 28 of file php_pcntl.h.
| #define phpext_pcntl_ptr &pcntl_module_entry |
Definition at line 25 of file php_pcntl.h.
| bool async_signals |
Definition at line 50 of file php_pcntl.h.
| struct php_pcntl_pending_signal* head |
Definition at line 47 of file php_pcntl.h.
| int last_error |
Definition at line 48 of file php_pcntl.h.
| unsigned num_signals |
Definition at line 51 of file php_pcntl.h.
|
extern |
| volatile char pending_signals |
Definition at line 49 of file php_pcntl.h.
| HashTable php_signal_table |
Definition at line 45 of file php_pcntl.h.
| int processing_signal_queue |
Definition at line 46 of file php_pcntl.h.
| struct php_pcntl_pending_signal * spares |
Definition at line 47 of file php_pcntl.h.
| struct php_pcntl_pending_signal * tail |
Definition at line 47 of file php_pcntl.h.