]> granicus.if.org Git - php/commitdiff
- Removed the RETURN_TRUE to keep consistency with documentation. This function
authorDavid Coallier <davidc@php.net>
Sun, 10 May 2009 19:59:47 +0000 (19:59 +0000)
committerDavid Coallier <davidc@php.net>
Sun, 10 May 2009 19:59:47 +0000 (19:59 +0000)
  is supposed to be "void registerPHPFunctions"

ext/xsl/xsltprocessor.c

index fe23f2a446384768e1ce2478f75b3671877b223a..e7f76af11948819787b9a5a810f99c3d25dc1759 100644 (file)
@@ -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);