string(275) "Full markup load (HTML): plainTemplate test <" string(57) "Full markup load (HTML), using document's charset 'utf-8'" string(68) "Selecting document '6f2b35d8789fc887bff1b1fe8652262b' as default one"
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.second
Inserting data with 'append'
string(268) "Full markup load (HTML): test" string(57) "Full markup load (HTML), using document's charset 'utf-8'" string(27) "Importing nodes to document" string(18) "From 1; To 1 nodes"
Array
(
    [0] => FIND
    [1] => .just-added
    [2] => Array
        (
            [0] => Array
                (
                    [0] =>  
                    [1] => .just-added
                )

        )

)
XPATH: //*[@class]
QUERY FETCHED
Found: div.articles, comparing with matchClasses()
Found: p.title, comparing with matchClasses()
Found: p.body, comparing with matchClasses()
Found: span.just-added, 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 1: span.just-added
string(65) "Getting markup, moving selected nodes (1) to new DocumentFragment" string(232) "Full markup load (HTML): " string(57) "Full markup load (HTML), using document's charset 'utf-8'" string(27) "Importing nodes to document" string(24) "documentFragmentToMarkup" string(49) "Getting markup (HTML), final with charset 'utf-8'" string(224) "Markup: test " string(30) "documentFragmentToMarkup: test" string(12) "Markup: test" Test 'Array Access get' PASSED :) string(275) "Full markup load (HTML): plainTemplate test <" string(57) "Full markup load (HTML), using document's charset 'utf-8'" string(68) "Selecting document '2fe9eacf5637cf45cab515987d5d3e58' as default one"
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.second
string(246) "Full markup load (HTML): new inner html" string(57) "Full markup load (HTML), using document's charset 'utf-8'" string(27) "Importing nodes to document"
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.second
string(65) "Getting markup, moving selected nodes (2) to new DocumentFragment" string(232) "Full markup load (HTML): " string(57) "Full markup load (HTML), using document's charset 'utf-8'" string(27) "Importing nodes to document" string(24) "documentFragmentToMarkup" string(49) "Getting markup (HTML), final with charset 'utf-8'" string(234) "Markup: new inner html " string(40) "documentFragmentToMarkup: new inner html" string(22) "Markup: new inner html" Test 'Array Access set' PASSED :)