Lines Matching refs:errno

187 		PCNTL_G(last_error) = errno;  in PHP_FUNCTION()
188 php_error_docref(NULL, E_WARNING, "Error %d", errno); in PHP_FUNCTION()
281 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
333 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
575 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
576 php_error_docref(NULL, E_WARNING, "Error has occurred: (errno %d) %s", errno, strerror(errno)); in PHP_FUNCTION()
585 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
586 php_error_docref(NULL, E_WARNING, "Error has occurred: (errno %d) %s", errno, strerror(errno)); in PHP_FUNCTION()
649 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
673 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
729 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
730 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
737 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
738 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
744 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
745 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
796 PCNTL_G(last_error) = errno; in pcntl_sigwaitinfo()
797 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in pcntl_sigwaitinfo()
804 PCNTL_G(last_error) = errno; in pcntl_sigwaitinfo()
805 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in pcntl_sigwaitinfo()
817 if (signo == -1 && errno != EAGAIN) { in pcntl_sigwaitinfo()
818 PCNTL_G(last_error) = errno; in pcntl_sigwaitinfo()
819 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in pcntl_sigwaitinfo()
921 errno = 0; in PHP_FUNCTION()
926 if (errno) { in PHP_FUNCTION()
927 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
928 switch (errno) { in PHP_FUNCTION()
930 …rror_docref(NULL, E_WARNING, "Error %d: No process was located using the given parameters", errno); in PHP_FUNCTION()
950 php_error_docref(NULL, E_WARNING, "Unknown error %d has occurred", errno); in PHP_FUNCTION()
980 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
981 switch (errno) { in PHP_FUNCTION()
983 …rror_docref(NULL, E_WARNING, "Error %d: No process was located using the given parameters", errno); in PHP_FUNCTION()
1005 …d, but neither its effective nor real user ID matched the effective user ID of the caller", errno); in PHP_FUNCTION()
1008 …ULL, E_WARNING, "Error %d: Only a super user may attempt to increase the process priority", errno); in PHP_FUNCTION()
1011 php_error_docref(NULL, E_WARNING, "Unknown error %d has occurred", errno); in PHP_FUNCTION()
1185 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1186 switch (errno) { in PHP_FUNCTION()
1195 php_error_docref(NULL, E_WARNING, "Error %d: Insufficient memory for unshare", errno); in PHP_FUNCTION()
1200 php_error_docref(NULL, E_WARNING, "Error %d: No privilege to use these flags", errno); in PHP_FUNCTION()
1205 …WARNING, "Error %d: Reached the maximum nesting limit for one of the specified namespaces", errno); in PHP_FUNCTION()
1210 …cref(NULL, E_WARNING, "Error %d: Reached the maximum nesting limit for the user namespace", errno); in PHP_FUNCTION()
1214 php_error_docref(NULL, E_WARNING, "Unknown error %d has occurred", errno); in PHP_FUNCTION()
1270 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1271 switch (errno) { in PHP_FUNCTION()
1277 php_error_docref(NULL, E_WARNING, "Error %d", errno); in PHP_FUNCTION()
1308 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1309 switch (errno) { in PHP_FUNCTION()
1320 php_error_docref(NULL, E_WARNING, "Error %d", errno); in PHP_FUNCTION()