Searched refs:auth_expr_parse (Results 1 – 3 of 3) sorted by relevance
141 $this->assertNotNull($ast = auth_expr_parse($expr));150 $this->assertNotNull($ast = auth_expr_parse($expr));162 auth_expr_parse($expr);175 auth_expr_parse($expr);189 auth_expr_parse($expr);204 $this->assertNotNull($ast = auth_expr_parse($expr));215 $this->assertNotNull(auth_expr_parse('()'));220 $this->assertNotNull(auth_expr_parse(''));228 auth_expr_parse(str_repeat('(', $depthLimit) . 'a && b' . str_repeat(')', $depthLimit));249 $this->assertTrue(auth_expr_parse('user')->evaluate());[all …]
133 $exprOrMatch = auth_expr_parse($exprOrMatch);
201 function auth_expr_parse($expr) { function