From: D dot Kingma at jool dot nl Operating system: Windows XP PHP version: 5.0.0RC2 PHP Bug Type: Unknown/Other Function Bug description: Reflection api bugs
Description: ------------ I came across a bug in the reflection api. When a class has a property in capitals and you use the getProperties function from the reflectionClass class all works fine, you get an array with reflectionProperty object. But when you try to get the property manually it fails, throwing an ReflectionException saying it is not a property of that class (also when as a parameter tot the reflectionproperty class i give the name attribute of the reflectionproperty object given from the getProperties method). -- Edit bug report at http://bugs.php.net/?id=28699&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=28699&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=28699&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=28699&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=28699&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=28699&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=28699&r=needscript Try newer version: http://bugs.php.net/fix.php?id=28699&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=28699&r=support Expected behavior: http://bugs.php.net/fix.php?id=28699&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=28699&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=28699&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=28699&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=28699&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=28699&r=dst IIS Stability: http://bugs.php.net/fix.php?id=28699&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=28699&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=28699&r=float
