summaryrefslogtreecommitdiff
path: root/ext/xml/tests/xml003.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/xml/tests/xml003.phpt')
-rw-r--r--ext/xml/tests/xml003.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xml/tests/xml003.phpt b/ext/xml/tests/xml003.phpt
index 973431104b..dd5d8d1e44 100644
--- a/ext/xml/tests/xml003.phpt
+++ b/ext/xml/tests/xml003.phpt
@@ -11,7 +11,7 @@ chdir(dirname(__FILE__));
class myclass
{
- function startElement($parser, $name, $attribs)
+ function startElement($parser, $name, $attribs)
{
print '{'.$name;
if (sizeof($attribs)) {