From: Marcus Boerger Date: Sat, 25 Oct 2003 20:27:48 +0000 (+0000) Subject: Fix test X-Git-Tag: RELEASE_2_0_0RC1~93 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=168f2ac78702933c7334d99cc23036604f1b3c45;p=php Fix test --- diff --git a/ext/simplexml/tests/002.phpt b/ext/simplexml/tests/002.phpt index 5cae43806b..98c1d27a46 100644 --- a/ext/simplexml/tests/002.phpt +++ b/ext/simplexml/tests/002.phpt @@ -7,7 +7,7 @@ SimpleXML and clone $sxe = simplexml_load_file(dirname(__FILE__).'/sxe.xml'); -$copy = $sxe->__clone; +$copy = $sxe->__clone(); print_r($copy);