diff --git a/ext/simplexml/tests/002.phpt b/ext/simplexml/tests/002.phpt index 5cae43806b6..98c1d27a468 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);