diff --git a/reference/spl/functions/class-implements.xml b/reference/spl/functions/class-implements.xml
index 2b02a42f56..a77ec6e677 100755
--- a/reference/spl/functions/class-implements.xml
+++ b/reference/spl/functions/class-implements.xml
@@ -1,26 +1,26 @@
-
-
-
- class_implements
-
- Return the interfaces which are implemented by the given class
-
-
-
- Description
-
- arrayclass_implements
- objectclass
-
-
- This function returns an array with the name of the interfaces that the
- given class implements.
-
-
-
- class_implements example
-
+
+
+
+ class_implements
+
+ Return the interfaces which are implemented by the given class
+
+
+
+ Description
+
+ arrayclass_implements
+ objectclass
+
+
+ This function returns an array with the name of the interfaces that the
+ given class implements.
+
+
+
+ class_implements example
+
]]>
-
- &example.outputs;
-
+
+ &example.outputs;
+
foo
)
]]>
-
-
-
-
-
+
+
+
+
+
-
-
- class_parents
-
- Return the parent classes of the given class
-
-
-
- Description
-
- arrayclass_parents
- objectclass
-
-
- This function returns an array with the name of the parent classes of
- the given class.
-
-
-
- class_parents example
-
+
+
+
+ class_parents
+
+ Return the parent classes of the given class
+
+
+
+ Description
+
+ arrayclass_parents
+ objectclass
+
+
+ This function returns an array with the name of the parent classes of
+ the given class.
+
+
+
+ class_parents example
+
]]>
-
- &example.outputs;
-
+
+ &example.outputs;
+
foo
)
]]>
-
-
-
-
-
+
+
+
+
+