summaryrefslogtreecommitdiff
path: root/ext/dom/entityreference.c
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2008-11-02 21:10:13 +0000
committerFelipe Pena <felipe@php.net>2008-11-02 21:10:13 +0000
commite006a89e71e2070c5aece7c57517a3ecb9e52883 (patch)
tree9acfea28eec467841184911e8cf96407a625db81 /ext/dom/entityreference.c
parent7ddf58a438e851e506b89313680a0476f52a12d5 (diff)
downloadphp-git-e006a89e71e2070c5aece7c57517a3ecb9e52883.tar.gz
- Revert ZEND_BEGIN_ARG_INFO change
Diffstat (limited to 'ext/dom/entityreference.c')
-rw-r--r--ext/dom/entityreference.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/dom/entityreference.c b/ext/dom/entityreference.c
index d12e00cdf4..571e2a424d 100644
--- a/ext/dom/entityreference.c
+++ b/ext/dom/entityreference.c
@@ -28,6 +28,7 @@
#include "php_dom.h"
/* {{{ arginfo */
+static
ZEND_BEGIN_ARG_INFO_EX(arginfo_dom_entityreference_construct, 0, 0, 1)
ZEND_ARG_INFO(0, name)
ZEND_END_ARG_INFO();