helly           Sat Oct 25 16:27:59 2003 EDT

  Modified files:              
    /php-src/ext/simplexml/tests        002.phpt 
  Log:
  Fix test
  
Index: php-src/ext/simplexml/tests/002.phpt
diff -u php-src/ext/simplexml/tests/002.phpt:1.3 
php-src/ext/simplexml/tests/002.phpt:1.4
--- php-src/ext/simplexml/tests/002.phpt:1.3    Sat Oct 25 16:00:04 2003
+++ php-src/ext/simplexml/tests/002.phpt        Sat Oct 25 16:27:48 2003
@@ -7,7 +7,7 @@
 
 $sxe = simplexml_load_file(dirname(__FILE__).'/sxe.xml');
 
-$copy = $sxe->__clone;
+$copy = $sxe->__clone();
 
 print_r($copy);
 

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to