Searched refs:OPERATIONS (Results 1 – 1 of 1) sorted by relevance
32 const OPERATIONS = [ define in App\\Utils\\Captcha58 $this->setOperation(self::OPERATIONS[array_rand(self::OPERATIONS)]);84 $this->operation = in_array($operation, self::OPERATIONS) ? $operation : 'addition';94 $symbol = array_search($this->operation, self::OPERATIONS);
Completed in 3 milliseconds