summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-03-27 00:38:35 +0000
committerMarcus Boerger <helly@php.net>2004-03-27 00:38:35 +0000
commitd508cecfe37b15486288e6ffe2c06dbe42d76bc3 (patch)
tree09c62693b89b98d50679432697583cd7d091a61e
parent3d6ca9f2ccbdc83ec823fbf3f9e3b6d35e088309 (diff)
downloadphp-git-d508cecfe37b15486288e6ffe2c06dbe42d76bc3.tar.gz
Follow ming_xy naming convention
-rw-r--r--ext/ming/ming.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/ming/ming.c b/ext/ming/ming.c
index c049b8ccde..893360e3dc 100644
--- a/ext/ming/ming.c
+++ b/ext/ming/ming.c
@@ -48,7 +48,7 @@ static zend_function_entry ming_functions[] = {
PHP_FALIAS(ming_setcubicthreshold, ming_setCubicThreshold, NULL)
PHP_FALIAS(ming_setscale, ming_setScale, NULL)
PHP_FALIAS(ming_useswfversion, ming_useSWFVersion, NULL)
- PHP_FALIAS(swfbutton_keypress, swfbutton_keypress, NULL)
+ PHP_FALIAS(ming_keypress, ming_keypress, NULL)
#ifdef HAVE_NEW_MING
PHP_FALIAS(ming_useconstants, ming_useConstants, NULL)
#endif
@@ -627,9 +627,9 @@ PHP_METHOD(swfbutton, addAction)
}
/* }}} */
-/* {{{ proto int swfbutton_keypress(string str)
+/* {{{ proto int ming_keypress(string str)
Returns the action flag for keyPress(char) */
-PHP_FUNCTION(swfbutton_keypress)
+PHP_FUNCTION(ming_keypress)
{
zval **key;
char c;