[php-langspec] master: fix(constants): remove duplicate E_USER_DEPRECATED def

[email protected] ("Carter Snook via Christoph M. Becker") Mon, 12 Dec 2022 13:02:30 +0000
Newsgroups php.standards.cvs
Message-ID <[email protected]>
Author: Carter Snook (sno2)
Committer: Christoph M. Becker (cmb69)
Date: 2022-12-12T13:50:56+01:00

Commit: https://github.com/php/php-langspec/commit/f268abd41944313b606b007caf177919f4ab4fe7
Raw diff: https://github.com/php/php-langspec/commit/f268abd41944313b606b007caf177919f4ab4fe7.diff

fix(constants): remove duplicate E_USER_DEPRECATED def

Closes GH-256.

Changed paths:
  M  spec/06-constants.md


Diff:

diff --git a/spec/06-constants.md b/spec/06-constants.md
index 0621718..8b23a2a 100644
--- a/spec/06-constants.md
+++ b/spec/06-constants.md
@@ -73,7 +73,6 @@ Constant Name | Description
 `E_USER_NOTICE` | `int`; User-generated warning message. This is like an `E_NOTICE`, except that `E_USER_NOTICE` is generated in PHP code by using the library function [`trigger_error`](http://www.php.net/trigger_error).
 `E_USER_WARNING` |  `int`; User-generated warning message. This is like an `E_WARNING`, except that  `E_USER_WARNING` is generated in PHP code by using the library function [`trigger_error`](http://www.php.net/trigger_error).
 `E_WARNING` | `int`; Run-time warnings (non-fatal errors). Execution of the script is not halted.
-`E_USER_DEPRECATED` | `int`; User-generated warning message. This is like an `E_DEPRECATED`, except that `E_USER_DEPRECATED` is generated in PHP code by using the library function [`trigger_error`](http://www.php.net/trigger_error).
 `FALSE` |   `bool`; the case-insensitive Boolean value `FALSE`.
 `INF` | `float`; Infinity
 `M_1_PI` |  `float`; 1/pi