--TEST-- ReflectionClass::getConstant --FILE-- getConstant("c1")); var_dump($class->getConstant("c2")); ?> --EXPECT-- int(1) bool(false)