Files
wordpress/wp-includes/deprecated.php
Pascal Birchler 59e0295baa Code Modernization: Avoid NAN coercion/cast deprecation warnings.
Coercing `INF` or `NAN` to a string or casting to int is deprecated in PHP 8.5+.

This change addresses two occurrences in core where this was happening.

Props swissspidy.
Fixes #64047. See #63061.
Built from https://develop.svn.wordpress.org/trunk@60811


git-svn-id: http://core.svn.wordpress.org/trunk@60147 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2025-09-29 18:41:26 +00:00

187 KiB