projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
19b4a9c
)
fix #95: typo by @rcanavan
author
Michael Wallner
<mike@php.net>
Thu, 10 Oct 2019 07:19:00 +0000
(09:19 +0200)
committer
Michael Wallner
<mike@php.net>
Thu, 10 Oct 2019 07:19:00 +0000
(09:19 +0200)
src/php_http_message.c
patch
|
blob
|
history
diff --git
a/src/php_http_message.c
b/src/php_http_message.c
index 55fdb81f0755fca64cdf6fe5b5d189fe9c863cae..371ecb7067d021785caa7677de75f135b6b45fdd 100644
(file)
--- a/
src/php_http_message.c
+++ b/
src/php_http_message.c
@@
-1477,7
+1477,7
@@
static PHP_METHOD(HttpMessage, getResponseCode)
PHP_HTTP_MESSAGE_OBJECT_INIT(obj);
if (obj->message->type != PHP_HTTP_RESPONSE) {
- php_error_docref(NULL, E_WARNING, "http\\Message is not
i
f type response");
+ php_error_docref(NULL, E_WARNING, "http\\Message is not
o
f type response");
RETURN_FALSE;
}