]> granicus.if.org Git - php/commit
- Don't use resorved words as variable names.
authorMarcus Boerger <helly@php.net>
Fri, 5 Sep 2003 14:35:31 +0000 (14:35 +0000)
committerMarcus Boerger <helly@php.net>
Fri, 5 Sep 2003 14:35:31 +0000 (14:35 +0000)
commit9a39cd550152d4d670102c51ece2ccbd64cbdd36
treee7a605f77cbc32bae2fec95464e9f3f6c4399875
parent2815169319d29addc949a241175bf4afaad10073
- Don't use resorved words as variable names.
- Improve several exception messages.
- Fix Reflection_Property::_construct() / getDeclaringClass()
# The above does not imply that properties are fixed when returned
# by other reflection api methods.
Zend/zend_reflection_api.c
ext/reflection/php_reflection.c