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 …rror_docref(NULL TSRMLS_CC, E_WARNING, "Error has occured: (errno %d) %s", errno, strerror(errno)); in PHP_FUNCTION()
828 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
829 …rror_docref(NULL TSRMLS_CC, E_WARNING, "Error has occured: (errno %d) %s", errno, strerror(errno)); in PHP_FUNCTION()
871 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
891 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
923 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
924 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
937 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
938 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
945 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
946 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
992 PCNTL_G(last_error) = errno; in pcntl_sigwaitinfo()
993 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); in pcntl_sigwaitinfo()
1006 PCNTL_G(last_error) = errno; in pcntl_sigwaitinfo()
1007 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); in pcntl_sigwaitinfo()
1020 if (signo == -1 && errno != EAGAIN) { in pcntl_sigwaitinfo()
1021 PCNTL_G(last_error) = errno; in pcntl_sigwaitinfo()
1022 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); in pcntl_sigwaitinfo()
1110 errno = 0; in PHP_FUNCTION()
1114 if (errno) { in PHP_FUNCTION()
1115 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1116 switch (errno) { in PHP_FUNCTION()
1118 …f(NULL TSRMLS_CC, E_WARNING, "Error %d: No process was located using the given parameters", errno); in PHP_FUNCTION()
1121 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error %d: Invalid identifier flag", errno); in PHP_FUNCTION()
1124 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown error %d has occured", errno); in PHP_FUNCTION()
1149 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1150 switch (errno) { in PHP_FUNCTION()
1152 …f(NULL TSRMLS_CC, E_WARNING, "Error %d: No process was located using the given parameters", errno); in PHP_FUNCTION()
1155 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error %d: Invalid identifier flag", errno); in PHP_FUNCTION()
1158 …d, but neither its effective nor real user ID matched the effective user ID of the caller", errno); in PHP_FUNCTION()
1161 …_CC, E_WARNING, "Error %d: Only a super user may attempt to increase the process priority", errno); in PHP_FUNCTION()
1164 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown error %d has occured", errno); in PHP_FUNCTION()