File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -112,19 +112,13 @@ You can also set this value at runtime with the `ini_set` function
112
112
ini_set('xdebug.scream', '1')
113
113
{% endhighlight %}
114
114
115
- The "[Scream]" PHP extension offers similar functionality to Xdebug's, although Scream's ini setting is named
116
- `scream.enabled`.
117
-
118
115
This is most useful when you're debugging code and suspect an informative error is suppressed. Use scream with care,
119
116
and as a temporary debugging tool. There's lots of PHP library code that may not work with the error control operator
120
117
disabled.
121
118
122
-
123
119
* [Error Control Operators]
124
120
* [SitePoint]
125
121
* [Xdebug]
126
- * [Scream]
127
-
128
122
129
123
### ErrorException
130
124
@@ -152,7 +146,6 @@ More information on this and details on how to use `ErrorException` with error h
152
146
153
147
[errorreport]: /#error_reporting
154
148
[Xdebug]: https://xdebug.org/docs/basic
155
- [Scream]: https://secure.php.net/book.scream
156
149
[Error Control Operators]: https://secure.php.net/language.operators.errorcontrol
157
150
[SitePoint]: https://www.sitepoint.com/
158
151
[Whoops!]: https://filp.github.io/whoops/
You can’t perform that action at this time.
0 commit comments