-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathparens1.out
39 lines (39 loc) · 892 Bytes
/
parens1.out
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
29
30
31
32
33
34
35
36
37
38
39
<programlisting><userinput>$bothMatches is: array(3) {
[0]=>
array(2) {
[0]=>
string(49) "rel="prev" href="http://www.example.com/prev.xml""
[1]=>
string(49) "rel="next" href="http://www.example.com/next.xml""
}
[1]=>
array(2) {
[0]=>
string(4) "prev"
[1]=>
string(4) "next"
}
[2]=>
array(2) {
[0]=>
string(31) "http://www.example.com/prev.xml"
[1]=>
string(31) "http://www.example.com/next.xml"
}
}
$linkMatches is: array(2) {
[0]=>
array(2) {
[0]=>
string(49) "rel="prev" href="http://www.example.com/prev.xml""
[1]=>
string(49) "rel="next" href="http://www.example.com/next.xml""
}
[1]=>
array(2) {
[0]=>
string(31) "http://www.example.com/prev.xml"
[1]=>
string(31) "http://www.example.com/next.xml"
}
}</userinput></programlisting>