diff options
author | Uwe Steinmann <steinm@php.net> | 2000-01-26 06:31:29 +0000 |
---|---|---|
committer | Uwe Steinmann <steinm@php.net> | 2000-01-26 06:31:29 +0000 |
commit | 87f72a4b067124d5f0d1d463f7f43c3b88292fb2 (patch) | |
tree | a7a493d94ccbe1ffa4da164ac9070dc54fb33d90 | |
parent | 49be46409ce58d4f313bb168fa9a03bb9fa87866 (diff) | |
download | php-git-87f72a4b067124d5f0d1d463f7f43c3b88292fb2.tar.gz |
- add another comment to the script
-rw-r--r-- | tests/testdom | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testdom b/tests/testdom index 9a270cea49..6964242dc6 100644 --- a/tests/testdom +++ b/tests/testdom @@ -58,6 +58,7 @@ $rootnode = $dom->root(); class node, see ext/domxml/domxml.c */ $attr = $rootnode->getattr("language"); +/* if the above weren't there, php will probably crash somewhere after here */ output_node($rootnode); ?> |