Searched refs:ExpressionFunction (Results 1 – 3 of 3) sorted by relevance
17 use Symfony\Component\ExpressionLanguage\ExpressionFunction; alias199 new ExpressionFunction('show_data', static function () {207 new ExpressionFunction('show_data', static function () {218 * @param ExpressionFunction $function223 public function testExpressionEngine(ExpressionFunction $function, $json)
104 use Symfony\Component\ExpressionLanguage\ExpressionFunction; alias280 $language->addFunction(new ExpressionFunction('show_data', static function () {311 $showGender = new ExpressionFunction('show_data', static function () {317 $hideGender = new ExpressionFunction('show_data', static function () {369 * @param ExpressionFunction $function374 public function testExpressionExclusion($person, ExpressionFunction $function, $json)
28 use Symfony\Component\ExpressionLanguage\ExpressionFunction; alias615 $language->addFunction(new ExpressionFunction('show_data', static function () {