]> granicus.if.org Git - php/commitdiff
changed to studlyCaps naming convention
authorRob Richards <rrichards@php.net>
Mon, 7 Jul 2003 19:45:24 +0000 (19:45 +0000)
committerRob Richards <rrichards@php.net>
Mon, 7 Jul 2003 19:45:24 +0000 (19:45 +0000)
ext/xsl/xsltprocessor.c

index ad1ad7f4ca5440cbb8b3ad27154035b252e505b6..507db3e8b71e16b22d803dd456f2e6bb8ee9beea 100644 (file)
 */
 
 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}
 };