Lines Matching refs:errno

105 			php_error_docref(NULL, E_WARNING, "pset_create: %s", strerror(errno));	\
112 php_error_docref(NULL, E_WARNING, "pset_destroy: %s", strerror(errno)); \
273 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
274 switch (errno) { in PHP_FUNCTION()
276 …error_docref(NULL, E_WARNING, "Error %d: Reached the maximum limit of number of processes", errno); in PHP_FUNCTION()
279 php_error_docref(NULL, E_WARNING, "Error %d: Insufficient memory", errno); in PHP_FUNCTION()
283 php_error_docref(NULL, E_WARNING, "Error %d: Unimplemented", errno); in PHP_FUNCTION()
288 php_error_docref(NULL, E_WARNING, "Error %d: File descriptor concurrency issue", errno); in PHP_FUNCTION()
291 php_error_docref(NULL, E_WARNING, "Error %d", errno); in PHP_FUNCTION()
386 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
418 errno = 0; in PHP_FUNCTION()
424 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
471 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
713 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
714 php_error_docref(NULL, E_WARNING, "Error has occurred: (errno %d) %s", errno, strerror(errno)); in PHP_FUNCTION()
723 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
724 php_error_docref(NULL, E_WARNING, "Error has occurred: (errno %d) %s", errno, strerror(errno)); in PHP_FUNCTION()
785 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
805 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
867 errno = 0; in php_pcntl_set_user_signal_infos()
869 PCNTL_G(last_error) = errno; in php_pcntl_set_user_signal_infos()
870 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in php_pcntl_set_user_signal_infos()
891 errno = 0; in php_pcntl_set_user_signal_infos()
893 PCNTL_G(last_error) = errno; in php_pcntl_set_user_signal_infos()
894 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in php_pcntl_set_user_signal_infos()
923 errno = 0; in PHP_FUNCTION()
926 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
927 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
939 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
940 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
986 errno = 0; in PHP_FUNCTION()
991 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
992 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
1045 errno = 0; in PHP_FUNCTION()
1052 if (errno != EAGAIN) { in PHP_FUNCTION()
1053 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1054 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
1157 errno = 0; in PHP_FUNCTION()
1162 if (errno) { in PHP_FUNCTION()
1163 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1164 switch (errno) { in PHP_FUNCTION()
1166 …rror_docref(NULL, E_WARNING, "Error %d: No process was located using the given parameters", errno); in PHP_FUNCTION()
1186 php_error_docref(NULL, E_WARNING, "Unknown error %d has occurred", errno); in PHP_FUNCTION()
1216 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1217 switch (errno) { in PHP_FUNCTION()
1219 …rror_docref(NULL, E_WARNING, "Error %d: No process was located using the given parameters", errno); in PHP_FUNCTION()
1241 …d, but neither its effective nor real user ID matched the effective user ID of the caller", errno); in PHP_FUNCTION()
1244 …ULL, E_WARNING, "Error %d: Only a super user may attempt to increase the process priority", errno); in PHP_FUNCTION()
1247 php_error_docref(NULL, E_WARNING, "Unknown error %d has occurred", errno); in PHP_FUNCTION()
1421 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1422 switch (errno) { in PHP_FUNCTION()
1431 php_error_docref(NULL, E_WARNING, "Error %d: Insufficient memory for unshare", errno); in PHP_FUNCTION()
1436 php_error_docref(NULL, E_WARNING, "Error %d: No privilege to use these flags", errno); in PHP_FUNCTION()
1441 …WARNING, "Error %d: Reached the maximum nesting limit for one of the specified namespaces", errno); in PHP_FUNCTION()
1446 …cref(NULL, E_WARNING, "Error %d: Reached the maximum nesting limit for the user namespace", errno); in PHP_FUNCTION()
1450 php_error_docref(NULL, E_WARNING, "Unknown error %d has occurred", errno); in PHP_FUNCTION()
1506 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1507 switch (errno) { in PHP_FUNCTION()
1513 php_error_docref(NULL, E_WARNING, "Error %d", errno); in PHP_FUNCTION()
1544 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1545 switch (errno) { in PHP_FUNCTION()
1556 php_error_docref(NULL, E_WARNING, "Error %d", errno); in PHP_FUNCTION()
1582 if (errno) { in PHP_FUNCTION()
1583 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1584 switch (errno) { in PHP_FUNCTION()
1591 … php_error_docref(NULL, E_WARNING, "Error %d: File descriptors per-process limit reached", errno); in PHP_FUNCTION()
1595 php_error_docref(NULL, E_WARNING, "Error %d: Anonymous inode fs unsupported", errno); in PHP_FUNCTION()
1599 php_error_docref(NULL, E_WARNING, "Error %d: Insufficient memory for pidfd_open", errno); in PHP_FUNCTION()
1603 php_error_docref(NULL, E_WARNING, "Error %d", errno); in PHP_FUNCTION()
1611 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1612 switch (errno) { in PHP_FUNCTION()
1622 php_error_docref(NULL, E_WARNING, "Error %d: No required capability for this process", errno); in PHP_FUNCTION()
1626 php_error_docref(NULL, E_WARNING, "Error %d", errno); in PHP_FUNCTION()
1654 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1655 switch (errno) { in PHP_FUNCTION()
1666 php_error_docref(NULL, E_WARNING, "Error %d", errno); in PHP_FUNCTION()
1743 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1744 switch (errno) { in PHP_FUNCTION()
1755 php_error_docref(NULL, E_WARNING, "Error %d", errno); in PHP_FUNCTION()
1828 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1849 PCNTL_G(last_error) = errno; in PHP_FUNCTION()