string(275) "Full markup load (HTML):
Array
(
[0] => FIND
[1] => p
[2] => Array
(
[0] => Array
(
[0] =>
[1] => p
)
)
)
XPATH: //p
QUERY FETCHED
Matched 10: p, p.title, p.body, p, p.title, p.body, p, p.noTitle, p.body, p.after
Array
(
[0] => Filtering:
[1] => Array
(
[0] => Array
(
[0] =>
[1] => .body
[2] => :gt(1)
)
)
)
Stack length after filter(): 1Test 'Filter with pseudoclass' PASSED :)Array ( [0] => p.body ) string(275) "Full markup load (HTML):
Array
(
[0] => FIND
[1] => p
[2] => Array
(
[0] => Array
(
[0] =>
[1] => p
)
)
)
XPATH: //p
QUERY FETCHED
Matched 10: p, p.title, p.body, p, p.title, p.body, p, p.noTitle, p.body, p.after
Array
(
[0] => Filtering:
[1] => Array
(
[0] => Array
(
[0] =>
[1] => .body
)
)
)
Stack length after filter(): 3
Array
(
[0] => FIND
[1] => p
[2] => Array
(
[0] => Array
(
[0] =>
[1] => p
)
)
)
XPATH: //p
QUERY FETCHED
Matched 10: p, p.title, p.body, p, p.title, p.body, p, p.noTitle, p.body, p.after
Array
(
[0] => Filtering:
[1] => Array
(
[0] => Array
(
[0] =>
[1] => .title
)
)
)
Stack length after filter(): 2
Array
(
[0] => FIND
[1] => p
[2] => Array
(
[0] => Array
(
[0] =>
[1] => p
)
)
)
XPATH: //p
QUERY FETCHED
Matched 10: p, p.title, p.body, p, p.title, p.body, p, p.noTitle, p.body, p.after
Array
(
[0] => Filtering:
[1] => Array
(
[0] => Array
(
[0] =>
[1] => .body
)
[1] => Array
(
[0] =>
[1] => .title
)
)
)
Stack length after filter(): 5Test 'Filter with multiplie selectors' PASSED :) Array ( [0] => p.body [1] => p.body [2] => p.body [3] => p.title [4] => p.title ) Array ( [0] => p.body [1] => p.body [2] => p.body [3] => p.title [4] => p.title ) string(275) "Full markup load (HTML):
This is paragraph of first LI
this is example title
this is example body
This is paragraph of second LI
this is example title 2
this is example body 2
This is paragraph of third LI
There isnt any title
this is example body 3
paragraph after UL