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/bug27010.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/bug27010.phpt')
-rwxr-xr-x | ext/simplexml/tests/bug27010.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/simplexml/tests/bug27010.phpt b/ext/simplexml/tests/bug27010.phpt index 9ba9f7b6bd..9b08932cd9 100755 --- a/ext/simplexml/tests/bug27010.phpt +++ b/ext/simplexml/tests/bug27010.phpt @@ -1,5 +1,5 @@ --TEST-- -#27010: segfault and node text not displayed when returned from children() +Bug #27010 (segfault and node text not displayed when returned from children()) --FILE-- <?php |