Lines Matching refs:errno
149 ZEND_ARG_INFO(0, errno)
561 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
562 php_error_docref(NULL, E_WARNING, "Error %d", errno); in PHP_FUNCTION()
652 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
705 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
926 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
927 php_error_docref(NULL, E_WARNING, "Error has occurred: (errno %d) %s", errno, strerror(errno)); in PHP_FUNCTION()
936 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
937 php_error_docref(NULL, E_WARNING, "Error has occurred: (errno %d) %s", errno, strerror(errno)); in PHP_FUNCTION()
985 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1007 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1038 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1039 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
1046 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1047 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
1053 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1054 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
1099 PCNTL_G(last_error) = errno; in pcntl_sigwaitinfo()
1100 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in pcntl_sigwaitinfo()
1107 PCNTL_G(last_error) = errno; in pcntl_sigwaitinfo()
1108 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in pcntl_sigwaitinfo()
1120 if (signo == -1 && errno != EAGAIN) { in pcntl_sigwaitinfo()
1121 PCNTL_G(last_error) = errno; in pcntl_sigwaitinfo()
1122 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in pcntl_sigwaitinfo()
1209 errno = 0; in PHP_FUNCTION()
1213 if (errno) { in PHP_FUNCTION()
1214 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1215 switch (errno) { in PHP_FUNCTION()
1217 …rror_docref(NULL, E_WARNING, "Error %d: No process was located using the given parameters", errno); in PHP_FUNCTION()
1220 php_error_docref(NULL, E_WARNING, "Error %d: Invalid identifier flag", errno); in PHP_FUNCTION()
1223 php_error_docref(NULL, E_WARNING, "Unknown error %d has occurred", errno); in PHP_FUNCTION()
1248 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1249 switch (errno) { in PHP_FUNCTION()
1251 …rror_docref(NULL, E_WARNING, "Error %d: No process was located using the given parameters", errno); in PHP_FUNCTION()
1254 php_error_docref(NULL, E_WARNING, "Error %d: Invalid identifier flag", errno); in PHP_FUNCTION()
1257 …d, but neither its effective nor real user ID matched the effective user ID of the caller", errno); in PHP_FUNCTION()
1260 …ULL, E_WARNING, "Error %d: Only a super user may attempt to increase the process priority", errno); in PHP_FUNCTION()
1263 php_error_docref(NULL, E_WARNING, "Unknown error %d has occurred", errno); in PHP_FUNCTION()