aboutsummaryrefslogtreecommitdiffstats
path: root/result/XPath/expr/base
blob: e04346fa63517d2768b517156eab513a30638f94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28

========================
Expression: 1
Object is a number : 1

========================
Expression: 1+2
Object is a number : 3

========================
Expression: 2*3
Object is a number : 6

========================
Expression: 1+2*3+4
Object is a number : 11

========================
Expression: (1+2)*(3+4)
Object is a number : 21

========================
Expression: 1*1+1*1+1*1+1*1+1*1+1*1+1*1+1*1+1*1+1*1+1*1+1*1+1*1+1*1+1*1+1*1+1*1+1*1+1*1+1*1+1*1
Object is a number : 21

========================
Expression: self::-name
Object is empty (NULL)