Lines Matching refs:errno

534 		PCNTL_G(last_error) = errno;  in PHP_FUNCTION()
535 php_error_docref(NULL, E_WARNING, "Error %d", errno); in PHP_FUNCTION()
624 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
673 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
911 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
912 php_error_docref(NULL, E_WARNING, "Error has occurred: (errno %d) %s", errno, strerror(errno)); in PHP_FUNCTION()
921 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
922 php_error_docref(NULL, E_WARNING, "Error has occurred: (errno %d) %s", errno, strerror(errno)); in PHP_FUNCTION()
982 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1006 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1061 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1062 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
1069 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1070 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
1076 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1077 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
1122 PCNTL_G(last_error) = errno; in pcntl_sigwaitinfo()
1123 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in pcntl_sigwaitinfo()
1130 PCNTL_G(last_error) = errno; in pcntl_sigwaitinfo()
1131 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in pcntl_sigwaitinfo()
1143 if (signo == -1 && errno != EAGAIN) { in pcntl_sigwaitinfo()
1144 PCNTL_G(last_error) = errno; in pcntl_sigwaitinfo()
1145 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in pcntl_sigwaitinfo()
1245 errno = 0; in PHP_FUNCTION()
1249 if (errno) { in PHP_FUNCTION()
1250 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1251 switch (errno) { in PHP_FUNCTION()
1253 …rror_docref(NULL, E_WARNING, "Error %d: No process was located using the given parameters", errno); in PHP_FUNCTION()
1259 php_error_docref(NULL, E_WARNING, "Unknown error %d has occurred", errno); in PHP_FUNCTION()
1284 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1285 switch (errno) { in PHP_FUNCTION()
1287 …rror_docref(NULL, E_WARNING, "Error %d: No process was located using the given parameters", errno); in PHP_FUNCTION()
1293 …d, but neither its effective nor real user ID matched the effective user ID of the caller", errno); in PHP_FUNCTION()
1296 …ULL, E_WARNING, "Error %d: Only a super user may attempt to increase the process priority", errno); in PHP_FUNCTION()
1299 php_error_docref(NULL, E_WARNING, "Unknown error %d has occurred", errno); in PHP_FUNCTION()
1468 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1469 switch (errno) { in PHP_FUNCTION()
1478 php_error_docref(NULL, E_WARNING, "Error %d: Insufficient memory for unshare", errno); in PHP_FUNCTION()
1483 php_error_docref(NULL, E_WARNING, "Error %d: No privilege to use these flags", errno); in PHP_FUNCTION()
1488 …WARNING, "Error %d: Reached the maximum nesting limit for one of the specified namespaces", errno); in PHP_FUNCTION()
1493 …cref(NULL, E_WARNING, "Error %d: Reached the maximum nesting limit for the user namespace", errno); in PHP_FUNCTION()
1497 php_error_docref(NULL, E_WARNING, "Unknown error %d has occurred", errno); in PHP_FUNCTION()
1553 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1554 switch (errno) { in PHP_FUNCTION()
1560 php_error_docref(NULL, E_WARNING, "Error %d", errno); in PHP_FUNCTION()