/PHP-7.2/ext/sysvsem/ |
H A D | sysvsem.c | 209 …php_error_docref(NULL, E_WARNING, "failed for key 0x" ZEND_XLONG_FMT ": %s", key, strerror(errno)); in PHP_FUNCTION() 241 …WARNING, "failed acquiring SYSVSEM_SETVAL for key 0x" ZEND_XLONG_FMT ": %s", key, strerror(errno)); in PHP_FUNCTION() 249 …php_error_docref(NULL, E_WARNING, "failed for key 0x" ZEND_XLONG_FMT ": %s", key, strerror(errno)); in PHP_FUNCTION() 260 …php_error_docref(NULL, E_WARNING, "failed for key 0x" ZEND_XLONG_FMT ": %s", key, strerror(errno)); in PHP_FUNCTION() 265 php_error_docref(NULL, E_WARNING, "failed for key 0x%lx: %s", key, strerror(errno)); in PHP_FUNCTION() 270 php_error_docref(NULL, E_WARNING, "failed for key 0x%lx: %s", key, strerror(errno)); in PHP_FUNCTION() 282 …WARNING, "failed releasing SYSVSEM_SETVAL for key 0x" ZEND_XLONG_FMT ": %s", key, strerror(errno)); in PHP_FUNCTION() 333 …NING, "failed to %s key 0x%x: %s", acquire ? "acquire" : "release", sem_ptr->key, strerror(errno)); in php_sysvsem_semop() 400 …, E_WARNING, "failed for SysV sempphore " ZEND_LONG_FMT ": %s", Z_LVAL_P(arg_id), strerror(errno));
|
/PHP-7.2/ext/standard/ |
H A D | link.c | 73 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION() 107 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION() 168 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION() 217 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
|
H A D | ftok.c | 63 php_error_docref(NULL, E_WARNING, "ftok() failed - %s", strerror(errno)); in PHP_FUNCTION()
|
H A D | filestat.c | 157 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); 168 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); 251 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); 261 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); 403 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in php_do_chgrp() 540 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in php_do_chown() 611 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION() 696 …php_error_docref(NULL, E_WARNING, "Unable to create file %s because %s", filename, strerror(errno)… in PHP_FUNCTION() 704 php_error_docref(NULL, E_WARNING, "Utime failed: %s", strerror(errno)); in PHP_FUNCTION()
|
H A D | link_win32.c | 109 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION() 264 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
|
H A D | dir.c | 303 php_error_docref(NULL, E_WARNING, "%s (errno %d)", strerror(errno), errno); in PHP_FUNCTION() 312 php_error_docref(NULL, E_WARNING, "%s (errno %d)", strerror(errno), errno); in PHP_FUNCTION() 339 php_error_docref(NULL, E_WARNING, "%s (errno %d)", strerror(errno), errno); in PHP_FUNCTION() 589 php_error_docref(NULL, E_WARNING, "(errno %d): %s", errno, strerror(errno)); in PHP_FUNCTION()
|
H A D | php_string.h | 152 #define strerror php_strerror macro
|
/PHP-7.2/ext/fileinfo/libmagic/ |
H A D | compress.c | 456 return makeerror(newch, n, "No buffer, %s", strerror(errno)); in uncompresszlib() 535 DPRINTF("dup(%d, %d) failed (%s)\n", j, i, strerror(errno)); in copydesc() 555 DPRINTF("Write failed (%s)\n", strerror(errno)); in writechild() 562 DPRINTF("Fork failed (%s)\n", strerror(errno)); in writechild() 568 DPRINTF("Wait failed (%s)\n", strerror(errno)); in writechild() 642 strerror(errno)); in uncompressbuf() 657 compr[method].argv[0], strerror(errno)); in uncompressbuf() 662 strerror(errno)); in uncompressbuf() 675 strerror(errno)); in uncompressbuf() 682 r != -1 ? strerror(errno) : "no data"); in uncompressbuf() [all …]
|
/PHP-7.2/ext/posix/tests/ |
H A D | posix_kill_basic.phpt | 9 echo "Basic test of POSIX getpgid(), kill(), get_last_error() and strerror() functions\n"; 33 Basic test of POSIX getpgid(), kill(), get_last_error() and strerror() functions
|
/PHP-7.2/ext/zip/lib/ |
H A D | zip_error_to_str.c | 55 ss = strerror(se); in zip_error_to_str()
|
H A D | zip_error_strerror.c | 60 ss = strerror(err->sys_err); in zip_error_strerror()
|
/PHP-7.2/ext/xmlrpc/libxmlrpc/ |
H A D | acinclude.m4 | 8 strstr strpbrk strerror\
|
/PHP-7.2/sapi/fpm/fpm/ |
H A D | fpm_shm.c | 27 zlog(ZLOG_SYSERROR, "unable to allocate %zu bytes in shared memory: %s", size, strerror(errno)); in fpm_shm_alloc()
|
H A D | zlog.c | 168 len += snprintf(buf + len, buf_size - len, ": %s (%d)", strerror(saved_errno), saved_errno); in vzlog()
|
/PHP-7.2/ext/shmop/ |
H A D | shmop.c | 201 …_docref(NULL, E_WARNING, "unable to attach or create shared memory segment '%s'", strerror(errno)); in PHP_FUNCTION() 207 …r_docref(NULL, E_WARNING, "unable to get shared memory segment information '%s'", strerror(errno)); in PHP_FUNCTION() 213 …php_error_docref(NULL, E_WARNING, "unable to attach to shared memory segment '%s'", strerror(errno… in PHP_FUNCTION()
|
/PHP-7.2/ext/session/ |
H A D | mod_files.c | 222 …LL, E_WARNING, "fcntl(%d, F_SETFD, FD_CLOEXEC) failed: %s (%d)", data->fd, strerror(errno), errno); in ps_files_open() 226 …php_error_docref(NULL, E_WARNING, "open(%s, O_RDWR) failed: %s (%d)", buf, strerror(errno), errno); in ps_files_open() 274 php_error_docref(NULL, E_WARNING, "write failed: %s (%d)", strerror(errno), errno); in ps_files_write() 297 …L, E_NOTICE, "ps_files_cleanup_dir: opendir(%s) failed: %s (%d)", dirname, strerror(errno), errno); in ps_files_cleanup_dir() 527 php_error_docref(NULL, E_WARNING, "read failed: %s (%d)", strerror(errno), errno); in PS_READ_FUNC()
|
/PHP-7.2/main/streams/ |
H A D | plain_wrapper.c | 1119 php_error_docref1(NULL, url, E_WARNING, "%s", strerror(errno)); in php_plain_files_unlink() 1185 php_error_docref2(NULL, url_from, url_to, E_WARNING, "%s", strerror(errno)); in php_plain_files_rename() 1193 php_error_docref2(NULL, url_from, url_to, E_WARNING, "%s", strerror(errno)); in php_plain_files_rename() 1204 php_error_docref2(NULL, url_from, url_to, E_WARNING, "%s", strerror(errno)); in php_plain_files_rename() 1207 php_error_docref2(NULL, url_from, url_to, E_WARNING, "%s", strerror(errno)); in php_plain_files_rename() 1220 php_error_docref2(NULL, url_from, url_to, E_WARNING, "%s", strerror(errno)); in php_plain_files_rename() 1299 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in php_plain_files_mkdir() 1328 php_error_docref1(NULL, url, E_WARNING, "%s", strerror(ENOENT)); in php_plain_files_rmdir() 1334 php_error_docref1(NULL, url, E_WARNING, "%s", strerror(errno)); in php_plain_files_rmdir() 1356 php_error_docref1(NULL, url, E_WARNING, "%s", strerror(ENOENT)); in php_plain_files_metadata() [all …]
|
/PHP-7.2/ext/opcache/ |
H A D | zend_shared_alloc.c | 90 zend_accel_error(ACCEL_LOG_FATAL, "Unable to create lock file: %s (%d)", strerror(errno), errno); in zend_shared_alloc_create_lock() 102 …segment of %zu bytes: %s: %s (%d)", allocate_size, error?error:"unknown", strerror(errno), errno ); in no_memory_bailout() 400 zend_accel_error(ACCEL_LOG_ERROR, "Cannot create lock - %s (%d)", strerror(errno), errno); in zend_shared_alloc_lock() 426 zend_accel_error(ACCEL_LOG_ERROR, "Cannot remove lock - %s (%d)", strerror(errno), errno); in zend_shared_alloc_unlock()
|
H A D | ZendAccelerator.c | 241 zend_accel_error(ACCEL_LOG_DEBUG, "RestartC(+1): %s (%d)", strerror(errno), errno); in accel_restart_enter() 262 zend_accel_error(ACCEL_LOG_DEBUG, "RestartC(-1): %s (%d)", strerror(errno), errno); in accel_restart_leave() 279 zend_accel_error(ACCEL_LOG_DEBUG, "RestartC: %s (%d)", strerror(errno), errno); in accel_restart_is_active() 309 zend_accel_error(ACCEL_LOG_DEBUG, "UpdateC(+1): %s (%d)", strerror(errno), errno); in accel_activate_add() 333 zend_accel_error(ACCEL_LOG_DEBUG, "UpdateC(-1): %s (%d)", strerror(errno), errno); in accel_deactivate_sub() 351 zend_accel_error(ACCEL_LOG_DEBUG, "UnlockAll: %s (%d)", strerror(errno), errno); in accel_unlock_all() 724 zend_accel_error(ACCEL_LOG_DEBUG, "KLockers: %s (%d)", strerror(errno), errno); in kill_all_lockers() 750 zend_accel_error(ACCEL_LOG_DEBUG, "UpdateC: %s (%d)", strerror(errno), errno); in accel_is_inactive() 2587 strerror(errno), errno); in accel_remap_huge_pages() 2612 strerror(errno), errno); in accel_remap_huge_pages() [all …]
|
/PHP-7.2/sapi/litespeed/ |
H A D | lscriu.c | 442 s_pid, strerror(errno)); in LSCRIU_Native_Dump() 475 s_pid, strerror(errno)); in LSCRIU_CloudLinux_Checkpoint() 543 getpid(), strerror(errno)); in LSCRIU_try_checkpoint()
|
/PHP-7.2/ext/sysvshm/ |
H A D | sysvshm.c | 178 …php_error_docref(NULL, E_WARNING, "failed for key 0x" ZEND_XLONG_FMT ": %s", shm_key, strerror(err… in PHP_FUNCTION() 185 …php_error_docref(NULL, E_WARNING, "failed for key 0x" ZEND_XLONG_FMT ": %s", shm_key, strerror(err… in PHP_FUNCTION() 236 …led for key 0x%x, id " ZEND_LONG_FMT ": %s", shm_list_ptr->key, Z_LVAL_P(shm_id), strerror(errno)); in PHP_FUNCTION()
|
/PHP-7.2/sapi/phpdbg/ |
H A D | phpdbg_rinit_hook.c | 66 …in socket at %s defined by phpdbg.path ini setting. Reason: %s", PHPDBG_WG(path), strerror(errno)); in PHP_RINIT_FUNCTION()
|
/PHP-7.2/ext/pcntl/ |
H A D | pcntl.c | 983 php_error_docref(NULL, E_WARNING, "Error has occurred: (errno %d) %s", errno, strerror(errno)); in PHP_FUNCTION() 993 php_error_docref(NULL, E_WARNING, "Error has occurred: (errno %d) %s", errno, strerror(errno)); in PHP_FUNCTION() 1117 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION() 1125 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION() 1132 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION() 1179 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in pcntl_sigwaitinfo() 1187 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in pcntl_sigwaitinfo() 1201 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in pcntl_sigwaitinfo() 1387 RETURN_STRING(strerror(error)); in PHP_FUNCTION()
|
/PHP-7.2/ext/sysvmsg/ |
H A D | sysvmsg.c | 271 …php_error_docref(NULL, E_WARNING, "failed for key 0x" ZEND_XLONG_FMT ": %s", key, strerror(errno)); in PHP_FUNCTION() 470 php_error_docref(NULL, E_WARNING, "msgsnd failed: %s", strerror(errno)); in PHP_FUNCTION()
|
/PHP-7.2/ext/ftp/ |
H A D | ftp.c | 146 php_error_docref(NULL, E_WARNING, "getsockname failed: %s (%d)", strerror(errno), errno); in ftp_open() 1675 php_error_docref(NULL, E_WARNING, "socket() failed: %s (%d)", strerror(errno), errno); in ftp_getdata() 1690 php_error_docref(NULL, E_WARNING, "php_connect_nonb() failed: %s (%d)", strerror(errno), errno); in ftp_getdata() 1708 php_error_docref(NULL, E_WARNING, "bind() failed: %s (%d)", strerror(errno), errno); in ftp_getdata() 1713 php_error_docref(NULL, E_WARNING, "getsockname() failed: %s (%d)", strerror(errno), errno); in ftp_getdata() 1718 php_error_docref(NULL, E_WARNING, "listen() failed: %s (%d)", strerror(errno), errno); in ftp_getdata() 1936 php_error_docref(NULL, E_WARNING, "SSL_read on shutdown: %s (%d)", strerror(errno), errno); in ftp_ssl_shutdown()
|