mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
changed to studlyCaps naming convention
This commit is contained in:
parent
4cd06845f9
commit
3b2507b910
@ -35,13 +35,13 @@
|
||||
*/
|
||||
|
||||
zend_function_entry php_xsl_xsltprocessor_class_functions[] = {
|
||||
PHP_FALIAS(import_stylesheet, xsl_xsltprocessor_import_stylesheet, NULL)
|
||||
PHP_FALIAS(transform_to_doc, xsl_xsltprocessor_transform_to_doc, NULL)
|
||||
PHP_FALIAS(transform_to_uri, xsl_xsltprocessor_transform_to_uri, NULL)
|
||||
PHP_FALIAS(transform_to_xml, xsl_xsltprocessor_transform_to_xml, NULL)
|
||||
PHP_FALIAS(set_parameter, xsl_xsltprocessor_set_parameter, NULL)
|
||||
PHP_FALIAS(get_parameter, xsl_xsltprocessor_get_parameter, NULL)
|
||||
PHP_FALIAS(remove_parameter, xsl_xsltprocessor_remove_parameter, NULL)
|
||||
PHP_FALIAS(importStylesheet, xsl_xsltprocessor_import_stylesheet, NULL)
|
||||
PHP_FALIAS(transformToDoc, xsl_xsltprocessor_transform_to_doc, NULL)
|
||||
PHP_FALIAS(transformToUri, xsl_xsltprocessor_transform_to_uri, NULL)
|
||||
PHP_FALIAS(transformToXml, xsl_xsltprocessor_transform_to_xml, NULL)
|
||||
PHP_FALIAS(setParameter, xsl_xsltprocessor_set_parameter, NULL)
|
||||
PHP_FALIAS(getParameter, xsl_xsltprocessor_get_parameter, NULL)
|
||||
PHP_FALIAS(removeParameter, xsl_xsltprocessor_remove_parameter, NULL)
|
||||
{NULL, NULL, NULL}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user