helly Sat Oct 25 20:35:57 2003 EDT
Modified files:
/php-src/ext/simplexml/tests 004.phpt
Log:
Fix test
Index: php-src/ext/simplexml/tests/004.phpt
diff -u php-src/ext/simplexml/tests/004.phpt:1.2
php-src/ext/simplexml/tests/004.phpt:1.3
--- php-src/ext/simplexml/tests/004.phpt:1.2 Sat Oct 25 19:06:23 2003
+++ php-src/ext/simplexml/tests/004.phpt Sat Oct 25 20:35:56 2003
@@ -9,6 +9,10 @@
print_r($sxe);
+$elem1 = $sxe->elem1;
+$elem2 = $elem1->elem2;
+echo($elem2->CDATA);
+
echo "---Done---\n";
?>
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php