Skip to content

Commit f268abd

Browse files
sno2cmb69
authored andcommitted
fix(constants): remove duplicate E_USER_DEPRECATED def
Closes GH-256.
1 parent f9d4f74 commit f268abd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spec/06-constants.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ Constant Name | Description
7373
`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).
7474
`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).
7575
`E_WARNING` | `int`; Run-time warnings (non-fatal errors). Execution of the script is not halted.
76-
`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).
7776
`FALSE` | `bool`; the case-insensitive Boolean value `FALSE`.
7877
`INF` | `float`; Infinity
7978
`M_1_PI` | `float`; 1/pi

0 commit comments

Comments
 (0)