diff --git a/php.html.markdown b/php.html.markdown
index d08b9220..a9604df3 100644
--- a/php.html.markdown
+++ b/php.html.markdown
@@ -190,9 +190,9 @@ if (/* test */) {
}
-
+This is displayed if the test is truthy.
-
+This is displayed otherwise.
```