diff --git a/reference/calendar/functions/easter-date.xml b/reference/calendar/functions/easter-date.xml index a9acb66ada..d4e0b45155 100644 --- a/reference/calendar/functions/easter-date.xml +++ b/reference/calendar/functions/easter-date.xml @@ -75,7 +75,7 @@ - Since 4.3.0 + 4.3.0 The year parameter is optional and defaults to the current year according to the local time if omitted. diff --git a/reference/calendar/functions/easter-days.xml b/reference/calendar/functions/easter-days.xml index e96713bb4f..16b5c4fcb4 100644 --- a/reference/calendar/functions/easter-days.xml +++ b/reference/calendar/functions/easter-days.xml @@ -90,14 +90,14 @@ - Since 4.3.0 + 4.3.0 The year parameter is optional and defaults to the current year according to the local time if omitted. - Since 4.3.0 + 4.3.0 The method parameter was introduced. diff --git a/reference/classobj/functions/get-class.xml b/reference/classobj/functions/get-class.xml index dd372ac318..dd7347dbf5 100644 --- a/reference/classobj/functions/get-class.xml +++ b/reference/classobj/functions/get-class.xml @@ -62,7 +62,7 @@ - Since 5.3.0 + 5.3.0 &null; became the default value for object, so passing &null; to object now has the same @@ -70,13 +70,13 @@ - Since 5.0.0 + 5.0.0 The class name is returned in its original notation. - Since 5.0.0 + 5.0.0 The object parameter is optional if called from the object's method. diff --git a/reference/classobj/functions/get-parent-class.xml b/reference/classobj/functions/get-parent-class.xml index af52eb17ab..e0d78abd24 100644 --- a/reference/classobj/functions/get-parent-class.xml +++ b/reference/classobj/functions/get-parent-class.xml @@ -65,14 +65,14 @@ - Since 5.0.0 + 5.0.0 The object parameter is optional if called from the object's method. - Since 4.0.5 + 4.0.5 If object is a string, returns the name of the parent class of the class with that name. diff --git a/reference/math/functions/bindec.xml b/reference/math/functions/bindec.xml index 2748a69aca..c0634866e9 100644 --- a/reference/math/functions/bindec.xml +++ b/reference/math/functions/bindec.xml @@ -67,7 +67,7 @@ - Since 4.1.0 + 4.1.0 The function can now convert numbers that are too large to fit into the platforms integer type, larger values diff --git a/reference/math/functions/hexdec.xml b/reference/math/functions/hexdec.xml index f87b1eb329..828b5521c9 100644 --- a/reference/math/functions/hexdec.xml +++ b/reference/math/functions/hexdec.xml @@ -56,7 +56,7 @@ - Since 4.1.0 + 4.1.0 The function can now convert values that are too big for the platforms integer type, it will return diff --git a/reference/math/functions/log.xml b/reference/math/functions/log.xml index 1166ad93cc..644e4a57bb 100644 --- a/reference/math/functions/log.xml +++ b/reference/math/functions/log.xml @@ -64,7 +64,7 @@ - Since 4.3.0 + 4.3.0 The optional parameter base became available. For older versions you can calculate the logarithm in base b diff --git a/reference/math/functions/mt-srand.xml b/reference/math/functions/mt-srand.xml index bb7d328b9c..3c8f00dd0e 100644 --- a/reference/math/functions/mt-srand.xml +++ b/reference/math/functions/mt-srand.xml @@ -56,14 +56,14 @@ - Since 4.2.0 + 4.2.0 The seed becomes optional and defaults to a random value if omitted. - Since 5.2.1 + 5.2.1 The Mersenne Twister implementation in PHP now uses a new seeding algorithm by Richard Wagner. Identical seeds no longer produce the same diff --git a/reference/math/functions/octdec.xml b/reference/math/functions/octdec.xml index 61d164eec1..14c3334ad8 100644 --- a/reference/math/functions/octdec.xml +++ b/reference/math/functions/octdec.xml @@ -50,7 +50,7 @@ - Since 4.1.0 + 4.1.0 The function can now convert numbers that are too large to fit into the platforms integer type, larger values diff --git a/reference/math/functions/srand.xml b/reference/math/functions/srand.xml index 111fecff01..a531a949aa 100644 --- a/reference/math/functions/srand.xml +++ b/reference/math/functions/srand.xml @@ -55,7 +55,7 @@ - Since 4.2.0 + 4.2.0 The seed becomes optional and defaults to a random value if omitted.