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()
898 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
930 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
931 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
944 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
945 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
952 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
953 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
999 PCNTL_G(last_error) = errno; in pcntl_sigwaitinfo()
1000 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); in pcntl_sigwaitinfo()
1013 PCNTL_G(last_error) = errno; in pcntl_sigwaitinfo()
1014 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); in pcntl_sigwaitinfo()
1027 if (signo == -1 && errno != EAGAIN) { in pcntl_sigwaitinfo()
1028 PCNTL_G(last_error) = errno; in pcntl_sigwaitinfo()
1029 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); in pcntl_sigwaitinfo()
1117 errno = 0; in PHP_FUNCTION()
1121 if (errno) { in PHP_FUNCTION()
1122 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1123 switch (errno) { in PHP_FUNCTION()
1125 …f(NULL TSRMLS_CC, E_WARNING, "Error %d: No process was located using the given parameters", errno); in PHP_FUNCTION()
1128 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error %d: Invalid identifier flag", errno); in PHP_FUNCTION()
1131 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown error %d has occurred", errno); in PHP_FUNCTION()
1156 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1157 switch (errno) { in PHP_FUNCTION()
1159 …f(NULL TSRMLS_CC, E_WARNING, "Error %d: No process was located using the given parameters", errno); in PHP_FUNCTION()
1162 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error %d: Invalid identifier flag", errno); in PHP_FUNCTION()
1165 …d, but neither its effective nor real user ID matched the effective user ID of the caller", errno); in PHP_FUNCTION()
1168 …_CC, E_WARNING, "Error %d: Only a super user may attempt to increase the process priority", errno); in PHP_FUNCTION()
1171 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown error %d has occurred", errno); in PHP_FUNCTION()