From f3c0d537e8aa1d8343f627be63a39fb54b724432 Mon Sep 17 00:00:00 2001 From: Alan Storm Date: Mon, 17 Feb 2014 16:08:20 -0800 Subject: [PATCH] Adding scream information, fixing typo --- _posts/08-02-01-Errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/08-02-01-Errors.md b/_posts/08-02-01-Errors.md index eb4d073..1410529 100644 --- a/_posts/08-02-01-Errors.md +++ b/_posts/08-02-01-Errors.md @@ -103,7 +103,7 @@ ini_set('xdebug.scream', '1') The "[Scream]" PHP extension offers similar functionality to xDebug's, although Scream's ini setting is named `scream.enabled`. -This is most useful when you're you're debugging code and suspect an informative error is suppressed. Use scream with care, and as a temporary debugging tool. There's lots of PHP library code that may not work with the error control operator disabled. +This is most useful when you're debugging code and suspect an informative error is suppressed. Use scream with care, and as a temporary debugging tool. There's lots of PHP library code that may not work with the error control operator disabled. * [Error Control Operators](http://php.net/manual/en/language.operators.errorcontrol.php)