--- embedaddon/php/ext/dom/text.c 2012/02/21 23:47:54 1.1.1.1 +++ embedaddon/php/ext/dom/text.c 2012/05/29 12:34:37 1.1.1.2 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: text.c,v 1.1.1.1 2012/02/21 23:47:54 misho Exp $ */ +/* $Id: text.c,v 1.1.1.2 2012/05/29 12:34:37 misho Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -196,7 +196,7 @@ PHP_FUNCTION(dom_text_split_text) nnode->type = XML_TEXT_NODE; } - return_value = php_dom_create_object(nnode, &ret, NULL, return_value, intern TSRMLS_CC); + return_value = php_dom_create_object(nnode, &ret, return_value, intern TSRMLS_CC); } /* }}} end dom_text_split_text */