diff --git a/reference/spl/splfixedarray/setsize.xml b/reference/spl/splfixedarray/setsize.xml index 52dcfb88e6a2..6231e29fd3bc 100644 --- a/reference/spl/splfixedarray/setsize.xml +++ b/reference/spl/splfixedarray/setsize.xml @@ -9,7 +9,7 @@ &reftitle.description; - public boolSplFixedArray::setSize + public trueSplFixedArray::setSize intsize @@ -35,26 +35,45 @@ - + &reftitle.returnvalues; - - &return.success; - + + &return.true.always; + - - - + + &reftitle.errors; - - Throws InvalidArgumentException when size is less than zero. - - - Raises E_WARNING when size cannot be used as a number. - - - - + + Throws ValueError when + size is less than zero. + + + + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.4.0 + + SplFixedArray::setSize + now has a tentative return of true. + + + + + + + &reftitle.examples; diff --git a/reference/spl/splfixedarray/wakeup.xml b/reference/spl/splfixedarray/wakeup.xml index 1af3575860b6..e90d9c38ef77 100644 --- a/reference/spl/splfixedarray/wakeup.xml +++ b/reference/spl/splfixedarray/wakeup.xml @@ -6,6 +6,10 @@ Reinitialises the array after being unserialised + + &warn.deprecated.function-8-4-0; + + &reftitle.description; @@ -28,6 +32,30 @@ &return.void; + + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.4.0 + + This method is now deprecated, use + SplFixedArray::__unserialize + instead. + + + + + + +
+ &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.4.0 + + Implement SeekableIterator, previously + only Iterator was implemented. + + + + + +
+ &reference.spl.entities.splobjectstorage; diff --git a/reference/spl/splpriorityqueue/insert.xml b/reference/spl/splpriorityqueue/insert.xml index 0b79b0e4c1e9..f58d55a997f2 100644 --- a/reference/spl/splpriorityqueue/insert.xml +++ b/reference/spl/splpriorityqueue/insert.xml @@ -50,6 +50,29 @@ + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.4.0 + + SplPriorityQueue::insert + now has a tentative return of true. + + + + + + +