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()
892 errno = 0; in php_pcntl_set_user_signal_infos()
894 PCNTL_G(last_error) = errno; in php_pcntl_set_user_signal_infos()
895 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in php_pcntl_set_user_signal_infos()
924 errno = 0; in PHP_FUNCTION()
927 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
928 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
940 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
941 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
987 errno = 0; in PHP_FUNCTION()
992 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
993 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
1046 errno = 0; in PHP_FUNCTION()
1053 if (errno != EAGAIN) { in PHP_FUNCTION()
1054 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1055 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
1158 errno = 0; in PHP_FUNCTION()
1163 if (errno) { in PHP_FUNCTION()
1164 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1165 switch (errno) { in PHP_FUNCTION()
1167 …rror_docref(NULL, E_WARNING, "Error %d: No process was located using the given parameters", errno); in PHP_FUNCTION()
1187 php_error_docref(NULL, E_WARNING, "Unknown error %d has occurred", errno); in PHP_FUNCTION()
1217 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1218 switch (errno) { in PHP_FUNCTION()
1220 …rror_docref(NULL, E_WARNING, "Error %d: No process was located using the given parameters", errno); in PHP_FUNCTION()
1242 …d, but neither its effective nor real user ID matched the effective user ID of the caller", errno); in PHP_FUNCTION()
1245 …ULL, E_WARNING, "Error %d: Only a super user may attempt to increase the process priority", errno); in PHP_FUNCTION()
1248 php_error_docref(NULL, E_WARNING, "Unknown error %d has occurred", errno); in PHP_FUNCTION()
1422 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1423 switch (errno) { in PHP_FUNCTION()
1432 php_error_docref(NULL, E_WARNING, "Error %d: Insufficient memory for unshare", errno); in PHP_FUNCTION()
1437 php_error_docref(NULL, E_WARNING, "Error %d: No privilege to use these flags", errno); in PHP_FUNCTION()
1442 …WARNING, "Error %d: Reached the maximum nesting limit for one of the specified namespaces", errno); in PHP_FUNCTION()
1447 …cref(NULL, E_WARNING, "Error %d: Reached the maximum nesting limit for the user namespace", errno); in PHP_FUNCTION()
1451 php_error_docref(NULL, E_WARNING, "Unknown error %d has occurred", errno); in PHP_FUNCTION()
1507 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1508 switch (errno) { in PHP_FUNCTION()
1514 php_error_docref(NULL, E_WARNING, "Error %d", errno); in PHP_FUNCTION()
1545 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1546 switch (errno) { in PHP_FUNCTION()
1557 php_error_docref(NULL, E_WARNING, "Error %d", errno); in PHP_FUNCTION()
1583 if (errno) { in PHP_FUNCTION()
1584 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1585 switch (errno) { in PHP_FUNCTION()
1592 … php_error_docref(NULL, E_WARNING, "Error %d: File descriptors per-process limit reached", errno); in PHP_FUNCTION()
1596 php_error_docref(NULL, E_WARNING, "Error %d: Anonymous inode fs unsupported", errno); in PHP_FUNCTION()
1600 php_error_docref(NULL, E_WARNING, "Error %d: Insufficient memory for pidfd_open", errno); in PHP_FUNCTION()
1604 php_error_docref(NULL, E_WARNING, "Error %d", errno); in PHP_FUNCTION()
1612 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1613 switch (errno) { in PHP_FUNCTION()
1623 php_error_docref(NULL, E_WARNING, "Error %d: No required capability for this process", errno); in PHP_FUNCTION()
1627 php_error_docref(NULL, E_WARNING, "Error %d", errno); in PHP_FUNCTION()
1655 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1656 switch (errno) { in PHP_FUNCTION()
1667 php_error_docref(NULL, E_WARNING, "Error %d", errno); in PHP_FUNCTION()
1744 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1745 switch (errno) { in PHP_FUNCTION()
1756 php_error_docref(NULL, E_WARNING, "Error %d", errno); in PHP_FUNCTION()
1829 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1850 PCNTL_G(last_error) = errno; in PHP_FUNCTION()