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.
1 parent 182d297 commit 25cdb3bCopy full SHA for 25cdb3b
UPGRADING.INTERNALS
@@ -57,6 +57,8 @@ PHP 8.2 INTERNALS UPGRADE NOTES
57
* The CHECK_NULL_PATH and CHECK_ZVAL_NULL_PATH macros are now wrappers using
58
the new inline functions: bool zend_str_has_nul_byte(const zend_string *str)
59
and zend_char_has_nul_byte(const char *s, size_t known_length)
60
+* Added zend_enum_get_case_by_value() function, which provides an internal API
61
+ similiar to BackedEnum::from() and BackedEnum::tryFrom().
62
63
========================
64
2. Build system changes
0 commit comments