Files
WordPress/wp-admin
Sergey Biryukov 144238508b Coding Standards: Correct casing of chr() and ord() in class-pclzip.php.
This replaces `Chr()` and `Ord()` with their canonical lowercase forms `chr()` and `ord()`.

This is flagged as a case-sensitivity violation by the upcoming [https://wiki.php.net/rfc/case_sensitive_php PHP 8.6 RFC], which will emit `E_DEPRECATED` for function references that don't match their declared casing. Fixing it now keeps WordPress ahead of the deprecation.

Props Soean.
See #64897.
Built from https://develop.svn.wordpress.org/trunk@62498


git-svn-id: http://core.svn.wordpress.org/trunk@61779 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2026-06-13 23:08:30 +00:00
..
2026-05-08 14:04:45 +00:00