Skip to content

Commit eca7f28

Browse files
committed
Fixed typo
1 parent d8c9b1f commit eca7f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ Changes to string handling
299299
if (false === $int) {
300300
throw new Exception("Invalid integer!");
301301
}
302-
var_dump($num); // int(65535)
302+
var_dump($int); // int(65535)
303303

304304
* Due to the addition of the Unicode Codepoint Escape Syntax for double-quoted
305305
strings and heredocs, "\u{" followed by an invalid sequence will now result in

0 commit comments

Comments
 (0)