]> granicus.if.org Git - php/commitdiff
Fix test
authorMarcus Boerger <helly@php.net>
Sat, 25 Oct 2003 20:27:48 +0000 (20:27 +0000)
committerMarcus Boerger <helly@php.net>
Sat, 25 Oct 2003 20:27:48 +0000 (20:27 +0000)
ext/simplexml/tests/002.phpt

index 5cae43806b6ef78c9208d8c191383f504341c253..98c1d27a46810e3ff8395ddb8ed5fe9b03addb18 100644 (file)
@@ -7,7 +7,7 @@ SimpleXML and clone
 
 $sxe = simplexml_load_file(dirname(__FILE__).'/sxe.xml');
 
-$copy = $sxe->__clone;
+$copy = $sxe->__clone();
 
 print_r($copy);