Commit 955a2ce5195 for php.net

commit 955a2ce5195ea8ab94ba7a5afadd828e74bce5b6
Author: Daniel Scherzer <daniel.e.scherzer@gmail.com>
Date:   Fri Jul 10 11:02:22 2026 -0700

    [8.5] NEWS: add entry for bugfix from GH-22659

diff --git a/NEWS b/NEWS
index 3851713db0d..ecd2c126711 100644
--- a/NEWS
+++ b/NEWS
@@ -82,6 +82,8 @@ PHP                                                                        NEWS
     ReflectionParameter::__construct()). (jorgsowa)
   . Fixed bug GH-22441 (ReflectionClass::hasProperty() and getProperty() ignore
     dynamic properties shadowing a private parent property). (iliaal)
+  . Fixed bug GH-22658 (ReflectionConstant::__toString() with a string value
+    with null bytes truncates output). (DanielEScherzer)

 - Session:
   . Fixed bug GH-21314 (Different session garbage collector behavior between