[GIT-PULLS] [php-src] PR #22694: Fix GH-22683: Reflection(Class)Constant::__toString() should not warn on NAN conversions
[email protected] (khaledalam)
| Newsgroups | php.git-pulls |
|---|---|
| Message-ID | <[email protected]> |
Pull Request: https://github.com/php/php-src/pull/22694 Author: khaledalam Fixes GH-22683. Add an IS_DOUBLE branch that formats the value with smart_str_append_double() instead.