helly Sun Oct 30 09:00:24 2005 EDT Modified files: /php-src/ext/spl/tests sxe_001.phpt Log: - Fix unicode expectations http://cvs.php.net/diff.php/php-src/ext/spl/tests/sxe_001.phpt?r1=1.3&r2=1.4&ty=u Index: php-src/ext/spl/tests/sxe_001.phpt diff -u php-src/ext/spl/tests/sxe_001.phpt:1.3 php-src/ext/spl/tests/sxe_001.phpt:1.4 --- php-src/ext/spl/tests/sxe_001.phpt:1.3 Sat Oct 29 17:01:03 2005 +++ php-src/ext/spl/tests/sxe_001.phpt Sun Oct 30 09:00:23 2005 @@ -62,3 +62,35 @@ } } ===DONE=== +--UEXPECTF-- +object(SimpleXMLIterator)#%d (2) { + [u"@attributes"]=> + array(1) { + [u"id"]=> + string(5) "elem1" + } + [u"elem1"]=> + object(SimpleXMLIterator)#%d (3) { + [u"@attributes"]=> + array(1) { + [u"attr1"]=> + string(5) "first" + } + [u"comment"]=> + object(SimpleXMLIterator)#%d (0) { + } + [u"elem2"]=> + object(SimpleXMLIterator)#%d (1) { + [u"elem3"]=> + object(SimpleXMLIterator)#%d (1) { + [u"elem4"]=> + object(SimpleXMLIterator)#%d (1) { + [u"test"]=> + object(SimpleXMLIterator)#%d (0) { + } + } + } + } + } +} +===DONE===
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php