Home
last modified time | relevance | path

Searched refs:errno (Results 276 – 300 of 389) sorted by relevance

1...<<111213141516

/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 …]
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_savepoint.phpt12 die(sprintf("skip Needs InnoDB support, [%d] %s", $link->errno, $link->error));
H A D067.phpt24 $query, $mysql->errno, $mysql->error);
H A Dmysqli_change_user_rollback.phpt12 die(sprintf("skip Needs InnoDB support, [%d] %s", $link->errno, $link->error));
H A Dmysqli_rollback.phpt12 die(sprintf("skip Needs InnoDB support, [%d] %s", $link->errno, $link->error));
H A D057.phpt90 ["errno"]=>
H A Dmysqli_release_savepoint.phpt12 die(sprintf("skip Needs InnoDB support, [%d] %s", $link->errno, $link->error));
H A Dmysqli_commit.phpt12 die(sprintf("skip Needs InnoDB support, [%d] %s", $link->errno, $link->error));
H A Dmysqli_stmt_execute_stored_proc_out.phpt56 printf("[013] [%d] %s\n", $link->errno, $link->error);
H A D015.phpt13 die(sprintf("skip Needs InnoDB support, [%d] %s", $link->errno, $link->error));
H A D014.phpt13 die(sprintf("skip Needs InnoDB support, [%d] %s", $link->errno, $link->error));
/PHP-8.2/ext/standard/tests/file/
H A D007_variation21.phpt44 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation5.phpt44 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation13.phpt49 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation13-win32.phpt49 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation15.phpt51 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation23.phpt42 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation7.phpt42 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
/PHP-8.2/ext/standard/
H A Dexec.c563 errno = 0;
565 if (errno) {
H A Dphp_fopen_wrapper.c336 "[%d]: %s", fildes_ori, errno, strerror(errno)); in php_stream_url_wrap_php()
/PHP-8.2/ext/standard/tests/http/
H A Dserver.inc13 $server = stream_socket_server('tcp://localhost:0', $errno, $errstr);
/PHP-8.2/ext/fileinfo/libmagic/
H A Dapprentice.c514 errno = EINVAL; in file_ms_alloc()
1146 if (errno != ENOENT) in load_1()
1147 file_error(ms, errno, "cannot read magic file `%s'", in load_1()
2685 errno = 0; in getvalue()
2691 if (errno == 0) in getvalue()
2697 errno = 0; in getvalue()
2699 if (errno == 0) in getvalue()
2708 errno = 0; in getvalue()
2749 if (errno == 0) { in getvalue()
3077 file_error(ms, errno, "cannot stat `%s'", dbname); in apprentice_map()
[all …]
/PHP-8.2/ext/openssl/tests/
H A Dstream_server_reneg_limit.phpt44 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
/PHP-8.2/win32/
H A Dglob.c605 errno = 0; in glob3()
613 if (pglob->gl_errfunc(buf, errno) || in glob3()
718 errno = 0; in globextend()
/PHP-8.2/Zend/
H A Dzend_virtual_cwd.c305 errno = ERANGE; /* Is this OK? */ in virtual_getcwd()
1024 errno = EINVAL; in virtual_file_ex()
1073 errno = ENAMETOOLONG; in virtual_file_ex()
1144 if (errno != EACCES) { in virtual_file_ex()
1145 errno = ENOENT; in virtual_file_ex()
1148 errno = ENOENT; in virtual_file_ex()
1225 errno = ENOENT; in virtual_chdir_file()

Completed in 45 milliseconds

1...<<111213141516