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