#endif
#if HAVE_DNGETTEXT
-/* {{{ proto string dngettext (string domain, string msgid1, string msgid2, long count)
+/* {{{ proto string dngettext (string domain, string msgid1, string msgid2, int count)
Plural version of dgettext() */
PHP_FUNCTION(dngettext)
{
#endif
#if HAVE_DCNGETTEXT
-/* {{{ proto string dcngettext (string domain, string msgid1, string msgid2, long n, int category)
+/* {{{ proto string dcngettext (string domain, string msgid1, string msgid2, int n, int category)
Plural version of dcgettext() */
PHP_FUNCTION(dcngettext)
{
static SWFMorph getMorph(zval *id TSRMLS_DC);
static SWFMovieClip getSprite(zval *id TSRMLS_DC);
+/* {{{ proto void ming_setcubicthreshold (int threshold)
+ Set cubic threshold (?) */
PHP_FUNCTION(ming_setCubicThreshold)
{
zval **num;
Ming_setCubicThreshold(Z_LVAL_PP(num));
}
+/* }}} */
+/* {{{ proto void ming_setscale(int scale)
+ Set scale (?) */
PHP_FUNCTION(ming_setScale)
{
zval **num;
Ming_setScale(Z_DVAL_PP(num));
}
+/* }}} */
+/* {{{ proto void ming_useswfversion(int version)
+ Use SWF version (?) */
PHP_FUNCTION(ming_useSWFVersion)
{
zval **num;
Ming_useSWFVersion(Z_LVAL_PP(num));
}
+/* }}} */
static int le_swfmoviep;
static int le_swfshapep;
}
/* }}} */
-/* {{{ proto int swfbutton_keypress(string str)
- Returns the action flag for keyPress(char) */
+/* {{{ proto int swfbutton_keypress(string str)
+ Returns the action flag for keyPress(char) */
PHP_FUNCTION(swfbutton_keypress)
{
zval **key;