]> granicus.if.org Git - php/commit
- Fixed bug #53915: ReflectionClass::getConstant(s) emits fatal error on
authorGustavo André dos Santos Lopes <cataphract@php.net>
Thu, 3 Feb 2011 12:38:25 +0000 (12:38 +0000)
committerGustavo André dos Santos Lopes <cataphract@php.net>
Thu, 3 Feb 2011 12:38:25 +0000 (12:38 +0000)
commitf2329f1f4bff08bf61a7b8d82009a035f20d53c4
treea2d3a8f34c6c9db8c07112d9d6b96bdcd9fbcf8e
parent1f4990299927a9fdf24676ebbd1c7f6729aa3838
- Fixed bug #53915: ReflectionClass::getConstant(s) emits fatal error on
  constants with self::.
- Reflown some NEWS entries to have lines no longer than 80 chars.
ext/reflection/php_reflection.c
ext/reflection/tests/bug53915.phpt [new file with mode: 0644]