Home
last modified time | relevance | path

Searched refs:errno (Results 251 – 275 of 387) sorted by relevance

1...<<111213141516

/PHP-8.2/ext/standard/tests/network/
H A Dfsockopen_variation2.phpt10 $server = stream_socket_server($hostname . ':' . $port, $errno, $errstr, STREAM_SERVER_BIND);
/PHP-8.2/ext/opcache/
H A Dzend_file_cache.c210 if (mkdir(filename, S_IRWXU) < 0 && errno != EEXIST) {
212 if (php_win32_ioutil_mkdir(filename, 0700) < 0 && errno != EEXIST) {
1028 errno = written == -1 ? errno : EAGAIN;
1033 errno = EFBIG;
1035 errno = ERANGE;
1042 errno = written == -1 ? errno : EAGAIN;
1048 errno = written == -1 ? errno : EAGAIN;
1054 errno = written == -1 ? errno : EAGAIN;
1086 if (errno != EEXIST) {
1087 …accel_error(ACCEL_LOG_WARNING, "opcache cannot create file '%s', %s\n", filename, strerror(errno));
[all …]
H A DZendAccelerator.c325 zend_accel_error(ACCEL_LOG_DEBUG, "RestartC: %s (%d)", strerror(errno), errno); in accel_restart_is_active()
357 zend_accel_error(ACCEL_LOG_DEBUG, "UpdateC(+1): %s (%d)", strerror(errno), errno); in accel_activate_add()
383 zend_accel_error(ACCEL_LOG_DEBUG, "UpdateC(-1): %s (%d)", strerror(errno), errno); in accel_deactivate_sub()
405 zend_accel_error(ACCEL_LOG_DEBUG, "UnlockAll: %s (%d)", strerror(errno), errno); in accel_unlock_all()
844 errno = 0; in kill_all_lockers()
851 if (errno == ESRCH) { in kill_all_lockers()
863 if (errno == ESRCH) { in kill_all_lockers()
915 zend_accel_error(ACCEL_LOG_DEBUG, "UpdateC: %s (%d)", strerror(errno), errno); in accel_is_inactive()
2986 strerror(errno), errno); in accel_remap_huge_pages()
3011 strerror(errno), errno); in accel_remap_huge_pages()
[all …]
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_stmt_get_warnings.phpt16 die(sprintf("skip [%d] %s\n", $link->errno, $link->error));
73 if (0 == $warning->errno)
H A Dmysqli_savepoint.phpt12 die(sprintf("skip Needs InnoDB support, [%d] %s", $link->errno, $link->error));
/PHP-8.2/Zend/
H A Dzend_language_scanner.l1058 errno = 0; in zend_scan_escape_string()
1956 errno = 0;
1997 errno = 0;
2003 if (!errno) {
2013 errno = 0;
2017 ZEND_ASSERT(!errno);
2059 errno = 0;
2064 errno = 0;
2067 errno = 0;
2111 errno = 0;
[all …]
/PHP-8.2/main/
H A Dnetwork.c216 …"php_network_getaddresses: getaddrinfo for %s failed (null result pointer) errno=%d", host, errno);
247 errno = E2BIG;
257 … *error_string = strpprintf(0, "php_network_getaddresses: gethostbyname failed. errno=%d", errno);
897 …(NULL, E_WARNING, "Failed to bind to '%s:%d', system said: %s", bindto, bindport, strerror(errno));
1207 errno = ERANGE;
1236 errno = 0;
1274 && (errno == ERANGE)) {
1300 && (errno == ERANGE)) {
/PHP-8.2/tests/lang/
H A Dbug22592.phpt5 function error_hdlr($errno, $errstr) {
/PHP-8.2/ext/spl/tests/
H A DCallbackFilterIteratorTest-002.phpt6 set_error_handler(function($errno, $errstr){
H A Dspl_004.phpt6 function my_error_handler($errno, $errstr, $errfile, $errline) {
H A Diterator_042.phpt6 function test_error_handler($errno, $msg, $filename, $linenum)
/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_events.c71 } while (res == -1 && errno == EINTR); in fpm_got_signal()
74 if (res < 0 && errno != EAGAIN && errno != EWOULDBLOCK) { in fpm_got_signal()
/PHP-8.2/ext/sysvshm/
H A Dsysvshm.c157 …error_docref(NULL, E_WARNING, "Failed for key 0x" ZEND_XLONG_FMT ": %s", shm_key, strerror(errno)); in PHP_FUNCTION()
163 …error_docref(NULL, E_WARNING, "Failed for key 0x" ZEND_XLONG_FMT ": %s", shm_key, strerror(errno)); in PHP_FUNCTION()
227 …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-8.2/ext/openssl/tests/
H A Dstreams_crypto_method.phpt20 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
H A Dbug65538_001.phpt21 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
H A Dbug65538_003.phpt26 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
/PHP-8.2/ext/standard/tests/streams/
H A Dgh9590-002.phpt23 set_error_handler(function($errno, $errstr) { throw new \Exception($errstr); });
H A Dbug60106-002.phpt13 function get_truncated_socket_filename($errno, $errmsg, $file, $line) {
/PHP-8.2/ext/standard/
H A Dproc_open.c274 } while (wait_pid == -1 && errno == EINTR); in proc_open_rsrc_dtor()
741 php_error_docref(NULL, E_WARNING, "Failed to open /dev/null: %s", strerror(errno)); in set_proc_descriptor_to_blackhole()
758 php_error_docref(NULL, E_WARNING, "Could not open PTY (pseudoterminal): %s", strerror(errno)); in set_proc_descriptor_to_pty()
792 php_error_docref(NULL, E_WARNING, "Unable to create pipe %s", strerror(errno)); in set_proc_descriptor_to_pipe()
890 nindex, strerror(errno)); in dup_proc_descriptor()
1031 "file descriptor %d: %s", descriptors[i].childend, descriptors[i].index, strerror(errno)); in close_parentends_of_pipes()
1287 php_error_docref(NULL, E_WARNING, "Exec failed: %s", strerror(errno)); in PHP_FUNCTION()
1292 php_error_docref(NULL, E_WARNING, "Fork failed: %s", strerror(errno)); in PHP_FUNCTION()
H A Dnet.c273 php_error(E_WARNING, "getifaddrs() failed %d: %s", errno, strerror(errno)); in PHP_FUNCTION()
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_io.c78 } while (ret == -1 && errno == EINTR); in phpdbg_mixed_read()
/PHP-8.2/ext/standard/tests/file/
H A D007_variation1.phpt41 Notice: fwrite(): Write of 37 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation17.phpt41 Notice: fwrite(): Write of 37 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation9.phpt41 Notice: fwrite(): Write of 37 bytes failed with errno=9 Bad file descriptor in %s on line %d
/PHP-8.2/ext/fileinfo/
H A Dlibmagic.patch363 if (errno != ENOENT)
1171 errno = EFTYPE;
1202 errno = EFTYPE;
1207 errno = EFTYPE;
1311 errno = EINVAL;
1428 if (errno == EINTR)
1572 #include <errno.h>
2020 - strerror(errno)) == -1)
2776 - errno = 0;
2795 + errno = 0;
[all …]

Completed in 115 milliseconds

1...<<111213141516