From: Jacob Dreesen Date: Thu, 23 Apr 2020 09:20:58 +0000 (+0200) Subject: Fix typo in UPGRADING [ci skip] X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64d30c19768484c8eb7225818fe32d7e3696557f;p=php Fix typo in UPGRADING [ci skip] --- diff --git a/UPGRADING b/UPGRADING index fd56cf201d..07305869f7 100644 --- a/UPGRADING +++ b/UPGRADING @@ -535,7 +535,7 @@ PHP 8.0 UPGRADE NOTES IEEE 754 semantics. Division by zero is considered well-defined and will return one of Inf, -Inf or NaN. . Added get_debug_type() function, which returns a type useful for error - messages. Unlike get_type(), it uses canonical type names, returns class + messages. Unlike gettype(), it uses canonical type names, returns class names for objects, and indicates the resource type for resources. RFC: https://wiki.php.net/rfc/get_debug_type