]> granicus.if.org Git - php/commitdiff
Fixed typo
authorXinchen Hui <laruence@php.net>
Thu, 18 Jun 2015 05:22:39 +0000 (13:22 +0800)
committerXinchen Hui <laruence@php.net>
Thu, 18 Jun 2015 05:22:39 +0000 (13:22 +0800)
UPGRADING

index a3d0cbfde62929c0086f7bd0b89e811a0f5dafc1..d1d3fd51cd306b61f553441fdb80d1330891533a 100644 (file)
--- 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