Skip to content

Commit 211dc60

Browse files
committed
ext/intl: adding new UCHAR_IDS_UNARY_OPERATOR/UCHAR_ID_COMPAT_MATH_START/UCHAR_ID_COMPAT_MATH_CONTINUE.
Close GH-13420.
1 parent 22a3866 commit 211dc60

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

ext/intl/uchar/uchar.stub.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,14 @@ class IntlChar
5555
public const int PROPERTY_IDS_BINARY_OPERATOR = UNKNOWN;
5656
/** @cvalue UCHAR_IDS_TRINARY_OPERATOR */
5757
public const int PROPERTY_IDS_TRINARY_OPERATOR = UNKNOWN;
58+
#if U_ICU_VERSION_MAJOR_NUM >= 74
59+
/** @cvalue UCHAR_IDS_UNARY_OPERATOR */
60+
public const int PROPERTY_IDS_UNARY_OPERATOR = UNKNOWN;
61+
/** @cvalue UCHAR_ID_COMPAT_MATH_START */
62+
public const int PROPERTY_ID_COMPT_MATH_START = UNKNOWN;
63+
/** @cvalue UCHAR_ID_COMPAT_MATH_CONTINUE */
64+
public const int PROPERTY_ID_COMPT_MATH_CONTINUE = UNKNOWN;
65+
#endif
5866
/** @cvalue UCHAR_JOIN_CONTROL */
5967
public const int PROPERTY_JOIN_CONTROL = UNKNOWN;
6068
/** @cvalue UCHAR_LOGICAL_ORDER_EXCEPTION */

ext/intl/uchar/uchar_arginfo.h

Lines changed: 25 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)