From: David Coallier Date: Sun, 10 May 2009 19:59:47 +0000 (+0000) Subject: - Removed the RETURN_TRUE to keep consistency with documentation. This function X-Git-Tag: php-5.3.0RC3~300 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0204349438bdb7cdcb6607277aa8f0eb1aea2d36;p=php - 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 fe23f2a446..e7f76af119 100644 --- a/ext/xsl/xsltprocessor.c +++ b/ext/xsl/xsltprocessor.c @@ -814,7 +814,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, "s", &name, &name_len) == SUCCESS) { intern = (xsl_object *)zend_object_store_get_object(id TSRMLS_CC);