summaryrefslogtreecommitdiff
path: root/ext/intl/msgformat/msgformat.c
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2014-07-09 00:15:27 +0400
committerDmitry Stogov <dmitry@zend.com>2014-07-09 00:15:27 +0400
commitca414c69040c66642b38d9f3aebe343265adc3f5 (patch)
tree96ae8e52381a3b52b38bc22579381ae70fca22c5 /ext/intl/msgformat/msgformat.c
parentb5e36ec236bf00f9c897691f3d02694438bfc2ba (diff)
downloadphp-git-ca414c69040c66642b38d9f3aebe343265adc3f5.tar.gz
Typo
Diffstat (limited to 'ext/intl/msgformat/msgformat.c')
-rw-r--r--ext/intl/msgformat/msgformat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/msgformat/msgformat.c b/ext/intl/msgformat/msgformat.c
index 853907ce3d..62999436c2 100644
--- a/ext/intl/msgformat/msgformat.c
+++ b/ext/intl/msgformat/msgformat.c
@@ -44,7 +44,7 @@ static void msgfmt_ctor(INTERNAL_FUNCTION_PARAMETERS)
{
intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
"msgfmt_create: unable to parse input parameters", 0 TSRMLS_CC );
- Z_OBJ_P(return_value) == NULL;
+ Z_OBJ_P(return_value) = NULL;
return;
}