From: Xinchen Hui Date: Thu, 18 Jun 2015 05:22:39 +0000 (+0800) Subject: Fixed typo X-Git-Tag: php-7.0.0alpha2~2^2~82 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eca7f287962630d1be80946389800ff919808546;p=php Fixed typo --- diff --git a/UPGRADING b/UPGRADING index a3d0cbfde6..d1d3fd51cd 100644 --- a/UPGRADING +++ b/UPGRADING @@ -299,7 +299,7 @@ Changes to string handling if (false === $int) { throw new Exception("Invalid integer!"); } - var_dump($num); // int(65535) + var_dump($int); // int(65535) * Due to the addition of the Unicode Codepoint Escape Syntax for double-quoted strings and heredocs, "\u{" followed by an invalid sequence will now result in