File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ PHP                                                                        NEWS
301301    (DanielEScherzer)
302302  . Fixed bug GH-12856 (ReflectionClass::getStaticPropertyValue() returns UNDEF
303303    zval for uninitialized typed properties). (nielsdos)
304-   . Fixed bug GH-15766 (ReflectionClass::toString () should have better output
304+   . Fixed bug GH-15766 (ReflectionClass::__toString () should have better output
305305    for enums). (DanielEScherzer)
306306  . Added ReflectionProperty::getMangledName() method. (alexandre-daubois)
307307
Original file line number Diff line number Diff line change @@ -391,7 +391,7 @@ PHP 8.5 UPGRADE NOTES
391391    argument are lower than -1 or if soft_limit is greater than hard_limit.
392392
393393- Reflection:
394-   . The output of ReflectionClass::toString () for enums has changed to
394+   . The output of ReflectionClass::__toString () for enums has changed to
395395    better indicate that the class is an enum, and that the enum cases
396396    are enum cases rather than normal class constants.
397397  . The output of ReflectionProperty::__toString() for properties with
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments