]> granicus.if.org Git - php/commit
- Fix ReflectionParameter
authorMarcus Boerger <helly@php.net>
Sun, 12 Mar 2006 15:34:46 +0000 (15:34 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 12 Mar 2006 15:34:46 +0000 (15:34 +0000)
commit946c955ce7bfdc47dd075c6ef4978b97ae183343
tree9f54c27fe35a21ffd5e755cab0e33e76e580bbd3
parent352d4a6d8c5a47378e8c3ca94e13fa3bd23abf21
- Fix ReflectionParameter
  . Reintroduce getClass()
  . Change getDeclaringClass() to return what it suggests
  . Add getDeclaringFunction()
  . Add getPosition()
# This also fixes Bug #36687 ReflectionParameter::getDeclaringClass returns
# wrong result
ext/reflection/php_reflection.c
ext/reflection/tests/parameters_002.phpt [new file with mode: 0755]