From: David Coallier Date: Sun, 10 May 2009 20:00:58 +0000 (+0000) Subject: - MFB: Removed the RETURN_TRUE to keep consistency with documentation. X-Git-Tag: php-5.4.0alpha1~191^2~3707 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67be3d9e01314c83700ad37abb0f3501f3ab0a5f;p=php - MFB: Removed the RETURN_TRUE to keep consistency with documentation. This function is supposed to be "void registerPHPFunctions" --- diff --git a/ext/xsl/xsltprocessor.c b/ext/xsl/xsltprocessor.c index 10e261834e..c5085d9f67 100644 --- a/ext/xsl/xsltprocessor.c +++ b/ext/xsl/xsltprocessor.c @@ -847,7 +847,6 @@ PHP_FUNCTION(xsl_xsltprocessor_register_php_functions) zend_hash_move_forward(Z_ARRVAL_P(array_value)); } intern->registerPhpFunctions = 2; - RETURN_TRUE; } else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "t", &name, &name_len, &name_type) == SUCCESS) { intern = (xsl_object *)zend_object_store_get_object(id TSRMLS_CC);