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
|
@ -634,7 +634,7 @@ EMPTY_SWITCH_DEFAULT_CASE()
|
|||
_(ZEND_STR_COUNT, "count") \
|
||||
_(ZEND_STR_SENSITIVEPARAMETER, "SensitiveParameter") \
|
||||
_(ZEND_STR_CONST_EXPR_PLACEHOLDER, "[constant expression]") \
|
||||
_(ZEND_STR_DEPRECATED, "Deprecated") \
|
||||
_(ZEND_STR_DEPRECATED_CAPITALIZED, "Deprecated") \
|
||||
_(ZEND_STR_SINCE, "since") \
|
||||
_(ZEND_STR_GET, "get") \
|
||||
_(ZEND_STR_SET, "set") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue