summaryrefslogtreecommitdiff
path: root/Zend/zend_API.c
diff options
context:
space:
mode:
authorAnthony Ferrara <ircmaxell@gmail.com>2015-03-18 15:45:16 -0400
committerAnthony Ferrara <ircmaxell@gmail.com>2015-03-18 15:45:16 -0400
commit579e7fa457a7596fda24f43c64176406d91ed226 (patch)
treefaf65a2cf12b90248a3d65112883472399ab955d /Zend/zend_API.c
parent8be4266f6a8e811a11c9328bd30ca0ea34603c78 (diff)
downloadphp-git-579e7fa457a7596fda24f43c64176406d91ed226.tar.gz
Style cleanup, as well as fixing bug with missing argument for WRONG_PARAM_COUNT_WITH_RETVAL
Diffstat (limited to 'Zend/zend_API.c')
-rw-r--r--Zend/zend_API.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_API.c b/Zend/zend_API.c
index 0248f875ff..da0eca8355 100644
--- a/Zend/zend_API.c
+++ b/Zend/zend_API.c
@@ -157,6 +157,7 @@ ZEND_API void zend_wrong_param_count(void) /* {{{ */
zend_wrong_param_count_ex(0);
}
}
+/* }}} */
ZEND_API void zend_wrong_param_count_ex(zend_bool strict) /* {{{ */
{