We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PHPAPI
1 parent e0a2e2e commit 664c1d1Copy full SHA for 664c1d1
ext/standard/math.c
@@ -304,7 +304,7 @@ PHP_FUNCTION(floor)
304
}
305
/* }}} */
306
307
-int php_math_round_mode_from_enum(zend_object *mode)
+PHPAPI int php_math_round_mode_from_enum(zend_object *mode)
308
{
309
zval *case_name = zend_enum_fetch_case_name(mode);
310
zend_string *mode_name = Z_STR_P(case_name);
ext/standard/php_math_round_mode.h
@@ -52,4 +52,4 @@
52
53
extern PHPAPI zend_class_entry *rounding_mode_ce;
54
55
-int php_math_round_mode_from_enum(zend_object *mode);
+PHPAPI int php_math_round_mode_from_enum(zend_object *mode);
0 commit comments