- Fixed ARG INFO
authorDerick Rethans <derick@derickrethans.nl>
Mon, 6 Jun 2011 15:17:45 +0000 (16:17 +0100)
committerDerick Rethans <derick@derickrethans.nl>
Mon, 6 Jun 2011 15:17:45 +0000 (16:17 +0100)
twig.c

diff --git a/twig.c b/twig.c
index 566198e..a5c0a9f 100644 (file)
--- a/twig.c
+++ b/twig.c
 #include "ext/standard/info.h"
 #include "php_twig.h"
 
-ZEND_BEGIN_ARG_INFO_EX(twig_template_get_attribute_args, ZEND_SEND_BY_VAL, ZEND_RETURN_VALUE, 7)
+ZEND_BEGIN_ARG_INFO_EX(twig_template_get_attribute_args, ZEND_SEND_BY_VAL, ZEND_RETURN_VALUE, 6)
        ZEND_ARG_INFO(0, template)
        ZEND_ARG_INFO(0, object)
        ZEND_ARG_INFO(0, item)
        ZEND_ARG_INFO(0, arguments)
        ZEND_ARG_INFO(0, type)
-       ZEND_ARG_INFO(0, noStrictCheck)
-       ZEND_ARG_INFO(0, line)
+       ZEND_ARG_INFO(0, isDefinedTest)
 ZEND_END_ARG_INFO()
 
 zend_function_entry twig_functions[] = {