mirror of
https://github.com/php/php-src.git
synced 2024-11-25 10:54:15 +08:00
- Removed the RETURN_TRUE to keep consistency with documentation. This function
is supposed to be "void registerPHPFunctions"
This commit is contained in:
parent
0cb1c2797f
commit
0204349438
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user