From 168f2ac78702933c7334d99cc23036604f1b3c45 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sat, 25 Oct 2003 20:27:48 +0000 Subject: [PATCH] Fix test --- ext/simplexml/tests/002.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.40.0