From: Uwe Steinmann Date: Wed, 26 Jan 2000 06:31:29 +0000 (+0000) Subject: - add another comment to the script X-Git-Tag: BEFORE_SAPIFICATION_FEB_10_2000~182 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=87f72a4b067124d5f0d1d463f7f43c3b88292fb2;p=php - add another comment to the script --- 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); ?>