From: Andrew Smith Date: Fri, 12 Jun 2015 05:28:15 +0000 (+1000) Subject: Remove incorrect use of 'irregardless' X-Git-Tag: php-7.0.0alpha2~2^2~122 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=60e658be818bded4f78e069b8ea2a6fa4f88c895;p=php Remove incorrect use of 'irregardless' Correct word should be simply regardless --- diff --git a/UPGRADING b/UPGRADING index fb6727d346..8d97e5576e 100644 --- a/UPGRADING +++ b/UPGRADING @@ -61,7 +61,7 @@ Changes to variable handling $last = array_pop((getArray())); // Strict Standards: Only variables should be passed by reference - will now throw a strict standards error irregardless of whether parentheses + will now throw a strict standards error regardless of whether parentheses are used. Previously no notice was generated in the second case. * Array elements or object properties that are automatically created during