--- embedaddon/php/ext/xsl/xsltprocessor.c 2012/05/29 12:34:41 1.1.1.2 +++ embedaddon/php/ext/xsl/xsltprocessor.c 2013/07/22 01:32:11 1.1.1.3 @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2012 The PHP Group | + | Copyright (c) 1997-2013 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: xsltprocessor.c,v 1.1.1.2 2012/05/29 12:34:41 misho Exp $ */ +/* $Id: xsltprocessor.c,v 1.1.1.3 2013/07/22 01:32:11 misho Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -336,7 +336,7 @@ static void xsl_ext_function_php(xmlXPathParserContext php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to call handler %s()", Z_STRVAL_P(&handler)); valuePush(ctxt, xmlXPathNewString("")); } - /* retval is == NULL, when an exception occured, don't report anything, because PHP itself will handle that */ + /* retval is == NULL, when an exception occurred, don't report anything, because PHP itself will handle that */ } else if (retval == NULL) { } else { if (retval->type == IS_OBJECT && instanceof_function( Z_OBJCE_P(retval), dom_node_class_entry TSRMLS_CC)) {