--TEST-- ReflectionParameter::getPosition() --CREDITS-- Stefan Koopmanschap #testfest roosendaal on 2008-05-10 --FILE-- getParameters(); foreach($params as $key => $value) { var_dump($value->getPosition()); } ?> --EXPECT-- int(0) int(1)