mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Rename ZEND_STR_DEPRECATED
to ZEND_STR_DEPRECATED_CAPITALIZED
(#15831)
To match other capitalized strings like `ZEND_STR_UNKNOWN_CAPITALIZED` and `ZEND_STR_ARRAY_CAPITALIZED`. Since this known string was only added in PHP 8.4, no backwards compatibility alias is needed.
This commit is contained in:
parent
7c2204c915
commit
db545767e5
20 changed files with 81 additions and 81 deletions
|
@ -3142,7 +3142,7 @@ class AttributeInfo {
|
|||
$knowns["SensitiveParameter"] = "ZEND_STR_SENSITIVEPARAMETER";
|
||||
}
|
||||
if ($php84MinimumCompatibility) {
|
||||
$knowns["Deprecated"] = "ZEND_STR_DEPRECATED";
|
||||
$knowns["Deprecated"] = "ZEND_STR_DEPRECATED_CAPITALIZED";
|
||||
$knowns["since"] = "ZEND_STR_SINCE";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue