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
112112ini_set('xdebug.scream', '1')
113113{% endhighlight %}
114114
115- The "[Scream]" PHP extension offers similar functionality to Xdebug's, although Scream's ini setting is named
116- `scream.enabled`.
117-
118115This is most useful when you're debugging code and suspect an informative error is suppressed. Use scream with care,
119116and as a temporary debugging tool. There's lots of PHP library code that may not work with the error control operator
120117disabled.
121118
122-
123119* [Error Control Operators]
124120* [SitePoint]
125121* [Xdebug]
126- * [Scream]
127-
128122
129123### ErrorException
130124
@@ -152,7 +146,6 @@ More information on this and details on how to use `ErrorException` with error h
152146
153147[errorreport]: /#error_reporting
154148[Xdebug]: https://xdebug.org/docs/basic
155- [Scream]: https://secure.php.net/book.scream
156149[Error Control Operators]: https://secure.php.net/language.operators.errorcontrol
157150[SitePoint]: https://www.sitepoint.com/
158151[Whoops!]: https://filp.github.io/whoops/
You can’t perform that action at this time.
0 commit comments