Browse Source

- add another comment to the script

PHP-4.0.5
Uwe Steinmann 27 years ago
parent
commit
87f72a4b06
  1. 1
      tests/testdom

1
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);
?>
Loading…
Cancel
Save