[DOC-CVS] [doc-en] master: ReflectionParameter: Add missing `deprecated` attribute to versions.xml
[email protected] (Tim Düsterhus via GitHub)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Tim Düsterhus (TimWolla) Committer: GitHub (web-flow) Pusher: TimWolla Date: 2025-07-27T11:49:03+02:00 Commit: https://github.com/php/doc-en/commit/b5f0495b9e941103453af691736867ecc602a99c Raw diff: https://github.com/php/doc-en/commit/b5f0495b9e941103453af691736867ecc602a99c.diff ReflectionParameter: Add missing `deprecated` attribute to versions.xml Changed paths: M reference/reflection/versions.xml Diff: diff --git a/reference/reflection/versions.xml b/reference/reflection/versions.xml index f94aa8706ce2..9e5238a574b2 100644 --- a/reference/reflection/versions.xml +++ b/reference/reflection/versions.xml @@ -100,14 +100,14 @@ <function name="reflectionparameter::export" from="PHP 5, PHP 7" deprecated="PHP 7.4.0" removed="PHP 8"/> <function name="reflectionparameter::getname" from="PHP 5, PHP 7, PHP 8"/> <function name="reflectionparameter::getdefaultvalueconstantname" from="PHP 5 >= 5.4.6, PHP 7, PHP 8"/> - <function name="reflectionparameter::iscallable" from="PHP 5 >= 5.4.0, PHP 7, PHP 8"/> + <function name="reflectionparameter::iscallable" from="PHP 5 >= 5.4.0, PHP 7, PHP 8" deprecated="PHP 8.0.0"/> <function name="reflectionparameter::isdefaultvalueconstant" from="PHP 5 >= 5.4.6, PHP 7, PHP 8"/> <function name="reflectionparameter::ispassedbyreference" from="PHP 5, PHP 7, PHP 8"/> <function name="reflectionparameter::ispromoted" from="PHP 8"/> <function name="reflectionparameter::getdeclaringfunction" from="PHP 5 >= 5.1.3, PHP 7, PHP 8"/> <function name="reflectionparameter::getdeclaringclass" from="PHP 5 >= 5.1.3, PHP 7, PHP 8"/> - <function name="reflectionparameter::getclass" from="PHP 5, PHP 7, PHP 8"/> - <function name="reflectionparameter::isarray" from="PHP 5 >= 5.1.2, PHP 7, PHP 8"/> + <function name="reflectionparameter::getclass" from="PHP 5, PHP 7, PHP 8" deprecated="PHP 8.0.0"/> + <function name="reflectionparameter::isarray" from="PHP 5 >= 5.1.2, PHP 7, PHP 8" deprecated="PHP 8.0.0"/> <function name="reflectionparameter::allowsnull" from="PHP 5, PHP 7, PHP 8"/> <function name="reflectionparameter::getposition" from="PHP 5 >= 5.1.3, PHP 7, PHP 8"/> <function name="reflectionparameter::isoptional" from="PHP 5 >= 5.0.3, PHP 7, PHP 8"/>