diff options
Diffstat (limited to 'ext/simplexml/tests/sxe_005.phpt')
-rw-r--r-- | ext/simplexml/tests/sxe_005.phpt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/simplexml/tests/sxe_005.phpt b/ext/simplexml/tests/sxe_005.phpt index e1714489d3..59fe1d2f9c 100644 --- a/ext/simplexml/tests/sxe_005.phpt +++ b/ext/simplexml/tests/sxe_005.phpt @@ -19,11 +19,11 @@ EOF; class SXETest extends SimpleXMLIterator { - function count() - { - echo __METHOD__ . "\n"; - return parent::count(); - } + function count() + { + echo __METHOD__ . "\n"; + return parent::count(); + } } $sxe = new SXETest($xml); |