diff --git a/reference/info/constants.xml b/reference/info/constants.xml index b4e2c29798fb..352ce70c76ca 100644 --- a/reference/info/constants.xml +++ b/reference/info/constants.xml @@ -192,7 +192,7 @@ - Assert constants, these values are used to set + Assert constants, these values are used to set the assertion options in assert_options. @@ -211,6 +211,7 @@ assert.active Enable assert evaluation. + &warn.deprecated.feature-8-3-0; @@ -218,6 +219,7 @@ assert.callback Callback to call on failed assertions. + &warn.deprecated.feature-8-3-0; @@ -225,6 +227,7 @@ assert.bail Terminate execution on failed assertions. + &warn.deprecated.feature-8-3-0; @@ -232,6 +235,7 @@ assert.exception Issues a PHP warning for each failed assertion + &warn.deprecated.feature-8-3-0; @@ -239,6 +243,7 @@ assert.warning Issues a PHP warning for each failed assertion + &warn.deprecated.feature-8-3-0; @@ -246,7 +251,7 @@ assert.quiet_eval Disable error_reporting during assertion expression evaluation. - Removed as of PHP 8.0.0. + &warn.feature.removed-8-0-0; diff --git a/reference/info/functions/assert-options.xml b/reference/info/functions/assert-options.xml index 6467e7fc4ff7..2b33a6f079e9 100644 --- a/reference/info/functions/assert-options.xml +++ b/reference/info/functions/assert-options.xml @@ -5,6 +5,10 @@ assert_optionsSet/get the various assert flags + + + &warn.deprecated.function-8-3-0; + &reftitle.description; @@ -182,6 +186,12 @@ + + 8.3.0 + + assert_option is now deprecated. + + 8.0.0 diff --git a/reference/info/functions/assert.xml b/reference/info/functions/assert.xml index 24be9bc61657..5c96fc3ea3d6 100644 --- a/reference/info/functions/assert.xml +++ b/reference/info/functions/assert.xml @@ -81,7 +81,9 @@ If &false;, assert does not check the expectation and returns &true;, unconditionally. - + + Deprecated as of PHP 8.3.0. + assert.callback @@ -106,6 +108,7 @@ stringassertion stringdescription + Deprecated as of PHP 8.3.0. @@ -115,7 +118,9 @@ If &true; will throw an AssertionError if the expectation isn't upheld. - + + Deprecated as of PHP 8.3.0. + assert.bail @@ -124,7 +129,9 @@ If &true; will abort execution of the PHP script if the expectation isn't upheld. - + + Deprecated as of PHP 8.3.0. + assert.warning @@ -135,7 +142,9 @@ assert.exception is enabled. - + + Deprecated as of PHP 8.3.0. + @@ -234,6 +243,12 @@ + + 8.3.0 + + All assert. INI settings have been deprecated. + + 8.0.0 diff --git a/reference/info/ini.xml b/reference/info/ini.xml index 6455b131c0d0..919d44fb8b63 100644 --- a/reference/info/ini.xml +++ b/reference/info/ini.xml @@ -20,25 +20,33 @@ assert.active "1" PHP_INI_ALL - + + Deprecated as of PHP 8.3.0 + assert.bail "0" PHP_INI_ALL - + + Deprecated as of PHP 8.3.0 + assert.warning "1" PHP_INI_ALL - + + Deprecated as of PHP 8.3.0 + assert.callback NULL PHP_INI_ALL - + + Deprecated as of PHP 8.3.0 + assert.quiet_eval @@ -50,7 +58,10 @@ assert.exception "1" PHP_INI_ALL - Prior to PHP 8.0.0, defaults to "0" + + Prior to PHP 8.0.0, defaults to "0". + Deprecated as of PHP 8.3.0 + enable_dl @@ -109,6 +120,7 @@ zend.assertions should be used instead to control the behaviour of assert. + &warn.deprecated.feature-8-3-0; @@ -121,6 +133,7 @@ Terminate script execution on failed assertions. + &warn.deprecated.feature-8-3-0; @@ -133,6 +146,7 @@ Issue a PHP warning for each failed assertion. + &warn.deprecated.feature-8-3-0; @@ -145,6 +159,7 @@ User function to call on failed assertions. + &warn.deprecated.feature-8-3-0; @@ -174,6 +189,7 @@ Issue an AssertionError exception for the failed assertion. + &warn.deprecated.feature-8-3-0; diff --git a/reference/info/versions.xml b/reference/info/versions.xml index 7169b16e8c77..bf66f96a49a9 100644 --- a/reference/info/versions.xml +++ b/reference/info/versions.xml @@ -5,7 +5,7 @@ --> - +