Lines Matching refs:errno

141         ZEND_ARG_INFO(0, errno)
547 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
548 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error %d", errno); in PHP_FUNCTION()
587 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
622 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
818 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
819 …ror_docref(NULL TSRMLS_CC, E_WARNING, "Error has occurred: (errno %d) %s", errno, strerror(errno)); in PHP_FUNCTION()
828 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
829 …ror_docref(NULL TSRMLS_CC, E_WARNING, "Error has occurred: (errno %d) %s", errno, strerror(errno)); in PHP_FUNCTION()
877 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
897 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
929 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
930 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
943 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
944 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
951 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
952 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
998 PCNTL_G(last_error) = errno; in pcntl_sigwaitinfo()
999 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); in pcntl_sigwaitinfo()
1012 PCNTL_G(last_error) = errno; in pcntl_sigwaitinfo()
1013 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); in pcntl_sigwaitinfo()
1026 if (signo == -1 && errno != EAGAIN) { in pcntl_sigwaitinfo()
1027 PCNTL_G(last_error) = errno; in pcntl_sigwaitinfo()
1028 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); in pcntl_sigwaitinfo()
1116 errno = 0; in PHP_FUNCTION()
1120 if (errno) { in PHP_FUNCTION()
1121 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1122 switch (errno) { in PHP_FUNCTION()
1124 …f(NULL TSRMLS_CC, E_WARNING, "Error %d: No process was located using the given parameters", errno); in PHP_FUNCTION()
1127 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error %d: Invalid identifier flag", errno); in PHP_FUNCTION()
1130 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown error %d has occurred", errno); in PHP_FUNCTION()
1155 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1156 switch (errno) { in PHP_FUNCTION()
1158 …f(NULL TSRMLS_CC, E_WARNING, "Error %d: No process was located using the given parameters", errno); in PHP_FUNCTION()
1161 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error %d: Invalid identifier flag", errno); in PHP_FUNCTION()
1164 …d, but neither its effective nor real user ID matched the effective user ID of the caller", errno); in PHP_FUNCTION()
1167 …_CC, E_WARNING, "Error %d: Only a super user may attempt to increase the process priority", errno); in PHP_FUNCTION()
1170 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown error %d has occurred", errno); in PHP_FUNCTION()