GetLastError      157 TSRM/tsrm_win32.c 		if (GetLastError() != ERROR_INSUFFICIENT_BUFFER) {
GetLastError      248 TSRM/tsrm_win32.c 			if (GetLastError() == ERROR_NO_TOKEN) {
GetLastError      530 TSRM/tsrm_win32.c 		DWORD err = GetLastError();
GetLastError      758 TSRM/tsrm_win32.c 	if (GetLastError() == ERROR_ALREADY_EXISTS) {
GetLastError      405 Zend/zend_alloc.c 	DWORD err = GetLastError();
GetLastError      148 Zend/zend_virtual_cwd.c 		DWORD last_error = GetLastError(); \
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      166 ext/opcache/shared_alloc_win32.c 				err = GetLastError();
GetLastError      184 ext/opcache/shared_alloc_win32.c 	err = GetLastError();
GetLastError      222 ext/opcache/shared_alloc_win32.c 		err = GetLastError();
GetLastError      228 ext/opcache/shared_alloc_win32.c 		err = GetLastError();
GetLastError      257 ext/opcache/shared_alloc_win32.c 		zend_win_error_message(ACCEL_LOG_FATAL, "calloc() failed", GetLastError());
GetLastError      266 ext/opcache/shared_alloc_win32.c 	err = GetLastError();
GetLastError      301 ext/opcache/shared_alloc_win32.c 	err = GetLastError();
GetLastError      310 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, 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, E_WARNING, "Could not fetch file information(error %d)", GetLastError());
GetLastError      180 ext/standard/link_win32.c 		php_error_docref(NULL, E_WARNING, "Cannot create symlink, error code(%d)", GetLastError());
GetLastError      750 ext/standard/proc_open.c 		DWORD dw = GetLastError();
GetLastError      164 ext/zip/lib/zip_source_win32handle.c 	    zip_error_set(&ctx->error, ZIP_ER_WRITE, _zip_win32_error_to_errno(GetLastError()));
GetLastError      168 ext/zip/lib/zip_source_win32handle.c 	    zip_error_set(&ctx->error, ZIP_ER_RENAME, _zip_win32_error_to_errno(GetLastError()));
GetLastError      197 ext/zip/lib/zip_source_win32handle.c 		zip_error_set(&ctx->error, ZIP_ER_OPEN, _zip_win32_error_to_errno(GetLastError()));
GetLastError      231 ext/zip/lib/zip_source_win32handle.c 	    zip_error_set(&ctx->error, ZIP_ER_READ, _zip_win32_error_to_errno(GetLastError()));
GetLastError      240 ext/zip/lib/zip_source_win32handle.c 	    zip_error_set(&ctx->error, ZIP_ER_REMOVE, _zip_win32_error_to_errno(GetLastError()));
GetLastError      280 ext/zip/lib/zip_source_win32handle.c 		    zip_error_set(&ctx->error, ZIP_ER_SEEK, _zip_win32_error_to_errno(GetLastError()));
GetLastError      347 ext/zip/lib/zip_source_win32handle.c 		if (h == INVALID_HANDLE_VALUE && GetLastError() == ERROR_FILE_NOT_FOUND) {
GetLastError      354 ext/zip/lib/zip_source_win32handle.c 	    win32err = GetLastError();
GetLastError      383 ext/zip/lib/zip_source_win32handle.c 	    zip_error_set(&ctx->error, ZIP_ER_TELL, _zip_win32_error_to_errno(GetLastError()));
GetLastError      394 ext/zip/lib/zip_source_win32handle.c 	    zip_error_set(&ctx->error, ZIP_ER_WRITE, _zip_win32_error_to_errno(GetLastError()));
GetLastError      436 ext/zip/lib/zip_source_win32handle.c 	if (!success && GetLastError() == ERROR_INSUFFICIENT_BUFFER) {
GetLastError      454 ext/zip/lib/zip_source_win32handle.c 	if (th == INVALID_HANDLE_VALUE && GetLastError() != ERROR_FILE_EXISTS)
GetLastError      461 ext/zip/lib/zip_source_win32handle.c 	zip_error_set(&ctx->error, ZIP_ER_TMPOPEN, _zip_win32_error_to_errno(GetLastError()));
GetLastError      507 ext/zip/lib/zip_source_win32handle.c 	zip_error_set(error, ZIP_ER_SEEK, _zip_win32_error_to_errno(GetLastError()));
GetLastError      551 ext/zip/lib/zip_source_win32handle.c 	zip_error_set(&ctx->error, ZIP_ER_READ, _zip_win32_error_to_errno(GetLastError()));
GetLastError      565 ext/zip/lib/zip_source_win32handle.c 	zip_error_set(&ctx->error, ZIP_ER_READ, _zip_win32_error_to_errno(GetLastError()));
GetLastError     1369 main/fastcgi.c 						errno = GetLastError();
GetLastError      428 main/php_ini.c 			if (GetLastError() == ERROR_ENVVAR_NOT_FOUND) {
GetLastError      932 main/streams/plain_wrapper.c 		php_win32_docref2_from_error(GetLastError(), path, path);
GetLastError     1178 main/streams/plain_wrapper.c 		php_win32_docref2_from_error(GetLastError(), url_from, url_to);
GetLastError      318 sapi/cli/ps_title.c         sprintf(windows_error_details, "Windows error code: %lu", GetLastError());
GetLastError       54 win32/readdir.c 		DWORD err = GetLastError();
GetLastError       95 win32/winutil.c 			if (GetLastError() == NTE_BAD_KEYSET) {
GetLastError       21 win32/winutil.h #define php_win_err()	php_win32_error_to_msg(GetLastError())