diff options
author | Marcus Boerger <helly@php.net> | 2005-11-29 02:51:07 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2005-11-29 02:51:07 +0000 |
commit | 40a3cdd97be87ad6dad215d301b87d4e9d857eca (patch) | |
tree | a30de513ce6e3cf3f98eacd8a8e09090fabcb9c1 /ext/simplexml/tests/014a.phpt | |
parent | 131033352d3a0d6ff59b9af4dbc8b2908ec30d11 (diff) | |
download | php-git-40a3cdd97be87ad6dad215d301b87d4e9d857eca.tar.gz |
- MFH
. Fix memleaks
. Add tests
. Add functions: getNamespaces(), getDocNamespaces()
. Fixed var_dump()
. Fixed bugs: #35028 XML object fails FALSE test
# This plan was decided before 5.1.0 came out with ilia and checked again
# just now. The extension currently shows no more memleaks or errors using
# the test suite.
Diffstat (limited to 'ext/simplexml/tests/014a.phpt')
-rwxr-xr-x | ext/simplexml/tests/014a.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/simplexml/tests/014a.phpt b/ext/simplexml/tests/014a.phpt index 770cb44812..649828b4dd 100755 --- a/ext/simplexml/tests/014a.phpt +++ b/ext/simplexml/tests/014a.phpt @@ -53,4 +53,4 @@ object(SimpleXMLElement)#%d (1) { [0]=> string(1) "5" } -===DONE===
\ No newline at end of file +===DONE=== |