]> granicus.if.org Git - php/commitdiff
- add another comment to the script
authorUwe Steinmann <steinm@php.net>
Wed, 26 Jan 2000 06:31:29 +0000 (06:31 +0000)
committerUwe Steinmann <steinm@php.net>
Wed, 26 Jan 2000 06:31:29 +0000 (06:31 +0000)
tests/testdom

index 9a270cea498a1ba87fb81a0d00aa9fcb1fce0d18..6964242dc61e4dfb2e4aa1f82351395d4f8181cf 100644 (file)
@@ -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);
 
 ?>