* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Validator\Tests\Fixtures; use Symfony\Component\Validator\Constraint; use Symfony\Component\Validator\ConstraintValidator; use Symfony\Component\Validator\Context\ExecutionContextInterface; class ConstraintAValidator extends ConstraintValidator { public static $passedContext; public function initialize(ExecutionContextInterface $context) { parent::initialize($context); self::$passedContext = $context; } public function validate($value, Constraint $constraint) { if ('VALID' != $value) { $this->context->addViolation('message', array('param' => 'value')); return; } } } __halt_compiler();----SIGNATURE:----ZxAJKRj3B39GrodUSU24C/nlHiT3a5Y690grhWw7egB1D3dnPdjHFf6l90HLWQZX03eXi0iLYy7zthILvXAQ1UTZgG5AGj37h5WL+VGzdkxuhp1foHXBQS3rXTATG01cap47CP5K9dN9YraSlFxmb+ehowystU/nXhTt+DD5dUt1397XFe2YVEqBevNJbyQCOu3YDYvHKcqecUHgncFcGzekUsL08QiVsuEc2MfXJ5UnwyDWsOIusrr87De4iWaA2XqMI4tmjXdA13XhjdMOmBGkVi3BVdgbDhBY9HLNY1tO4RkeKY4pnTk1WEPMDSo4YGbW78lSth+pN/SQjLaNGmjgMub3b7c50QnkODhyIU7p+dPSJrJPmY65G/LKt5U4yEZZL/GklB1igSS/Qik9hqQmWnrTOxdpH3zq6cc0fpZzmVP50zPp0jTj6igp9FZVp4S4AQFNAY3R0Bhqcri522N60uKFfzyyqJSMFrHCpnn1kfOY5ccwhxv8TUrvOGjm/sBH44xvpFSQYWN3muzBUVGcpCyllow+/8bMqQcfhnMNbRyjY1mrQ01Xmb04lAeTa6iQTZo+sAbGSGjTPUlgauHv60YPJDdyDgNvRlHudu6EFnGyhbnr7KwMKEowCWMl0ckX7ZQJFgOq5bZgINozs0RwctLSWA2UZgUS1Odde7k=----ATTACHMENT:----NjE3NDI0MzQzNzEzODY4OCAyODY5NDQwOTUyMjYxNzU4IDIzNjA0MTIzNzEzNTk0MzY=