diff --git a/src/bindings/php/hammer.xml b/src/bindings/php/hammer.xml
index 484fcbd..4510e63 100644
--- a/src/bindings/php/hammer.xml
+++ b/src/bindings/php/hammer.xml
@@ -40,8 +40,6 @@
Free the memory allocated to a parse result when the result is no longer needed.
-
-
@@ -51,8 +49,6 @@
Output benchmarking results in a human-readable format
-
-
@@ -61,8 +57,6 @@
object HParseResult parse(string str)
Parse an input
Top-level function to call a parser that has been built over some piece of input.
-
-
-->
int compile(string backend, array params)
@@ -72,16 +66,12 @@
Returns -1 if the grammar cannot be compiled with the specified options; 0 otherwise.
-
-
object HBenchmarkResults benchmark(array testcases)
Benchmark this parser using all the applicable parsing backends against a set of test cases you provide
-
-
@@ -105,8 +95,6 @@
Result token type: string
-
-
@@ -117,8 +105,6 @@
Result token type: string
-
-
@@ -129,8 +115,6 @@
Result token type: int
-
-
@@ -141,8 +125,6 @@
Result token type: int
-
-
@@ -153,8 +135,6 @@
Result token type: int
-
-
@@ -165,8 +145,6 @@
Result token type: int
-
-
@@ -177,8 +155,6 @@
Result token type: int
-
-
@@ -189,8 +165,6 @@
Result token type: int
-
-
@@ -201,8 +175,6 @@
Result token type: int
-
-
@@ -213,8 +185,6 @@
Result token type: int
-
-
@@ -225,8 +195,6 @@
Result token type: int
-
-
@@ -237,8 +205,6 @@
Result token type: int
-
-
@@ -249,8 +215,6 @@
Result token type: p's result type
-
-
@@ -261,8 +225,6 @@
Result token type: p's result type
-
-
@@ -273,8 +235,6 @@
Result token type: q's result type
-
-
@@ -285,8 +245,6 @@
Result token type: x's result type
-
-
@@ -297,8 +255,6 @@
Result token type: any
-
-
@@ -309,8 +265,6 @@
Result token type: string
-
-
@@ -321,8 +275,6 @@
Result token type: string
-
-
@@ -333,8 +285,6 @@
Result token type: none.
-
-
@@ -345,8 +295,6 @@
Result token type: there is no result token for this parser.
-
-
@@ -357,8 +305,6 @@
Result token type: array
-
-
@@ -369,8 +315,6 @@
Result token type: the type of the first successful parser's result
-
-
@@ -384,8 +328,6 @@
Result token type: p1's result type.
-
-
@@ -399,8 +341,6 @@
Result token type: p1's result type.
-
-
@@ -411,8 +351,6 @@
Result token type: the result type of whichever parser succeeded
-
-
@@ -423,8 +361,6 @@
Result token type: array
-
-
@@ -435,8 +371,6 @@
Result token type: array
-
-
@@ -447,8 +381,6 @@
Result token type: array
-
-
@@ -459,8 +391,6 @@
Result token type: If p succeeded, the type of its result; if not, nothing.
-
-
@@ -471,8 +401,6 @@
Result token type: none.
-
-
@@ -483,8 +411,6 @@
Result token type: array
-
-
@@ -495,8 +421,6 @@
Result token type: array
-
-
@@ -507,8 +431,6 @@
Result token type: none
-
-
@@ -519,8 +441,6 @@
Result token type: array
-
-
@@ -533,8 +453,6 @@
Result token type: p's result type if pred succeeds, otherwise the parse fails.
-
-
@@ -553,8 +471,6 @@
Result token type: none
-
-
@@ -575,8 +491,6 @@
Result token type: none
-
-
@@ -587,8 +501,6 @@
Result token type: the type of whatever parser is bound to it with hammer_bind_indirect().
-
-
@@ -597,8 +509,6 @@
See hammer_indirect() for details.
-
-