diff --git a/reference/fileinfo/functions/finfo-buffer.xml b/reference/fileinfo/functions/finfo-buffer.xml index e4bc32136..848738a6f 100644 --- a/reference/fileinfo/functions/finfo-buffer.xml +++ b/reference/fileinfo/functions/finfo-buffer.xml @@ -1,5 +1,5 @@ - + @@ -84,6 +84,13 @@ + + 8.5.0 + + El parámetro context ha quedado obsoleto + puesto que es ignorado. + + &fileinfo.changelog.finfo-object; 8.0.0 diff --git a/reference/reflection/reflectionclass/getconstant.xml b/reference/reflection/reflectionclass/getconstant.xml index 2ed4ea916..050bcca8e 100644 --- a/reference/reflection/reflectionclass/getconstant.xml +++ b/reference/reflection/reflectionclass/getconstant.xml @@ -1,5 +1,5 @@ - + @@ -42,6 +42,29 @@ + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.5.0 + + La llamada a ReflectionClass::getConstant + para constantes que no existen ha quedado obsoleta. + + + + + + + &reftitle.examples; diff --git a/reference/reflection/reflectionmethod/setaccessible.xml b/reference/reflection/reflectionmethod/setaccessible.xml index 5900a34a9..2a17bce5d 100644 --- a/reference/reflection/reflectionmethod/setaccessible.xml +++ b/reference/reflection/reflectionmethod/setaccessible.xml @@ -1,5 +1,5 @@ - + @@ -52,6 +52,35 @@ + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.5.0 + + Este método ha quedado obsoleto, ya que no tiene efecto. + + + + 8.1.0 + + La llamada a este método no tiene ningún efecto; todos los métodos + son invocables por defecto. + + + + + + + &reftitle.examples; diff --git a/reference/reflection/reflectionproperty/getdefaultvalue.xml b/reference/reflection/reflectionproperty/getdefaultvalue.xml index 9aa701dae..f4db43fe3 100644 --- a/reference/reflection/reflectionproperty/getdefaultvalue.xml +++ b/reference/reflection/reflectionproperty/getdefaultvalue.xml @@ -1,5 +1,5 @@ - + @@ -33,6 +33,29 @@ + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.5.0 + + La llamada a ReflectionProperty::getDefaultValue + para propiedades sin valor por defecto ha quedado obsoleta. + + + + + + + &reftitle.examples; diff --git a/reference/reflection/reflectionproperty/setaccessible.xml b/reference/reflection/reflectionproperty/setaccessible.xml index 4cf413fdf..bffaf238f 100644 --- a/reference/reflection/reflectionproperty/setaccessible.xml +++ b/reference/reflection/reflectionproperty/setaccessible.xml @@ -1,5 +1,5 @@ - + @@ -53,6 +53,35 @@ + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.5.0 + + Este método ha quedado obsoleto, ya que no tiene efecto. + + + + 8.1.0 + + La llamada a este método no tiene ningún efecto; todas las propiedades + son accesibles por omisión. + + + + + + + &reftitle.examples; diff --git a/reference/spl/functions/spl-autoload-unregister.xml b/reference/spl/functions/spl-autoload-unregister.xml index 9b1f60d94..d4e40abda 100644 --- a/reference/spl/functions/spl-autoload-unregister.xml +++ b/reference/spl/functions/spl-autoload-unregister.xml @@ -1,6 +1,6 @@ - + @@ -49,6 +49,32 @@ + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.5.0 + + Pasar la función spl_autoload_call como + argumento callback para desregistrar todos los autoloaders ha + quedado obsoleto. En su lugar, iterar sobre el valor de retorno + de spl_autoload_functions y llamar a + spl_autoload_unregister para cada valor. + + + + + + + + @@ -59,6 +59,29 @@ + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.5.0 + + Este método ha quedado obsoleto en favor de + SplObjectStorage::offsetSet. + + + + + + + &reftitle.examples; diff --git a/reference/spl/splobjectstorage/contains.xml b/reference/spl/splobjectstorage/contains.xml index 6770492f8..f56670923 100644 --- a/reference/spl/splobjectstorage/contains.xml +++ b/reference/spl/splobjectstorage/contains.xml @@ -1,5 +1,5 @@ - + @@ -46,6 +46,29 @@ + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.5.0 + + Este método ha quedado obsoleto en favor de + SplObjectStorage::offsetExists. + + + + + + + &reftitle.examples; diff --git a/reference/spl/splobjectstorage/detach.xml b/reference/spl/splobjectstorage/detach.xml index 9cf3545c5..8ae2a9c9e 100644 --- a/reference/spl/splobjectstorage/detach.xml +++ b/reference/spl/splobjectstorage/detach.xml @@ -1,5 +1,5 @@ - + @@ -46,6 +46,29 @@ + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.5.0 + + Este método ha quedado obsoleto en favor de + SplObjectStorage::offsetUnset. + + + + + + + &reftitle.examples; diff --git a/reference/strings/functions/chr.xml b/reference/strings/functions/chr.xml index 56231fb28..8f62f5d35 100644 --- a/reference/strings/functions/chr.xml +++ b/reference/strings/functions/chr.xml @@ -1,5 +1,5 @@ - + @@ -77,6 +77,13 @@ $bytevalue %= 256; + + 8.5.0 + + Pasar enteros fuera del intervalo [0, 255] + ha quedado obsoleto. + + 7.4.0 diff --git a/reference/strings/functions/ord.xml b/reference/strings/functions/ord.xml index ebfc5fe72..73d5f5a06 100644 --- a/reference/strings/functions/ord.xml +++ b/reference/strings/functions/ord.xml @@ -1,5 +1,5 @@ - + @@ -53,6 +53,28 @@ + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.5.0 + + Pasar un string que no sea un único byte ha quedado obsoleto. + + + + + + + &reftitle.examples;