--TEST-- ReflectionClass::getConstant --FILE-- getConstant("c1")); var_dump($class->getConstant("c2")); ?> --EXPECTF-- int(1) Deprecated: ReflectionClass::getConstant() for a non-existent constant is deprecated, use ReflectionClass::hasConstant() to check if the constant exists in %s on line %d bool(false)