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()
724 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
725 php_error_docref(NULL, E_WARNING, "Error has occurred: (errno %d) %s", errno, strerror(errno)); in PHP_FUNCTION()
786 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
806 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
868 errno = 0; in php_pcntl_set_user_signal_infos()
870 PCNTL_G(last_error) = errno; in php_pcntl_set_user_signal_infos()
871 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in php_pcntl_set_user_signal_infos()
893 errno = 0; in php_pcntl_set_user_signal_infos()
895 PCNTL_G(last_error) = errno; in php_pcntl_set_user_signal_infos()
896 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in php_pcntl_set_user_signal_infos()
925 errno = 0; in PHP_FUNCTION()
928 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
929 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
941 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
942 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
988 errno = 0; in PHP_FUNCTION()
993 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
994 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
1047 errno = 0; in PHP_FUNCTION()
1054 if (errno != EAGAIN) { in PHP_FUNCTION()
1055 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1056 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
1159 errno = 0; in PHP_FUNCTION()
1164 if (errno) { in PHP_FUNCTION()
1165 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1166 switch (errno) { in PHP_FUNCTION()
1168 …rror_docref(NULL, E_WARNING, "Error %d: No process was located using the given parameters", errno); in PHP_FUNCTION()
1188 php_error_docref(NULL, E_WARNING, "Unknown error %d has occurred", errno); in PHP_FUNCTION()
1218 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1219 switch (errno) { in PHP_FUNCTION()
1221 …rror_docref(NULL, E_WARNING, "Error %d: No process was located using the given parameters", errno); in PHP_FUNCTION()
1243 …d, but neither its effective nor real user ID matched the effective user ID of the caller", errno); in PHP_FUNCTION()
1246 …ULL, E_WARNING, "Error %d: Only a super user may attempt to increase the process priority", errno); in PHP_FUNCTION()
1249 php_error_docref(NULL, E_WARNING, "Unknown error %d has occurred", errno); in PHP_FUNCTION()
1423 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1424 switch (errno) { in PHP_FUNCTION()
1433 php_error_docref(NULL, E_WARNING, "Error %d: Insufficient memory for unshare", errno); in PHP_FUNCTION()
1438 php_error_docref(NULL, E_WARNING, "Error %d: No privilege to use these flags", errno); in PHP_FUNCTION()
1443 …WARNING, "Error %d: Reached the maximum nesting limit for one of the specified namespaces", errno); in PHP_FUNCTION()
1448 …cref(NULL, E_WARNING, "Error %d: Reached the maximum nesting limit for the user namespace", errno); in PHP_FUNCTION()
1452 php_error_docref(NULL, E_WARNING, "Unknown error %d has occurred", errno); in PHP_FUNCTION()
1508 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1509 switch (errno) { in PHP_FUNCTION()
1515 php_error_docref(NULL, E_WARNING, "Error %d", errno); in PHP_FUNCTION()
1546 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1547 switch (errno) { in PHP_FUNCTION()
1558 php_error_docref(NULL, E_WARNING, "Error %d", errno); in PHP_FUNCTION()
1584 if (errno) { in PHP_FUNCTION()
1585 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1586 switch (errno) { in PHP_FUNCTION()
1593 … php_error_docref(NULL, E_WARNING, "Error %d: File descriptors per-process limit reached", errno); in PHP_FUNCTION()
1597 php_error_docref(NULL, E_WARNING, "Error %d: Anonymous inode fs unsupported", errno); in PHP_FUNCTION()
1601 php_error_docref(NULL, E_WARNING, "Error %d: Insufficient memory for pidfd_open", errno); in PHP_FUNCTION()
1605 php_error_docref(NULL, E_WARNING, "Error %d", errno); in PHP_FUNCTION()
1613 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1614 switch (errno) { in PHP_FUNCTION()
1624 php_error_docref(NULL, E_WARNING, "Error %d: No required capability for this process", errno); in PHP_FUNCTION()
1628 php_error_docref(NULL, E_WARNING, "Error %d", errno); in PHP_FUNCTION()
1656 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1657 switch (errno) { in PHP_FUNCTION()
1668 php_error_docref(NULL, E_WARNING, "Error %d", errno); in PHP_FUNCTION()
1745 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1746 switch (errno) { in PHP_FUNCTION()
1757 php_error_docref(NULL, E_WARNING, "Error %d", errno); in PHP_FUNCTION()
1830 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1851 PCNTL_G(last_error) = errno; in PHP_FUNCTION()