mirror of
https://github.com/php/php-src.git
synced 2025-08-21 01:45:16 +02:00
Follow ming_xy naming convention
This commit is contained in:
parent
3d6ca9f2cc
commit
d508cecfe3
1 changed files with 3 additions and 3 deletions
|
@ -48,7 +48,7 @@ static zend_function_entry ming_functions[] = {
|
||||||
PHP_FALIAS(ming_setcubicthreshold, ming_setCubicThreshold, NULL)
|
PHP_FALIAS(ming_setcubicthreshold, ming_setCubicThreshold, NULL)
|
||||||
PHP_FALIAS(ming_setscale, ming_setScale, NULL)
|
PHP_FALIAS(ming_setscale, ming_setScale, NULL)
|
||||||
PHP_FALIAS(ming_useswfversion, ming_useSWFVersion, 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
|
#ifdef HAVE_NEW_MING
|
||||||
PHP_FALIAS(ming_useconstants, ming_useConstants, NULL)
|
PHP_FALIAS(ming_useconstants, ming_useConstants, NULL)
|
||||||
#endif
|
#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) */
|
Returns the action flag for keyPress(char) */
|
||||||
PHP_FUNCTION(swfbutton_keypress)
|
PHP_FUNCTION(ming_keypress)
|
||||||
{
|
{
|
||||||
zval **key;
|
zval **key;
|
||||||
char c;
|
char c;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue