Searched refs:REGISTER_PCNTL_ERRNO_CONSTANT (Results 1 – 2 of 2) sorted by relevance
474 REGISTER_PCNTL_ERRNO_CONSTANT(EINTR); in php_pcntl_register_errno_constants()477 REGISTER_PCNTL_ERRNO_CONSTANT(ECHILD); in php_pcntl_register_errno_constants()480 REGISTER_PCNTL_ERRNO_CONSTANT(EINVAL); in php_pcntl_register_errno_constants()483 REGISTER_PCNTL_ERRNO_CONSTANT(EAGAIN); in php_pcntl_register_errno_constants()486 REGISTER_PCNTL_ERRNO_CONSTANT(ESRCH); in php_pcntl_register_errno_constants()489 REGISTER_PCNTL_ERRNO_CONSTANT(EACCES); in php_pcntl_register_errno_constants()492 REGISTER_PCNTL_ERRNO_CONSTANT(EPERM); in php_pcntl_register_errno_constants()495 REGISTER_PCNTL_ERRNO_CONSTANT(ENOMEM); in php_pcntl_register_errno_constants()498 REGISTER_PCNTL_ERRNO_CONSTANT(E2BIG); in php_pcntl_register_errno_constants()504 REGISTER_PCNTL_ERRNO_CONSTANT(EIO); in php_pcntl_register_errno_constants()[all …]
99 #define REGISTER_PCNTL_ERRNO_CONSTANT(name) REGISTER_LONG_CONSTANT("PCNTL_" #name, name, CONST_CS |… macro
Completed in 9 milliseconds