string(275) "Full markup load (HTML):
Array
(
[0] => FIND
[1] => li
[2] => Array
(
[0] => Array
(
[0] =>
[1] => li
)
)
)
XPATH: //li
QUERY FETCHED
Matched 6: li, li#testID, li, li#i_have_nested_list, li.nested, li.secondTest 'Slice1' PASSED :) string(275) "Full markup load (HTML):
Array
(
[0] => FIND
[1] => li
[2] => Array
(
[0] => Array
(
[0] =>
[1] => li
)
)
)
XPATH: //li
QUERY FETCHED
Matched 6: li, li#testID, li, li#i_have_nested_list, li.nested, li.secondTest 'Slice2' PASSED :) string(90) "Full markup load (HTML):
XPATH: /html[1]/body[1]//*[@class]
QUERY FETCHED
Found: span.field1, comparing with matchClasses()
Found: span.field1, comparing with matchClasses()
Matched 2: span.field1, span.field1string(264) "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] => FIND
[1] => p.title:first
[2] => Array
(
[0] => Array
(
[0] =>
[1] => p
[2] => .title
[3] => :first
)
)
)
XPATH: //p[@class]
QUERY FETCHED
Found: p.title, comparing with matchClasses()
Found: p.body, comparing with matchClasses()
Found: p.title, comparing with matchClasses()
Found: p.body, comparing with matchClasses()
Found: p.noTitle, comparing with matchClasses()
Found: p.body, comparing with matchClasses()
Found: p.after, comparing with matchClasses()
Matched 2: p.title, p.title
iterating foreachTest 'Index' PASSED :) string(275) "Full markup load (HTML):
Array
(
[0] => FIND
[1] => p:first
[2] => Array
(
[0] => Array
(
[0] =>
[1] => p
[2] => :first
)
)
)
XPATH: //p
QUERY FETCHED
Matched 10: p, p.title, p.body, p, p.title, p.body, p, p.noTitle, p.body, p.afterarray(2) { [0]=> string(3) "Is:" [1]=> string(11) ".clone-test" } array(2) { [0]=> string(3) "Is:" [1]=> string(8) ".class-0" }
Inserting data with 'insertBefore'string(18) "From 1; To 1 nodes" array(2) { [0]=> string(3) "Is:" [1]=> string(11) ".clone-test" } array(2) { [0]=> string(3) "Is:" [1]=> string(8) ".class-1" }
Inserting data with 'insertBefore'string(18) "From 1; To 1 nodes" array(2) { [0]=> string(3) "Is:" [1]=> string(11) ".clone-test" } array(2) { [0]=> string(3) "Is:" [1]=> string(8) ".class-2" }
Inserting data with 'insertBefore'string(18) "From 1; To 1 nodes"
Array
(
[0] => FIND
[1] => .clone-test
[2] => Array
(
[0] => Array
(
[0] =>
[1] => .clone-test
)
)
)
XPATH: //*[@class]
QUERY FETCHED
Found: div.articles, comparing with matchClasses()
Found: p.clone-test.class-0, comparing with matchClasses()
Found: p.clone-test.class-1, comparing with matchClasses()
Found: p.clone-test.class-2, comparing with matchClasses()
Found: p.title, comparing with matchClasses()
Found: p.body, comparing with matchClasses()
Found: p.title, comparing with matchClasses()
Found: p.body, comparing with matchClasses()
Found: p.noTitle, comparing with matchClasses()
Found: p.body, comparing with matchClasses()
Found: p.after, comparing with matchClasses()
Found: li.nested, comparing with matchClasses()
Found: li.second, comparing with matchClasses()
Matched 3: p.clone-test.class-0, p.clone-test.class-1, p.clone-test.class-2Test 'Clone' PASSED :) string(275) "Full markup load (HTML):
Array
(
[0] => FIND
[1] => li:first
[2] => Array
(
[0] => Array
(
[0] =>
[1] => li
[2] => :first
)
)
)
XPATH: //li
QUERY FETCHED
Matched 6: li, li#testID, li, li#i_have_nested_list, li.nested, li.secondarray(2) { [0]=> string(3) "Is:" [1]=> string(7) "#testID" } Test 'Next' PASSED :)