diff options
Diffstat (limited to 'ext/dom/tests/canonicalization.phpt')
| -rw-r--r-- | ext/dom/tests/canonicalization.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/dom/tests/canonicalization.phpt b/ext/dom/tests/canonicalization.phpt index 11575819a6..8908aba55d 100644 --- a/ext/dom/tests/canonicalization.phpt +++ b/ext/dom/tests/canonicalization.phpt @@ -39,12 +39,12 @@ echo $doc->c14N(TRUE, FALSE, array('query'=>'(//. | //@* | //namespace::*)'))."\ /* exclusive/without comments first child element of doc element is context. using xpath query with registered namespace. test namespace prefix is also included. */ -echo $doc->c14N(TRUE, FALSE, +echo $doc->c14N(TRUE, FALSE, array('query'=>'(//a:contain | //a:bar | .//namespace::*)', - 'namespaces'=>array('a'=>'http://www.example.com/ns/foo')), + 'namespaces'=>array('a'=>'http://www.example.com/ns/foo')), array('test'))."\n\n"; -/* exclusive/without comments first child element of doc element is context. +/* exclusive/without comments first child element of doc element is context. test namespace prefix is also included */ echo $doc->C14N(TRUE, FALSE, NULL, array('test')); ?> |
