GetLastError 1534 TSRM/tsrm_virtual_cwd.c if (GetLastError() == ERROR_ALREADY_EXISTS) {
GetLastError 153 TSRM/tsrm_win32.c if (GetLastError() != ERROR_INSUFFICIENT_BUFFER) {
GetLastError 245 TSRM/tsrm_win32.c DWORD err = GetLastError();
GetLastError 246 TSRM/tsrm_win32.c if (GetLastError() == ERROR_NO_TOKEN) {
GetLastError 529 TSRM/tsrm_win32.c DWORD err = GetLastError();
GetLastError 989 Zend/zend_alloc.c if (GetLastError() == NTE_BAD_KEYSET) {
GetLastError 63 ext/com_dotnet/com_olechar.c char *msg = php_win32_error_to_msg(GetLastError());
GetLastError 94 ext/com_dotnet/com_olechar.c char *msg = php_win32_error_to_msg(GetLastError());
GetLastError 134 ext/opcache/shared_alloc_win32.c err = GetLastError();
GetLastError 142 ext/opcache/shared_alloc_win32.c err = GetLastError();
GetLastError 160 ext/opcache/shared_alloc_win32.c err = GetLastError();
GetLastError 199 ext/opcache/shared_alloc_win32.c err = GetLastError();
GetLastError 205 ext/opcache/shared_alloc_win32.c err = GetLastError();
GetLastError 229 ext/opcache/shared_alloc_win32.c zend_win_error_message(ACCEL_LOG_FATAL, "calloc() failed", GetLastError());
GetLastError 238 ext/opcache/shared_alloc_win32.c err = GetLastError();
GetLastError 295 ext/opcache/shared_alloc_win32.c err = GetLastError();
GetLastError 304 ext/opcache/shared_alloc_win32.c err = GetLastError();
GetLastError 33871 ext/sqlite3/libsqlite/sqlite3.c { "GetLastError", (SYSCALL)GetLastError, 0 },
GetLastError 4041 ext/standard/basic_functions.c if (GetLastError() == ERROR_ENVVAR_NOT_FOUND) {
GetLastError 154 ext/standard/flock_compat.c err = GetLastError();
GetLastError 78 ext/standard/link_win32.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "readlink failed to read the symbolic link (%s), error %d)", link, GetLastError());
GetLastError 170 ext/standard/link_win32.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not fetch file information(error %d)", GetLastError());
GetLastError 180 ext/standard/link_win32.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot create symlink, error code(%d)", GetLastError());
GetLastError 772 ext/standard/proc_open.c DWORD dw = GetLastError();
GetLastError 2081 main/main.c php_printf("\nGetVersionEx unusable. %d\n", GetLastError());
GetLastError 432 main/php_ini.c if (GetLastError() == ERROR_ENVVAR_NOT_FOUND) {
GetLastError 905 main/streams/plain_wrapper.c php_win32_docref2_from_error(GetLastError(), path, path TSRMLS_CC);
GetLastError 1156 main/streams/plain_wrapper.c php_win32_docref2_from_error(GetLastError(), url_from, url_to TSRMLS_CC);
GetLastError 1165 sapi/cgi/fastcgi.c errno = GetLastError();
GetLastError 314 sapi/cli/ps_title.c sprintf(windows_error_details, "Windows error code: %d", GetLastError());
GetLastError 825 sapi/fpm/fpm/fastcgi.c errno = GetLastError();
GetLastError 173 sapi/isapi/php5isapi.c } else if (GetLastError() == ERROR_INSUFFICIENT_BUFFER) {
GetLastError 365 sapi/isapi/php5isapi.c } else if (GetLastError()==ERROR_INSUFFICIENT_BUFFER) {
GetLastError 577 sapi/isapi/php5isapi.c } else if (GetLastError() == ERROR_INSUFFICIENT_BUFFER) {
GetLastError 526 sapi/isapi/stresstest/stresstest.cpp GetLastError(),
GetLastError 532 sapi/isapi/stresstest/stresstest.cpp fprintf(stderr,"Error: Dll 'php5isapi.dll' not found -%d\n%s\n", GetLastError(), lpMsgBuf);
GetLastError 544 sapi/isapi/stresstest/stresstest.cpp fprintf(stderr,"Can't Get Extension Version %d\n", GetLastError());
GetLastError 551 sapi/isapi/stresstest/stresstest.cpp fprintf(stderr,"Can't Get Extension proc %d\n", GetLastError());
GetLastError 55 win32/readdir.c DWORD err = GetLastError();
GetLastError 98 win32/winutil.c if (GetLastError() == NTE_BAD_KEYSET) {
GetLastError 21 win32/winutil.h #define php_win_err() php_win32_error_to_msg(GetLastError())